Skip to content

Commit 5b36e49

Browse files
authored
Merge pull request #204 from paytrail/release-2.4.1
Preparing for 2.4.1 release
2 parents 9deb351 + bb1d530 commit 5b36e49

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.4.1] - 2025-02-25
8+
### Added
9+
- Added stamp for rounding row item
10+
- ### Fixed
11+
- Fixed payment status after failed payment
12+
713
## [2.4.0] - 2025-02-10
814
### Added
915
- Added possibility to display OP Lasku calculator in product and cart page

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

plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.4.0
6+
* Version: 2.4.1
77
* Requires at least: 4.9
88
* Requires Plugins: woocommerce
99
* Tested up to: 6.7

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.4.0
7+
Stable tag: 2.4.1
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.4.1 =
60+
- Added stamp for rounding row item
61+
- Fixed payment status after failed payment
62+
5963
= 2.4.0 =
6064
- Added possibility to display OP Lasku calculator in the product and cart page
6165
- Fixed click listener on shortcode checkout

0 commit comments

Comments
 (0)