Skip to content

Commit 047e82f

Browse files
committed
Bump version && update changelog
1 parent 44bb8b9 commit 047e82f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to Semantic Versioning(http://semver.org/).
44

5+
## 4.3.0
6+
- Add parent category id's to tagging
7+
58
## 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
710

811
## 4.2.1
912
- Fix a bug where the product categories would not be rendered correctly in the product tagging

nostotagging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class NostoTagging extends Module
5555
*
5656
* @var string
5757
*/
58-
const PLUGIN_VERSION = '4.2.2';
58+
const PLUGIN_VERSION = '4.3.0';
5959

6060
/**
6161
* Internal name of the Nosto plug-in

0 commit comments

Comments
 (0)