File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77<!-- BEGIN RELEASE NOTES -->
88### [ Unreleased]
99
10+ ### [ 4.4.1] - 2025-09-15
11+
12+ #### Fixed
13+ - Removes escapeJs call that was preventing Viewed Product events from syncing successfully in 4.4.0
14+
1015### [ 4.4.0] - 2025-08-11
1116
1217#### Added
@@ -325,7 +330,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325330
326331<!-- END RELEASE NOTES -->
327332<!-- BEGIN LINKS -->
328- [ Unreleased ] : https://github.com/klaviyo/magento2-klaviyo/compare/4.4.0...HEAD
333+ [ Unreleased ] : https://github.com/klaviyo/magento2-klaviyo/compare/4.4.1...HEAD
334+ [ 4.4.1 ] : https://github.com/klaviyo/magento2-klaviyo/compare/4.4.0...4.4.1
329335[ 4.4.0 ] : https://github.com/klaviyo/magento2-klaviyo/compare/4.3.1...4.4.0
330336[ 4.3.1 ] : https://github.com/klaviyo/magento2-klaviyo/compare/4.3.0...4.3.1
331337[ 4.3.0 ] : https://github.com/klaviyo/magento2-klaviyo/compare/4.2.0...4.3.0
Original file line number Diff line number Diff line change 22 "name" : " klaviyo/magento2-extension-dev" ,
33 "description" : " The local development composer file. This is used for local and continuous integration setup/testing." ,
44 "type" : " magento2-module" ,
5- "version" : " 4.4.0 " ,
5+ "version" : " 4.4.1 " ,
66 "autoload" : {
77 "psr-4" : {
88 "Klaviyo\\ Reclaim\\ " : " "
Original file line number Diff line number Diff line change 22 "name" : " klaviyo/magento2-extension" ,
33 "description" : " Klaviyo extension for Magento 2. Allows pushing newsletters to Klaviyo's platform and more." ,
44 "type" : " magento2-module" ,
5- "version" : " 4.4.0 " ,
5+ "version" : " 4.4.1 " ,
66 "autoload" : {
77 "files" : [
88 " registration.php"
Original file line number Diff line number Diff line change 22 "name" : " klaviyo/magento2-extension-coding-standard-dev" ,
33 "description" : " The development composer file for coding standard." ,
44 "type" : " magento2-module" ,
5- "version" : " 4.4.0 " ,
5+ "version" : " 4.4.1 " ,
66 "config" : {
77 "allow-plugins" : {
88 "dealerdirect/phpcodesniffer-composer-installer" : true
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3- <module name =" Klaviyo_Reclaim" setup_version =" 4.4.0 " schema_version =" 4.4.0 " >
3+ <module name =" Klaviyo_Reclaim" setup_version =" 4.4.1 " schema_version =" 4.4.1 " >
44 <sequence >
55 <module name =" Magento_Customer" />
66 <module name =" Magento_Checkout" />
You can’t perform that action at this time.
0 commit comments