Skip to content

Commit

Permalink
Merge pull request #161 from paytrail/preparing-for-2.1.0-release
Browse files Browse the repository at this point in the history
Preparing for 2.1.0 release
  • Loading branch information
loueranta-paytrail committed Aug 1, 2024
2 parents c7fedc3 + beb98e8 commit 3fa41a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.1.0] - 2024-08-01
### Added
- Added support for decimal values in tax rate
- Added Finnish bank reference option
- Allow selection of HTML tags in the payment description view
### Fixed
- Minor fixes

## [2.0.3] - 2024-05-02
### Fixed
- Fixed test mode enablement
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.0.3",
"version": "2.1.0",
"description": "Paytrail is a payment gateway that offers 20+ payment methods for Finnish customers.",
"private": true,
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* 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.0.3
* Version: 2.1.0
* Requires at least: 4.9
* Tested up to: 6.5
* Tested up to: 6.6
* Requires PHP: 7.3
* WC requires at least: 3.5
* WC tested up to: 8.7
* WC tested up to: 9.1
* Author: Paytrail
* Author URI: https://www.paytrail.com/
* Text Domain: paytrail-for-woocommerce
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: loueranta
Donate link: https://www.paytrail.com/
Tags: woocommerce
Requires at least: 4.9
Tested up to: 6.5
Stable tag: 2.0.3
Tested up to: 6.6
Stable tag: 2.1.0
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -56,6 +56,12 @@ With test credentials, you can test most of the payment methods included in Payt

== Changelog ==

= 2.1.0 =
- Added support for decimal values in tax rate
- Added Finnish bank reference option
- Allow selection of HTML tags in the payment description view
- Minor fixes

= 2.0.3 =
- Fixed test mode enablement

Expand Down

0 comments on commit 3fa41a8

Please sign in to comment.