Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
supercid committed Sep 17, 2024
1 parent 991cb04 commit 6b16cb6
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.4.1
- Fixes an issue that can cause division by zero errors when a product has zero total taxes associated with

## 4.4.0
- Add compatibility with Prestashop 8.1

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.4.0';
const PLUGIN_VERSION = '4.4.1';

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

0 comments on commit 6b16cb6

Please sign in to comment.