File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to Semantic Versioning(http://semver.org/ ).
4
4
5
+ ## 4.3.0
6
+ - Add parent category id's to tagging
7
+
5
8
## 4.2.2
6
- -Fix issue that would cause quantity based promotions to be applied to certain customer price groups
9
+ - Fix issue that would cause quantity based promotions to be applied to certain customer price groups
7
10
8
11
## 4.2.1
9
12
- Fix a bug where the product categories would not be rendered correctly in the product tagging
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class NostoTagging extends Module
55
55
*
56
56
* @var string
57
57
*/
58
- const PLUGIN_VERSION = '4.2.2 ' ;
58
+ const PLUGIN_VERSION = '4.3.0 ' ;
59
59
60
60
/**
61
61
* Internal name of the Nosto plug-in
You can’t perform that action at this time.
0 commit comments