Skip to content

Commit 7a6cba1

Browse files
authored
Merge pull request #187 from paytrail/2.2.1-release
Preparing for 2.2.1 release
2 parents 687f0d4 + c15e1f9 commit 7a6cba1

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.2.1] - 2024-12-09
8+
### Fixed
9+
- Fixed subscription/saved card deletion
10+
711
## [2.2.0] - 2024-12-02
812
### Added
913
- Added checkout blocks support

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.0",
3+
"version": "2.2.1",
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,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.0
6+
* Version: 2.2.1
77
* Requires at least: 4.9
88
* Requires Plugins: woocommerce
9-
* Tested up to: 6.6
9+
* Tested up to: 6.7
1010
* Requires PHP: 7.3
1111
* WC requires at least: 3.5
12-
* WC tested up to: 9.3
12+
* WC tested up to: 9.4
1313
* Author: Paytrail
1414
* Author URI: https://www.paytrail.com/
1515
* Text Domain: paytrail-for-woocommerce

readme.txt

+5-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.6
7-
Stable tag: 2.2.0
6+
Tested up to: 6.7
7+
Stable tag: 2.2.1
88
Requires PHP: 7.3
99
License: MIT
1010
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
5656

5757
== Changelog ==
5858

59+
= 2.2.1 =
60+
- Fixed subscription/saved card deletion
61+
5962
= 2.2.0 =
6063
- Added checkout blocks support
6164

0 commit comments

Comments
 (0)