Skip to content

Commit

Permalink
Merge pull request #202 from paytrail/release-2.4.0
Browse files Browse the repository at this point in the history
Preparing for 2.4.0 release
  • Loading branch information
kotivuori authored Feb 10, 2025
2 parents 60c5e96 + 98a546d commit c7d1935
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.4.0] - 2025-02-10
### Added
- Added possibility to display OP Lasku calculator in product and cart page
- ### Fixed
- Fixed click listener on shortcode checkout

## [2.3.0] - 2025-01-22
### Added
- Added Apple Pay support for payment page bypass
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.3.0",
"version": "2.4.0",
"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.3.0
* Version: 2.4.0
* Requires at least: 4.9
* Requires Plugins: woocommerce
* Tested up to: 6.7
Expand Down
6 changes: 5 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.7
Stable tag: 2.3.0
Stable tag: 2.4.0
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -56,6 +56,10 @@ With test credentials, you can test most of the payment methods included in Payt

== Changelog ==

= 2.4.0 =
- Added possibility to display OP Lasku calculator in the product and cart page
- Fixed click listener on shortcode checkout

= 2.3.0 =
- Added Apple Pay support for payment page bypass
- Added supported currency notice
Expand Down

0 comments on commit c7d1935

Please sign in to comment.