Skip to content

Commit 106d51f

Browse files
committed
Version 5.3.1
1 parent 13bfc2f commit 106d51f

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
142142

143143
## Changelog
144144

145+
### 5.3.1 - July 26, 2018 ###
146+
* Fix: The bank payment channel not showing in the default gateway
147+
145148
### 5.3.0 - June 2, 2018 =
146149
* Fix: Saved cards feature not working in the custom gateways
147150
* Fix: Custom gateways not processing automatic renewal payments via WooCommerce Subscriptions plugin
@@ -207,8 +210,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
207210

208211
## Upgrade Notice
209212

210-
### 5.3.0 ###
211-
* Fixes: Custom gateways not processing automatic renewal payments via WooCommerce Subscriptions plugin. Saved cards feature not working in the custom gateways.
213+
### 5.3.1 ###
214+
* Fix: The bank payment channel not showing in the default gateway
212215

213216

214217
## Screenshots ##

readme.txt

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

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

122122
== Changelog ==
123123

124+
= 5.3.1 - July 26, 2018 =
125+
* Fix: The bank payment channel not showing in the default gateway
126+
124127
= 5.3.0 - June 2, 2018 =
125128
* Fix: Saved cards feature not working in the custom gateways
126129
* Fix: Custom gateways not processing automatic renewal payments via WooCommerce Subscriptions plugin
@@ -185,8 +188,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
185188

186189
== Upgrade Notice ==
187190

188-
= 5.3.0 =
189-
* Fixes: Custom gateways not processing automatic renewal payments via WooCommerce Subscriptions plugin. Saved cards feature not working in the custom gateways.
191+
= 5.3.1 =
192+
* Fix: The bank payment channel not showing in the default gateway
190193

191194

192195
== Screenshots ==

woo-paystack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Paystack WooCommerce Payment Gateway
44
Plugin URI: https://paystack.com
55
Description: WooCommerce payment gateway for Paystack
6-
Version: 5.3.0
6+
Version: 5.3.1
77
Author: Tunbosun Ayinla
88
Author URI: https://bosun.me
99
License: GPL-2.0+
@@ -19,7 +19,7 @@
1919
define( 'WC_PAYSTACK_MAIN_FILE', __FILE__ );
2020
define( 'WC_PAYSTACK_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) );
2121

22-
define( 'WC_PAYSTACK_VERSION', '5.3.0' );
22+
define( 'WC_PAYSTACK_VERSION', '5.3.1' );
2323

2424
function tbz_wc_paystack_init() {
2525

0 commit comments

Comments
 (0)