WooWheel Version 1.7.3
Version 1.7.3 of WooWheel was released on November 08, 2023 and is now available. Learn how to immediately download from WPspring.
Version 1.7.3 of WooWheel was released on November 08, 2023 and is now available. Learn how to immediately download from WPspring.
* 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.
Version 4.1.9.3 of WooCommerce Amazon Fulfillment was released on November 09, 2023 and is now available. Learn how to immediately download from WPspring.
* Fix issues with shipping cost calculations.
* Add logging for shipping calculation errors.
Version 1.6.3 of Storefront Powerpack was released on November 09, 2023 and is now available. Learn how to immediately download from WPspring.
* Tweak – Declare compatibility for HPOS.
* Tweak – WC 8.2 compatibility.
* Tweak – WP 6.4 compatibility.
Version 5.7.0 of WooCommerce Anti Fraud was released on November 10, 2023 and is now available. Learn how to immediately download from WPspring.
* 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.
Version 5.7.0 of WooCommerce Subscriptions was released on November 09, 2023 and is now available. Learn how to immediately download from WPspring.
* 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.