Skip to content

Commit

Permalink
Merge pull request #91 from paytrail/preparing-for-1.3.3-release
Browse files Browse the repository at this point in the history
Preparing for 1.3.3 release
  • Loading branch information
loueranta-paytrail authored Apr 12, 2023
2 parents 37d80f0 + 6161b8e commit 8d68265
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [1.3.3] - 2023-04-11
### Added
- Added update status to canceled on each error case when handling refunds
### Fixed
- Fixed possible race condition between redirect and callback payment processing
- Home url cleaned with esc_url

## [1.3.2] - 2023-02-23
### Added
- Added 3 second delay to Paytrail API callbacks to avoid race condition in cluster environments
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": "1.3.2",
"version": "1.3.3",
"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: 1.3.2
* Version: 1.3.3
* Requires at least: 4.9
* Tested up to: 6.1
* Tested up to: 6.2
* Requires PHP: 7.3
* WC requires at least: 3.5
* WC tested up to: 7.1
* WC tested up to: 7.5
* Author: Paytrail
* Author URI: https://www.paytrail.com/
* Text Domain: paytrail-for-woocommerce
Expand Down
9 changes: 7 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.1
Stable tag: 1.3.2
Tested up to: 6.2
Stable tag: 1.3.3
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -78,6 +78,11 @@ Head over to our [website](https://www.paytrail.com) and register for the servic

== Changelog ==

= 1.3.3 =
- Added update status to canceled on each error case when handling refunds
- Fixed possible race condition between redirect and callback payment processing
- Home url cleaned with esc_url

= 1.3.2 =
- Added 3 second delay to Paytrail API callbacks to avoid race condition in cluster environments
- Company name field added to API calls when available
Expand Down

0 comments on commit 8d68265

Please sign in to comment.