Skip to content

Commit

Permalink
Bump version & update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannu Pölönen committed Feb 2, 2017
1 parent 2ef8ee3 commit 0fd659e
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/).

## 2.7.E4
- Fix tax based exchange rate calculation to compare list prices

## 2.7.E3
- Fix the content forging to use cloned context

Expand Down
2 changes: 1 addition & 1 deletion nostotagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
*/
class NostoTagging extends Module
{
const PLUGIN_VERSION = '2.7.E3';
const PLUGIN_VERSION = '2.7.E4';

/**
* Custom hooks to add for this module.
Expand Down

0 comments on commit 0fd659e

Please sign in to comment.