Starting from €7.5/mo
* Fix - Product and variation Minimum/Maximum quantities are now validated against the "Group of" value defined by a category rule, not only against the product's own.
* Fix - The "Group of" warning notice on the product edit screen never appeared on page load.
* Dev - Restored TLS certificate verification and fail-closed error handling in the release deployment script.
* Dev - Fixed the unit-test CI matrix so coverage config matches this repository.
* Dev - Re-enabled JavaScript linting in the release pipelines.
* Dev - Pinned and checksum-verified the WP-CLI executable used in release builds.
* Dev - Added Markdown, dependency license, and WordPress.org Plugin Check gates to the pull request CI.
* Dev - Updated the npm build toolchain to resolve all remaining Dependabot security alerts.
* Dev - Standardized the package license identifier on GPL-3.0-or-later.
* Dev - Exposed the shared `.ai/commands` to agent tooling and documented the isolated worktree setup.
* Dev - Removed the dead test:jest script and Jest configuration.
* Dev - Enabled CSS linting in CI and fixed source style violations.
* Dev - Enabled JavaScript linting in CI and migrated the ESLint setup to the flat config format required by ESLint 10, aligning the lint and formatting toolchain with WooCommerce core.
* Dev - Removed release credentials from pull request E2E jobs.
* Dev - Update wp-coding-standards/wpcs to 3.4.1 (security release) in the phpcs lint tooling.
* Dev - Update development npm dependencies to resolve security advisories in the build toolchain.
* Dev - Update PHP development dependencies to resolve security advisories in the test toolchain.
* Dev - Hardened the QIT test workflow: pinned the QIT CLI version and stopped workflow inputs from being interpolated into shell source.
* New - Important: WordPress 6.8+ is now required.
* New - Important: WooCommerce 10.6+ is now required.
* Tweak - Bumped WooCommerce "tested up to" version to 11.0.
* Fix - Fixed max quantity validation when the product is already in the cart, preventing misleading add-to-cart success notices.
* Tweak - Bumped WordPress tested up to version to 7.0.
* Tweak - Bumped WooCommerce tested up to version to 10.9.
* Dev - Added read-only WordPress Abilities API support for Min/Max Quantities rules.
* Dev - Updated the JavaScript build toolchain to the React 18.3 line and added React 19 readiness guards.
* Tweak - Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.
* Tweak - Bumped WordPress tested up to version to 6.9.
* Tweak - Bumped WooCommerce tested up to version to 10.4.
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
* Fix - Fixed out of stock message not taking all variations stock into account when 'Combine variations' is enabled.
* Tweak - Used 'wc_min_max_use_group_as_min_quantity' to filter quantity input value.