4.3 KiB
4.3 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.4.5 - 2025-03-24
Changed
- Internal updates.
0.4.4 - 2025-03-12
Changed
- Internal updates.
0.4.3 - 2025-03-10
Changed
- Internal updates.
0.4.2 - 2025-02-24
Changed
- Update dependencies.
0.4.1 - 2025-01-09
Fixed
- Temporarily disable setcookie to avoid caching issues. [#40937]
0.4.0 - 2025-01-06
Added
- Add Search Event & landing Page support. [#40698]
0.3.1 - 2024-12-25
Fixed
- Fix fatal when WC()->cart returns null. [#40729]
0.3.0 - 2024-12-23
Changed
- Add common props, more events and bug fixing. [#40562]
0.2.0 - 2024-11-18
Removed
- General: Update minimum PHP version to 7.2. [#40147]
0.1.13 - 2024-11-04
Added
- Enable test coverage. [#39961]
0.1.12 - 2024-10-29
Changed
- Internal updates.
0.1.11 - 2024-09-23
Changed
- Update dependencies.
0.1.10 - 2024-09-10
Fixed
- Check whether
\WC_Install::STORE_ID_OPTION
is defined before attempting to use it, for compatibility with WooCommerce <8.4.0. [#39306]
0.1.9 - 2024-09-09
Added
- Add Store ID property in common woocommerce analytics properties. [#38857]
0.1.8 - 2024-08-26
Changed
- Updated package dependencies. [#39004]
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]