Skip to content

Commit 6ae94a8

Browse files
authored
Version bumps for 4.0.5 (#200)
1 parent 01f101d commit 6ae94a8

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
### [Unreleased]
8-
- Fix 404 AJAX Request
9-
- Fixed newsletter signup on account creation
8+
9+
10+
### [4.0.5] - 2022-07-28
11+
#### Fixed
12+
- Fix 404 AJAX Request on /cart/reclaim/checkout/reload
13+
- Fixed newsletter signup on account creation. Users will now be subscribed if they check the checkbox on account registration.
1014

1115
### [4.0.4] - 2022-05-24
1216
- Skipped 4.0.3 due to cancelled extension in magento marketplace
@@ -176,7 +180,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176180
- CSP now uses report-only mode
177181

178182

179-
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.4...HEAD
183+
[Unreleased]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.5...HEAD
184+
[4.0.5]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.4...4.0.5
180185
[4.0.4]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.2...4.0.4
181186
[4.0.2]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.1...4.0.2
182187
[4.0.1]: https://github.com/klaviyo/magento2-klaviyo/compare/4.0.0...4.0.1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "klaviyo/magento2-extension",
33
"description": "Klaviyo extension for Magento 2. Allows pushing newsletters to Klaviyo's platform and more.",
44
"type": "magento2-module",
5-
"version": "4.0.4",
5+
"version": "4.0.5",
66
"autoload": {
77
"files": [
88
"registration.php"

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Klaviyo_Reclaim" setup_version="4.0.4" schema_version="4.0.4">
3+
<module name="Klaviyo_Reclaim" setup_version="4.0.5" schema_version="4.0.5">
44
<sequence>
55
<module name="Magento_Customer"/>
66
<module name="Magento_Checkout"/>

0 commit comments

Comments
 (0)