Skip to content

Commit d6f6a11

Browse files
authored
Version 5.6.2
2 parents e4b2453 + 12a9d46 commit d6f6a11

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
**Requires at least:** 4.7
1010

11-
**Tested up to:** 5.3
11+
**Tested up to:** 5.4
1212

13-
**Stable tag:** 5.6.1
13+
**Stable tag:** 5.6.2
1414

1515
**License:** GPLv2 or later
1616

@@ -145,6 +145,9 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
145145

146146
## Changelog
147147

148+
### 5.6.2 - March 12, 2020 =
149+
* Update: WooCommerce 4.0 compatibility.
150+
148151
### 5.6.1 - November 13, 2019 ###
149152
* Update: WooCommerce 3.8 compatibility.
150153

@@ -242,8 +245,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
242245

243246
## Upgrade Notice
244247

245-
### 5.6.1 ###
246-
* WooCommerce 3.8 compatibility.
248+
### 5.6.2 ###
249+
* WooCommerce 4.0 compatibility.
247250

248251
## Screenshots ##
249252

readme.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: tubiz
33
Donate link: https://bosun.me/donate
44
Tags: paystack, woocommerce, payment gateway, tubiz plugins, verve, ghana, nigeria, mastercard, visa
55
Requires at least: 4.7
6-
Tested up to: 5.3
7-
Stable tag: 5.6.1
6+
Tested up to: 5.4
7+
Stable tag: 5.6.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -124,6 +124,9 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
124124

125125
== Changelog ==
126126

127+
= 5.6.2 - March 12, 2020 =
128+
* Update: WooCommerce 4.0 compatibility.
129+
127130
= 5.6.1 - November 13, 2019 =
128131
* Update: WooCommerce 3.8 compatibility.
129132

@@ -220,8 +223,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
220223

221224
== Upgrade Notice ==
222225

223-
= 5.6.1
224-
* WooCommerce 3.8 compatibility.
226+
= 5.6.2
227+
* WooCommerce 4.0 compatibility.
225228

226229
== Screenshots ==
227230

woo-paystack.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
* Plugin Name: Paystack WooCommerce Payment Gateway
44
* Plugin URI: https://paystack.com
55
* Description: WooCommerce payment gateway for Paystack
6-
* Version: 5.6.1
6+
* Version: 5.6.2
77
* Author: Tunbosun Ayinla
88
* Author URI: https://bosun.me
99
* License: GPL-2.0+
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
* WC requires at least: 3.0.0
12-
* WC tested up to: 3.8
12+
* WC tested up to: 4.0
1313
* Text Domain: woo-paystack
1414
* Domain Path: /languages
1515
*/
@@ -21,7 +21,7 @@
2121
define( 'WC_PAYSTACK_MAIN_FILE', __FILE__ );
2222
define( 'WC_PAYSTACK_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
2323

24-
define( 'WC_PAYSTACK_VERSION', '5.6.1' );
24+
define( 'WC_PAYSTACK_VERSION', '5.6.2' );
2525

2626
/**
2727
* Initialize Paystack WooCommerce payment gateway.

0 commit comments

Comments
 (0)