diff --git a/.gitignore b/.gitignore index 11ef3f5..11eb30f 100644 --- a/.gitignore +++ b/.gitignore @@ -206,3 +206,6 @@ fabric.properties /build/ # End of https://www.toptal.com/developers/gitignore/api/phpunit,php-cs-fixer,phpcodesniffer,phpstorm,phpstorm+all + +# pyenv +.python-version 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 @@ - +