Skip to content

Commit

Permalink
release 4.0.6 (#208)
Browse files Browse the repository at this point in the history
release 4.0.6
  • Loading branch information
smoucka authored Sep 19, 2022
1 parent 240d4b4 commit 0e8b12b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [Unreleased]
- Updated PHPDoc parameters on the productinspector method in Api/ReclaimInterface.php so they match the method signature

### [4.0.6] - 2022-09-19
#### Fixed
- Updated PHPDoc parameters for productinspector method in Api/ReclaimInterface.php to match signature.

### [4.0.5] - 2022-07-28
#### Fixed
Expand Down Expand Up @@ -180,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CSP now uses report-only mode


[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.5...HEAD
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.6...HEAD
[4.0.6]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.5...4.0.6
[4.0.5]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.4...4.0.5
[4.0.4]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.2...4.0.4
[4.0.2]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.1...4.0.2
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.0.5",
"version": "4.0.6",
"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.0.5" schema_version="4.0.5">
<module name="Klaviyo_Reclaim" setup_version="4.0.6" schema_version="4.0.6">
<sequence>
<module name="Magento_Customer"/>
<module name="Magento_Checkout"/>
Expand Down

0 comments on commit 0e8b12b

Please sign in to comment.