From 0fd659ed27aa4882a8db6723b67feac29cd75d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannu=20Po=CC=88lo=CC=88nen?= Date: Thu, 2 Feb 2017 10:04:17 +0200 Subject: [PATCH] Bump version & update change log --- CHANGELOG.md | 3 +++ nostotagging.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e304ca46..ddcff1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/nostotagging.php b/nostotagging.php index 13de6a9a..ee59d537 100644 --- a/nostotagging.php +++ b/nostotagging.php @@ -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.