Skip to content

Commit

Permalink
Tagging new release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ebbesmoeller committed Jun 18, 2020
1 parent a18bb21 commit 21ca4d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [1.0.6] - 2020-06-18
- Confirmed working on Wordpress 5.4.2 and WooCommerce 4.2.0
- Fix incompatibility with PHP 5.6
- Update composer dependencies to latest versions
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 @@ Tags: onpay, gateway, payment, payment gateway, woocommerce, psp
Requires at least: 5.3
Tested up to: 5.4.2
Requires PHP: 5.6
Stable tag: 1.0.5
Stable tag: 1.0.6
License: MIT
License URI: https://mit-license.org/

Expand All @@ -30,6 +30,11 @@ Plugin for WooCommerce, based on the official OnPay PHP SDK. The plugin adds the

== Changelog ==

= [1.0.6] =
Confirmed working on Wordpress 5.4.2 and WooCommerce 4.2.0
Fix incompatibility with PHP 5.6
Update composer dependencies to latest versions

= [1.0.5] =
Fixed issue with transaction_id null value being used to fetch transaction, resulting in an error.
Confirmed working on Wordpress 5.4.1 and WooCommerce 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-onpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Author URI: https://onpay.io/
* Text Domain: wc-onpay
* Domain Path: /languages
* Version: 1.0.5
* Version: 1.0.6
**/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down

0 comments on commit 21ca4d3

Please sign in to comment.