Siga el vídeo a continuación para ver cómo instalar nuestro sitio como una aplicación web en su pantalla de inicio.
Nota: Es posible que esta función no esté disponible en algunos navegadores.
* Fix - Verified the product search nonce before running the admin component and category product searches.
* Fix - Analytics reports failed to render at all, instead of showing an error message, when their data could not be loaded.
* Fix - Prevented malformed compressed cart query strings from causing unbounded processing.
* Fix - Aligned composited item thumbnails with the composite container's title and quantity picker in the Cart and Mini-Cart blocks, and restored the gap between thumbnail and title that WooCommerce 10.6 removed.
* Fix - Product Add-Ons: Stopped pre-filling the add-on form of a component with the add-on values of another component that has the same option selected, when editing a composite in an order.
* Fix - Product Add-Ons: Preserved the add-on data of component line items whose add-on form is not part of the edit-in-order modal, instead of deleting it when saving the composite.
* Dev - Restored TLS certificate verification and fail-closed error handling in the release deployment script.
* Dev - Fixed the unit-test CI matrix so the HPOS job actually runs against the HPOS order datastore.
* Dev - Pinned and checksum-verified the WP-CLI executable used in release builds.
* Dev - Updated the PHPUnit toolchain (PHPUnit 9.6, polyfills 3.1) and PHP_CodeSniffer to 3.13.6 (security release).
* Dev - Removed duplicate lint scripts from the repository root.
* 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 - Migrated the ESLint setup to the flat config format required by ESLint 10, aligning the lint and formatting toolchain with WooCommerce core.
* Dev - Update wp-coding-standards/wpcs to 3.4.1 (security release) in the phpcs lint tooling.
* Dev - Update development Composer dependencies (PHPUnit, Guzzle PSR-7, PsySH, Symfony YAML) to resolve security advisories in the PHP test toolchain.
* Dev - Update development npm dependencies to resolve security advisories in the build toolchain.
* Dev - Enabled CSS linting in CI and fixed source style violations.
* 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.
* New - Progressive layout: exposed the Option Select Action setting and collapsed the last component on selection.
* Fix - Fixed incorrect catalog price calculations when composite products have non-priced individually components and scenarios that conditionally hide components.
* Fix - Prevented REST API PHP warnings when partial composite responses omit price fields.
* Fix - Fixed a PHP notice when the Configuration Summary block was registered from a plugin path containing uppercase characters.
* Tweak - Bumped WooCommerce tested up to version to 11.0.
* Fix - REST API: Honored the array order of composite_scenarios on PUT /products when the request lists every existing scenario by id, so scenarios can be reordered via the API.
* Fix - REST API: Fixed a PHP notice and incorrect id handling when creating composite scenarios via the API.
* Fix - REST API: Fixed a PHP notice when clearing all composite scenarios via the API with an empty array.
* Fix - Fixed a PHP 8 fatal when importing composite products via CSV.
* Tweak - Bumped WooCommerce tested up to version to 10.9.
* Dev - Updated the JavaScript build toolchain to the React 18.3 line and added React 19 readiness guards.
* Dev - Added an initial read-only WordPress abilities surface for querying Composite Products configuration.
* Fix - Fixed admin checkbox styling compatibility with WordPress 7.0.
* Fix - Prevented division-by-zero warnings when normalizing composited cart item quantities against a zero parent quantity.
* Tweak - Bumped WordPress tested up to version to 7.0.
* Tweak - Bumped WooCommerce tested up to version to 10.7.
* Fix - Improved compatibility with Min/Max Quantities.
* Tweak - Added defensive code when aggregating package items without calculated cart totals.
* Tweak - Bumped WooCommerce tested up to version to 10.5.
* 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 - Replaced invalid HTML line break tags.
* Fix - Fixed a warning caused when a Composite Product without components exists in the cart.
* Fix - Replaced deprecated script handles for compatibility with WooCommerce 10.3+.
* Fix - Fixed "invalid form control not focusable" error when clicking Add to Cart with hidden variable product components.
* Tweak - Important: Updated frontend templates.
* Fix - Improved accessibility.
* Fix - Fixed a compatibility issue with WooCommerce Square.