From b43e681571754f2d1bb72b0e5d6c01efd2a2c572 Mon Sep 17 00:00:00 2001 From: Claire Kolln <78871498+cykolln@users.noreply.github.com> Date: Thu, 23 May 2024 13:51:50 -0400 Subject: [PATCH] version bump (#300) --- CHANGELOG.md | 5 ++++- composer.dev.json | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba391dd..e1e4502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### [Unreleased] +### [4.1.4] - 2024-05-22 + #### Changed - Updated Added to Cart events to show preference to simple product images over configurable product images. - Added StoreId and SimpleProductId fields to Added to Cart event. @@ -285,7 +287,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.3...HEAD +[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.4...HEAD +[4.1.4]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.3...4.1.4 [4.1.3]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.2...4.1.3 [4.1.2]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.1...4.1.2 [4.1.1]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.0...4.1.1 diff --git a/composer.dev.json b/composer.dev.json index ded5ae6..8fe7885 100644 --- a/composer.dev.json +++ b/composer.dev.json @@ -2,7 +2,7 @@ "name": "klaviyo/magento2-extension-dev", "description": "The local development composer file. This is used for local and continuous integration setup/testing.", "type": "magento2-module", - "version": "4.1.3", + "version": "4.1.4", "autoload": { "psr-4": { "Klaviyo\\Reclaim\\": "" diff --git a/composer.json b/composer.json index 54ca594..eb0f645 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "klaviyo/magento2-extension", "description": "Klaviyo extension for Magento 2. Allows pushing newsletters to Klaviyo's platform and more.", "type": "magento2-module", - "version": "4.1.3", + "version": "4.1.4", "autoload": { "files": [ "registration.php" diff --git a/etc/module.xml b/etc/module.xml index 01edb5c..2f9cc40 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +