*** Changelog ***
2026-05-19 - version 1.7.3
- Added support for GA UTMs in cart recovery endpoint

2026-05-12 - version 1.7.2
- Added support for Wordpress 7.0

2026-04-23 - version 1.7.1
- Optimized the plugin package by removing internal configuration files

2026-04-13 - version 1.7.0
- Improved code based on QIT inspection
- Ensured one-time user metadata migration runs reliably upon plugin update
- Expose page context for upcoming functionalities

2026-04-10 - version 1.6.7
- Improved custom fields handling

2026-04-01 - version 1.6.6
- Improved CSS classes for marketing checkbox

2026-02-23 - version 1.6.5
- Fixed error for missing product in order
- Added error handling in webConnect integration

2026-01-22 - version 1.6.4
- Removed limitation for product types
- Improved order tracking to capture all new orders from the moment of creation

2026-01-08 - version 1.6.3
- Added limitation for product image and desc

2026-01-07 - version 1.6.2
- Fix in getting product images
- Fix in passing marketing consent from profile page

2025-12-04 - version 1.6.1
- Added support for Wordpress 6.9

2025-11-20 - version 1.6.0
- Added support for handling marketing consent on checkout-blocks

2025-11-18 - version 1.5.5
- Improved HTTP request isolation to prevent third-party plugin interference

2025-10-21 - version 1.5.4
- Fixed error handling

2025-09-02 - version 1.5.3
- Improved cart management with additional cookie cart_id storage

2025-05-12 - version 1.5.2
- Added support for Wordpress 6.8.1

2025-04-11 - version 1.5.1
- Fixed arguments for rounding function (PHP8.x)

2025-03-20 - version 1.5.0
* Added support for filtering users and customers by the gr_updated_after parameter in /wp/v2/users and /wc/v3/customers API endpoints

2025-02-24 - version 1.4.2
* Fixed WebConnect event for cart (PHP8.x)

2025-02-10 - version 1.4.1
* Fixed WooCommerce cart handler

2025-01-29 - version 1.4.0
* Add rebuilding abandoned cart

2025-01-21 - version 1.3.11
* Fixed ContactForm 7 checkbox and select fields handling

2025-01-07 - version 1.3.10
* Added support for Wordpress 6.7.1

2024-07-31 - version 1.3.9
* Fixed accessing to empty terms

2024-07-18 - version 1.3.8
* Fixed error when receiving float instead of int

2024-07-03 - version 1.3.7
* Fixed convert date on null
* Make sure that item in order is product

2024-05-22 - version 1.3.6
* Fixed issue with session

2024-04-11 - version 1.3.5
* Verified, that WooCommerce plugin is active before profile_update hook handling

2024-03-26 - version 1.3.4
* Fixed security issues

2024-02-15 - version 1.3.3
* Fixed ContactForm 7 custom fields handling

2024-01-18 - version 1.3.2
* Fix issue with session

2024-01-10 - version 1.3.1
* Fix issue with type mismatch in order->get_total()

2024-01-08 - version 1.3.0
* Handled WooCommerce customer custom fields

2023-11-27 - version 1.2.2
* Added Web Connect events for cart and order

2023-11-08 - version 1.2.1
* Fixed an issue with the webhook when creating a new user directly from the dashboard
* Fixed Web Connect integration

2023-09-29 - version 1.2.0
* feat: order webhook can add contact

2023-09-20 - version 1.1.4
* fix in recommendation integration

2023-09-12 - version 1.1.3
* handle tags in ContactForm 7 integration

2023-08-24 - version 1.1.2
* fixed WebConnect snippet

2023-08-16 - version 1.1.1
* enabled TrackingCode user identification.

2023-07-26 - version 1.1.0
* marketing consent on checkout form
* marketing consent on WooCommerce registration form

2023-07-21 - version 1.0.3
* fix session for admin
* cast quantity in cart and order handlers
* sites endpoint with get_home_url method for fetching urls

2023-07-10 - version 1.0.2
* Recommendation payload fix

2023-06-13 - version 1.0.1
* Added logger

2023-06-06 - version 1.0.0
* Initial version