Suivez la vidéo ci-dessous pour découvrir comment installer notre site en tant qu'application web sur votre écran d'accueil.
Note: Cette fonctionnalité peut ne pas être disponible sur certains navigateurs.
* 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.
* Fix - Fixed an issue that prevented Combine variations resolution notices from displaying accurate data in the cart.
* Fix - Fixed an issue that prevented quantity rules from applying to Sold Individually Variable Products with Combine variations enabled.
* Fix - Fixed fatal error when trying to purchase a Sold Individually product using the checkout block.
* Important - New: PHP 7.4+ is now required.
* Important - New: WooCommerce 8.2+ is now required.
* Important - New: WordPress 6.2+ is now required.
* Important - Removed all previously deprecated code.
* Tweak - Improved handling of orphaned variations to avoid fatal errors.
* New - Added activation notice.
* Tweak - Updated the way of identifying hydration context in Store API requests.
* Fix - Fixed a bug where variation notices could be incorrectly displayed.