Storefront Powerpack Version 1.6.3 Changelog
* Tweak – Declare compatibility for HPOS.
* Tweak – WC 8.2 compatibility.
* Tweak – WP 6.4 compatibility.
* Tweak – Declare compatibility for HPOS.
* Tweak – WC 8.2 compatibility.
* Tweak – WP 6.4 compatibility.
* New: PLUGINS-2242 – Support bulk blacklisting of emails.
* New: PLUGINS-2267 – Add whitelisting of IP addresses.
* Fix: PLUGINS-2266 – Limit Number of Orders between Time fatal error.
* Add: Introduce a new REST API endpoint to create subscription(s) from a given order. This endpoint is available at POST `/wc/v3/orders/{order_id}/subscriptions` and accepts a single order ID.
* Add: When a customer toggles automatic renewals on or off via their My Account page, add a note to the subscription to record that event.
* Fix: Set and update a subscription’s trial end date via the REST API.
* Fix: Ensure the `woocommerce_subscription_renewal_payment_complete` hook is always triggered when processing early renewals via the checkout page (introduced in 5.6.0).
* Fix: When a subscription is flagged as requiring manual payments, allow admin users to turn on automatic payments for a subscription via the Edit Subscription page by selecting a new payment method.
* Fix: When processing an early renewal order, make sure the suspension count is reset back to 0 on payment complete.
* Fix: Ensure proper backfilling of subscription metadata (i.e. dates and cache) to the postmeta table when HPOS is enabled and compatibility mode (data syncing) is turned on.
* Fix: Fetch and update the `_cancelled_email_sent` meta in a HPOS compatibile way.
* Dev: Introduce a new wcs_get_subscription_grouping_key() function to generate a unique key for a subscription based on its billing schedule. This function uses the existing recurring cart key concept.
* Dev: Deprecate the WC_Subscriptions_Synchroniser::add_to_recurring_cart_key(). Use WC_Subscriptions_Synchroniser::add_to_recurring_product_grouping_key() instead.
* Dev: Update subscriptions-core to 6.5.0.
* New – Introduced compatibility with PHP 8.2.
* Fix – Resolved a fatal error that was triggered when trying to sign up for a variation without a valid ID.
* ADDED – Support for HPOS WooCommerce.
* Dev – Declare the plugin as compatible with Cart & Checkout blocks.
* Tweak – WC 8.3 compatibility.
* Tweak – WP 6.4 compatibility.
* Update – Use new Woo.com domain.
* New: Added option to display Tag for Buy Again products in shop & product page
* New: New global pricing rules form
* New: Maximum and “group of quantity” quantity options
* New: Percentage discounts for regular prices for role-based pricing rules
* New: Gutenberg blocks for tiered pricing
* New: Base unit name per product
* New: Custom columns for pricing table
* New: “You save” feature
* New: Notice when tiered pricing is set incorrectly
* New: Debug mode
* New: Minimum PHP version is 7.2
* New: Yith request a quote integration
* New: Calculation logic settings
* Update: Codebase redesign
* Update: Settings page updated
* Update: Redesigned tiered pricing for manual orders
* Update: Cache and performance updates
* Fix: a bunch of minor issues
* Tweak – Option added to display the product image in the select-box
* Tweak – Code improvements[Rule Handler class reset method and Enqueue carouse related]
* Tweak – Tested with WooCommerce v8.2.1
* Fix – Error occurred in the Masterlog
* Add – Improved Stability