Skip to content

Commit

Permalink
Bump version && update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jan 23, 2024
1 parent a4ce13e commit de4d7d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning(http://semver.org/).

## 4.2.2
-Fix issue that would cause quantity based promotions to be applied to certain customer price groups

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

Expand Down
2 changes: 1 addition & 1 deletion nostotagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class NostoTagging extends Module
*
* @var string
*/
const PLUGIN_VERSION = '4.2.1';
const PLUGIN_VERSION = '4.2.2';

/**
* Internal name of the Nosto plug-in
Expand Down

0 comments on commit de4d7d9

Please sign in to comment.