Donation For WooCommerce Version 3.5.1 Changelog
* update – Enhanced code optimization and strengthened security measures.
* update – Enhanced code optimization and strengthened security measures.
* update – Enhanced code optimization and strengthened security measures.
* Add – Compatible with WooCommerce 8.2+.
* Add – Use woocommerce_add_cart_item_data filter to solve compatibility issues when the “gift” is added to the cart automatically.
* Add – New filter wc_bogof_cart_redirect_url to allow developers to modify the cart redirection.
* Fix – Compatibility modules are loaded before all plugins are loaded.
* update – Security Tweaks
2023-11-08 Version 1.7.2
* update – Enhanced code optimization and strengthened security measures.
2021-11-15 Version 1.7.0
* update -spin2win Also work with non-login users.
2021-10-07 Version 1.6.0
* update -spin2win updated library
2020-03-17 Version 1.4.2
* new – Coupon will apply to cart automatically.
* update – Auto generated coupon will be use by 1 time only.
* update – Compatible with latest Woocommerce.
* fix – Warning on save settings.
2020-10-27 Version 1.4.1
* fix – Added language compatibility.
* fix – Now user will select time from dropdown to avoid errors.
* fix – Header already sent issue fixed.
* Fix issues with shipping cost calculations.
* Add logging for shipping calculation errors.
* 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.