From d660b14ac21295e885a174c1ed60e3e649bad2fa Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 13 Dec 2023 13:53:09 -0500 Subject: [PATCH] Release 4.1.1 (#281) * add .python-version to gitignore * bump version 4.1.1 * adds changelog entry for ACL rule PR * updates changelog --------- Co-authored-by: Claire Kolln --- CHANGELOG.md | 7 ++++++- composer.dev.json | 2 +- composer.json | 2 +- etc/module.xml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bca71..042ea0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### [Unreleased] +### [4.1.1] - 2023-12-12 + #### Added - Added name to initialize block in checkout +- Added ACL rules for Klaviyo extension configuration. #### Changed - Changed system.xml sort to stop becoming default instead of core options @@ -16,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Fixed - Updated getKlaviyoLists() exception handling to properly print error message. - Paginate to get all lists for account. +- Updated response handling in KlaviyoV3Sdk to not retry for falsey responses from curl_exec. ### [4.1.0] - 2023-09-29 @@ -259,7 +263,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.0...HEAD +[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.1...HEAD +[4.1.1]: https://github.com/klaviyo/magento2-klaviyo/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.12...4.1.0 [4.0.12]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.11...4.0.12 [4.0.11]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.10...4.0.11 diff --git a/composer.dev.json b/composer.dev.json index 11be4b6..572a8c0 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.0", + "version": "4.1.1", "autoload": { "psr-4": { "Klaviyo\\Reclaim\\": "" diff --git a/composer.json b/composer.json index 3469e08..5a1a199 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.0", + "version": "4.1.1", "autoload": { "files": [ "registration.php" diff --git a/etc/module.xml b/etc/module.xml index de4c375..9eaed9f 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +