Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Jan 23, 2024
2 parents 71af124 + 4ceca0f commit d01180c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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 classes/helpers/NostoHelperPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static function getProductPriceForGroup(
'',
NostoHelperContext::getCurrencyId(),
$groupId,
2,
1,
Group::getPriceDisplayMethod($groupId) == PS_TAX_INC,
$decimals,
false,
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 d01180c

Please sign in to comment.