File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
### [ Unreleased]
8
8
9
- ### [ 2.1.1] - 2021-04-21
9
+ ### [ 2.1.1] - 2021-05-07
10
10
11
11
#### Fixes
12
12
- Use store ids instead of website ids in the ProductDeleteBefore Observer
13
+ - Check for versions older than 2.0.0 in UpgradeSchema
13
14
14
15
### [ 2.1.0] - 2021-03-22
15
16
@@ -54,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
55
- CSP now uses report-only mode
55
56
56
57
57
- [ Unreleased ] : https://github.com/klaviyo/magento2-klaviyo/compare/2.1.0...HEAD
58
+ [ Unreleased ] : https://github.com/klaviyo/magento2-klaviyo/compare/2.1.1...HEAD
59
+ [ 2.1.1 ] : https://github.com/klaviyo/magento2-klaviyo/compare/2.1.0...2.1.1
58
60
[ 2.1.0 ] : https://github.com/klaviyo/magento2-klaviyo/compare/2.0.0...2.1.0
59
61
[ 2.0.0 ] : https://github.com/klaviyo/magento2-klaviyo/compare/1.2.4...2.0.0
60
62
[ 1.2.4 ] : https://github.com/klaviyo/magento2-klaviyo/compare/1.2.3...1.2.4
Original file line number Diff line number Diff line change 2
2
"name" : " klaviyo/magento2-extension" ,
3
3
"description" : " Klaviyo extension for Magento 2. Allows pushing newsletters to Klaviyo's platform and more." ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 2.1.0 " ,
5
+ "version" : " 2.1.1 " ,
6
6
"autoload" : {
7
7
"files" : [
8
8
" registration.php"
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<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 =" 2.1.0 " schema_version =" 2.1.0 " >
3
+ <module name =" Klaviyo_Reclaim" setup_version =" 2.1.1 " schema_version =" 2.1.1 " >
4
4
<sequence >
5
5
<module name =" Magento_Customer" />
6
6
<module name =" Magento_Checkout" />
You can’t perform that action at this time.
0 commit comments