Skip to content

Commit c8b8943

Browse files
authored
Merge pull request #197 from paytrail/release-2.3.0
Preparing for 2.3.0 release
2 parents 92773e7 + 5afb4b8 commit c8b8943

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.3.0] - 2025-01-22
8+
### Added
9+
- Added Apple Pay support for payment page bypass
10+
- Added supported currency notice
11+
712
## [2.2.3] - 2024-12-19
813
### Added
914
- Added gateway check for blocks checkout

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.2.3",
3+
"version": "2.3.0",
44
"description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.",
55
"private": true,
66
"dependencies": {

plugin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.2.3
6+
* Version: 2.3.0
77
* Requires at least: 4.9
88
* Requires Plugins: woocommerce
99
* Tested up to: 6.7
1010
* Requires PHP: 7.3
1111
* WC requires at least: 3.5
12-
* WC tested up to: 9.4
12+
* WC tested up to: 9.6
1313
* Author: Paytrail
1414
* Author URI: https://www.paytrail.com/
1515
* Text Domain: paytrail-for-woocommerce

readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paytrail.com/
44
Tags: woocommerce
55
Requires at least: 4.9
66
Tested up to: 6.7
7-
Stable tag: 2.2.3
7+
Stable tag: 2.3.0
88
Requires PHP: 7.3
99
License: MIT
1010
License URI: https://opensource.org/licenses/MIT
@@ -56,6 +56,10 @@ With test credentials, you can test most of the payment methods included in Payt
5656

5757
== Changelog ==
5858

59+
= 2.3.0 =
60+
- Added Apple Pay support for payment page bypass
61+
- Added supported currency notice
62+
5963
= 2.2.3 =
6064
- Added gateway check for blocks checkout
6165

0 commit comments

Comments
 (0)