Releases: klaviyo/magento2-klaviyo
Releases · klaviyo/magento2-klaviyo
Release 4.0.11
Changed
- Fixed bug where historical sync wouldn't run for index of 0
Fixed
- Fixed bug in checkout where shipping information update caused report error if
email or sms consent where activated - Fixed PHP 8.2 incompatability with dynamic properties
Release 4.0.10
Added
- Continuous integration to validate pre commit, validate our versioned files,
and prepare for testing - Continuous deployment to generate a new release when PRs are merged into the
'stable/**' release branches.
Changed
- Added precommit to the repository and formatted all PHP files to PSR12 style.
- Set the newsletter subscription source to Magento 2
Removed
- Empty test files
Fixed
- Fixed bug in NewsletterSubscribeObserver where customers with an unconfirmed
site account were being unsubscribed
Release 4.0.9
Changed - Updated default SMS consent language
Fixed - Fixed bug in logging for truncated payloads in the kl_syncs table.
Release 4.0.8
Fixed
- Fixed bug where cleanup cron wasn't referencing correct method name.
4.0.7
Added
- Add a name to the Klaviyo\Reclaim\Block\Initialize block, so it can be moved around via a layout xml
Fixed
- Fixed bug in Observer/SalesQuoteProductAddAfter.php passing null value to stripslashes
- Fixed bug in Block/Catalog/Product/ViewedProduct.php passing null value to number_format
- Fixed issue when Controller/Checkout/Reload.php was loading backend classes on frontend
- Fixes for Added to Cart: adds error handling to Added to Cart event processing, enforces payload size to 65k characters, adjusts cleanup crons to include failed syncs
4.0.6
Release v4.0.5
Fixed
- Fixed 404 AJAX Request on /cart/reclaim/checkout/reload
- Fixed newsletter signup on account creation. Users will now be subscribed if they check the checkbox on account registration.
4.0.4 - Various minor fixes
- Skipped 4.0.3 due to cancelled extension in magento marketplace
Fixed
- Moved webhooks url to async tier
- Removed product descriptions from Added to Cart payloads
- Add indexType to db_schema.xml
- Added style-src and forms url to csp_whitelist.xml
4.0.2 Updates to Added to Cart
Fixed
- Updated Added to Cart track request to use POST to accommodate large payloads
- Initialized observerAtcPayload to fix Undefined property error
Store scoping for ATC requests
Fixed
- Add store scoping to Track Requests for Added to Cart