1.9 KiB
1.9 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.1.7 - 2024-06-26
Removed
- Remove use of
gutenberg_get_block_template(). Its replacement has been in WP Core since 5.8. [#38015]
0.1.6 - 2024-05-20
Fixed
- Customer creation: avoid PHP warnings when other plugins hook into customer creation process and return malformed user data. [#37440]
0.1.5 - 2024-05-06
Changed
- Ensure the package can only be initialized once. [#37154]
0.1.4 - 2024-04-15
Changed
- Internal updates.
0.1.3 - 2024-04-08
Fixed
- Fixed a JavaScript error when accessing the Shortcode checkout with WooCommerce Analytics enable. [#36560]
0.1.2 - 2024-03-25
Changed
- Internal updates.
0.1.1 - 2024-03-18
Changed
- Internal updates.
0.1.0 - 2024-03-12
Added
- General: add main classes to the package. [#35756]
- Initial version. [#35754]
Fixed
- Avoid any issues when the package is loaded in an mu-plugin. [#36287]
- Fix namespace issue with WooCommerce class reference. [#35857]
- General: bail early when WooCommerce is not active. [#36278]