From ed7ae22cd06dc9c895246bfee7fe386c104469c4 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Mon, 5 Aug 2024 13:22:13 +0300 Subject: [PATCH 1/5] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4286d503..7b776832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.1] - 2024-08-05 +### Fixed +- Fixed rounding errors + ## [2.1.0] - 2024-08-01 ### Added - Added support for decimal values in tax rate From 0caa7dd60845001ce9a80df49920c8f9ee83ff65 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Mon, 5 Aug 2024 13:24:44 +0300 Subject: [PATCH 2/5] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e55fb22d..9c33f2a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paytrail-for-woocommerce", - "version": "2.1.0", + "version": "2.1.1", "description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.", "private": true, "dependencies": { From 13d886b33844f6b2d5aa6311e3df75cd6538e8f2 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Mon, 5 Aug 2024 13:25:16 +0300 Subject: [PATCH 3/5] Update plugin.php --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index 42f3055a..8f26495f 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Paytrail for WooCommerce * Plugin URI: https://github.com/paytrail/paytrail-for-woocommerce * Description: Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers. - * Version: 2.1.0 + * Version: 2.1.1 * Requires at least: 4.9 * Tested up to: 6.6 * Requires PHP: 7.3 From d55b03266be4af76302c9b759ce584277a54bcc7 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Mon, 5 Aug 2024 13:27:33 +0300 Subject: [PATCH 4/5] Update readme.txt --- readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 74e2265b..2eabfc53 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paytrail.com/ Tags: woocommerce Requires at least: 4.9 Tested up to: 6.6 -Stable tag: 2.1.0 +Stable tag: 2.1.1 Requires PHP: 7.3 License: MIT License URI: https://opensource.org/licenses/MIT @@ -56,6 +56,9 @@ With test credentials, you can test most of the payment methods included in Payt == Changelog == += 2.1.1 = +- Fixed VAT rounding problem caused by certain product price settings + = 2.1.0 = - Added support for decimal values in tax rate - Added Finnish bank reference option From e758f684b14a085210c7f9f723249aebfea69669 Mon Sep 17 00:00:00 2001 From: Joonas Loueranta Date: Mon, 5 Aug 2024 13:27:59 +0300 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b776832..90419134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.1] - 2024-08-05 ### Fixed -- Fixed rounding errors +- Fixed VAT rounding problem caused by certain product price settings ## [2.1.0] - 2024-08-01 ### Added