- Version
- Download 132
- File Size 204.93 KB
- File Count 1
- Create Date September 2, 2023
- Last Updated September 4, 2024
WooCommerce Pre-Orders v2.1.3
WooCommerce Pre-Orders Changelog
Version 2.1.2 RELEASED ON 2024-07-15
- Bump WordPress "tested up to" version 6.6.
- Exclude the Woo Comment Hook `@since` sniff.
- Fix QIT E2E tests and add support for a few new test types.
Version 2.1.1 RELEASED ON 2024-07-01
- Bump WooCommerce "tested up to" version 9.0.
- Bump WooCommerce minimum supported version to 8.8.
- Bump WordPress "tested up to" version 6.5.
- Bump WordPress minimum supported version to 6.4.
- Update NPM packages and node version to v20 to modernize developer experience.
- Removed potential for duplicate content in customer facing Pre-order completion email.
Version 2.1.0 RELEASED ON 2024-03-04
- Support for the new Product Block Editor.
- Bump WooCommerce "tested up to" version 8.6.
- Bump WooCommerce minimum supported version to 8.4.
- Bump PHP minimum supported version to 7.4.
-
Version 2.0.8RELEASED ON 2024-01-10
- Add E2E tests coverage for Block Cart and Checkout.
- Bump WooCommerce "tested up to" version 8.4.
- Bump WooCommerce minimum supported version to 8.2.
- Bump PHP minimum supported version to 7.4.
- Bump PHP "tested up to" version 8.3.
Version 2.0.7RELEASED ON 2023-12-11- Add Playwright end-to-end tests.
- Bump WooCommerce "tested up to" version 8.3.
- Bump WooCommerce minimum supported version to 8.1.
- Bump WordPress "tested up to" version 6.4.
- Bump WordPress minimum supported version to 6.2.
- Admin settings colour to match admin theme colour scheme.
Version 2.0.6RELEASED ON 2023-11-20- Update PHPCS and PHPCompatibility GitHub Actions.
- Implement ESLint.
- Compatibility with WooPayments.
Version 2.0.5 RELEASED ON 2023-09-12
- Bump WooCommerce "tested up to" version 7.9.
- Bump WooCommerce minimum supported version from 7.2 to 7.7.
- Bump PHP minimum supported version from 7.2 to 7.3.
Version 2.0.4 RELEASED ON 2023-08-30
- Set order status to pre-ordered when processing failed order if the product can be pre-ordered.
- Bump WordPress "tested up to" version from 6.2 to 6.3.
- Introduced filter wc_pre_orders_product_can_be_pre_ordered within WC_Pre_Orders_Product::product_can_be_pre_ordered().
- Use variation ID for determining if cart contains a pre-order product.