Skip to content

Commit 3fa41a8

Browse files
Merge pull request #161 from paytrail/preparing-for-2.1.0-release
Preparing for 2.1.0 release
2 parents c7fedc3 + beb98e8 commit 3fa41a8

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.1.0] - 2024-08-01
8+
### Added
9+
- Added support for decimal values in tax rate
10+
- Added Finnish bank reference option
11+
- Allow selection of HTML tags in the payment description view
12+
### Fixed
13+
- Minor fixes
14+
715
## [2.0.3] - 2024-05-02
816
### Fixed
917
- Fixed test mode enablement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paytrail-for-woocommerce",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.",
55
"private": true,
66
"dependencies": {

plugin.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
* Plugin Name: Paytrail for WooCommerce
44
* Plugin URI: https://github.com/paytrail/paytrail-for-woocommerce
55
* Description: Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.
6-
* Version: 2.0.3
6+
* Version: 2.1.0
77
* Requires at least: 4.9
8-
* Tested up to: 6.5
8+
* Tested up to: 6.6
99
* Requires PHP: 7.3
1010
* WC requires at least: 3.5
11-
* WC tested up to: 8.7
11+
* WC tested up to: 9.1
1212
* Author: Paytrail
1313
* Author URI: https://www.paytrail.com/
1414
* Text Domain: paytrail-for-woocommerce

readme.txt

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: loueranta
33
Donate link: https://www.paytrail.com/
44
Tags: woocommerce
55
Requires at least: 4.9
6-
Tested up to: 6.5
7-
Stable tag: 2.0.3
6+
Tested up to: 6.6
7+
Stable tag: 2.1.0
88
Requires PHP: 7.3
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
@@ -56,6 +56,12 @@ With test credentials, you can test most of the payment methods included in Payt
5656

5757
== Changelog ==
5858

59+
= 2.1.0 =
60+
- Added support for decimal values in tax rate
61+
- Added Finnish bank reference option
62+
- Allow selection of HTML tags in the payment description view
63+
- Minor fixes
64+
5965
= 2.0.3 =
6066
- Fixed test mode enablement
6167

0 commit comments

Comments
 (0)