Skip to content

Commit

Permalink
Release 4.1.1 (#281)
Browse files Browse the repository at this point in the history
* add .python-version to gitignore

* bump version 4.1.1

* adds changelog entry for ACL rule PR

* updates changelog

---------

Co-authored-by: Claire Kolln <[email protected]>
  • Loading branch information
smoucka and cykolln authored Dec 13, 2023
1 parent bd2d63e commit d660b14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- BEGIN RELEASE NOTES -->
### [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

#### 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

Expand Down Expand Up @@ -259,7 +263,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- END RELEASE NOTES -->
<!-- BEGIN LINKS -->
[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
Expand Down
2 changes: 1 addition & 1 deletion composer.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\\": ""
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Klaviyo_Reclaim" setup_version="4.1.0" schema_version="4.1.0">
<module name="Klaviyo_Reclaim" setup_version="4.1.1" schema_version="4.1.1">
<sequence>
<module name="Magento_Customer"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit d660b14

Please sign in to comment.