WooCommerce Pre-Orders Version 2.3.1
Version 2.3.1 of WooCommerce Pre-Orders was released on October 21, 2025 and is now available. Learn how to immediately download from WPspring.
Version 2.3.1 of WooCommerce Pre-Orders was released on October 21, 2025 and is now available. Learn how to immediately download from WPspring.
* Fix – Out of memory errors on the pre-orders page for sites with a large number of pre-orders.
* Fix – Ensure the release date for a Pre-Order product isn’t automatically adjusted each time the product is saved.
* Dev – Mark extension as compatible with PHP 8.4.
* Dev – Bump WooCommerce “tested up to” version 10.2.
* Dev – Bump WooCommerce minimum supported version to 10.0.
* Dev – Run PHP compatibility sniffs against entire production code base.
* Dev – Add new deploy workflow.
* Dev – Updates to our QIT GitHub Action workflow.
Version 1.4.1 of WooCommerce Sales Report Email was released on October 20, 2025 and is now available. Learn how to immediately download from WPspring.
* Fix – Correctly preview the email template in the email settings
Version 3.1.0 of WooCommerce Groups Plugin was released on October 23, 2025 and is now available. Learn how to immediately download from WPspring.
* Update – WordPress 6.8 compatible.
* Update – WooCommerce 10.3 compatible.
Version 2.3.2 of WooCommerce Bulk Stock Management was released on October 07, 2025 and is now available. Learn how to immediately download from WPspring.
* Fix – Add escaping around text strings that we render.
* Dev – Bump WooCommerce “tested up to” version 10.2.
* Dev – Bump WooCommerce minimum supported version to 10.0.
* Dev – Set WordPress minimum supported version to 6.7.
* Dev – Update NPM packages to fix security issues.
* Dev – Add a GitHub Action to run our QIT tests.
Version 3.4.8 of WooCommerce Dynamic Pricing was released on October 11, 2025 and is now available. Learn how to immediately download from WPspring.
* Update: WP and WC Compatibility updates.
* New: New feature and filter. apply_to_max. This allows us to create tiered pricing structures when the rule processing mode is Bulk. Tip, set higher quantities first.
Example: Buy 1-4 get 5% off, Buy 5-9 get 10% off, Buy 10+ get 15% off.
To use this feature add the following filter to your functions.php or custom plugin:
add_filter(‘wc_dynamic_pricing_advanced_product_rule_apply_to_max’, ‘__return_true’);
This will cause the pricing rules to apply to the maximum quantity in the cart for that product, rather than the total quantity of that product in the cart.