diff --git a/CHANGELOG.md b/CHANGELOG.md index 4286d503..90419134 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 VAT rounding problem caused by certain product price settings + ## [2.1.0] - 2024-08-01 ### Added - Added support for decimal values in tax rate 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": { 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 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