Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for 2.1.1 release #164

Merged
merged 5 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading