Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #79 from OPMerchantServices/preparing-for-1.5.15-r…
Browse files Browse the repository at this point in the history
…elease

Preparing for 1.5.15 release
  • Loading branch information
Joonas Loueranta authored Feb 23, 2021
2 parents dc1cfc8 + f06f6ac commit fc26b9e
Show file tree
Hide file tree
Showing 4 changed files with 14 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).

## [1.5.15] - 2021-02-23
### Changed
- Add validation for order tokens when creating scheduled Subscription/MIT payment
- Add better error message if no tokens found
- Change PHP version to 7.4 in Github Action

## [1.5.14] - 2021-02-17
### Changed
- Update minimum PHP version to 7.3
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": "op-payment-service-for-woocommerce",
"version": "1.5.14",
"version": "1.5.15",
"description": "OP Payment Service (previously known as Checkout Finland) 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: OP Payment Service for WooCommerce
* Plugin URI: https://github.com/OPMerchantServices/op-payment-service-for-woocommerce
* Description: OP Payment Service (previously known as Checkout Finland) is a payment gateway that offers 20+ payment methods for Finnish customers.
* Version: 1.5.14
* Version: 1.5.15
* Requires at least: 4.9
* Tested up to: 5.6
* Requires PHP: 7.3
Expand Down
7 changes: 6 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.checkout.fi/
Tags: woocommerce
Requires at least: 4.9
Tested up to: 5.6
Stable tag: 1.5.14
Stable tag: 1.5.15
Requires PHP: 7.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Expand Down Expand Up @@ -82,6 +82,11 @@ Head over to [Checkout.fi](https://www.checkout.fi) and register for the service

== Changelog ==

= 1.5.15 =
* Add validation for order tokens when creating scheduled Subscription/MIT payment
* Add better error message if no tokens found
* Change PHP version to 7.4 in Github Action

= 1.5.14 =
* Update minimum PHP version to 7.3
* OP Payment Service PHP-SDK version updated to 1.3.4
Expand Down

0 comments on commit fc26b9e

Please sign in to comment.