Skip to content

Commit cb87d4e

Browse files
committed
Version 2.0.1
1 parent 598cf0b commit cb87d4e

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Tested up to:** 4.5
1111

12-
**Stable tag:** 2.0.0
12+
**Stable tag:** 2.0.1
1313

1414
**License:** GPLv2 or later
1515

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

108108
## Changelog ##
109109

110+
### 2.0.1 ###
111+
* Fix: Paystack payment option and settings not available if Paystack WooCommerce Payment Gateway version 2.0.0 is installed and WooCommerce version 2.5.5 and below is installed
112+
110113
### 2.0.0 ###
111114
* New: Saved cards - allow store customers to save their card details and pay again using the same card. Card details are saved on Paystack servers and not on your store.
112115
* Fix: Change payment icon
@@ -123,8 +126,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
123126

124127
## Upgrade Notice ##
125128

126-
### 2.0.0 ###
127-
* Changed payment icon and add support for saving customer card details. This allows your customers to pay again using the same card without entering the card details. Card details are saved on Paystack servers and not on your store.
129+
### 2.0.1 ###
130+
* Important update. Fix Paystack payment option and settings not available if Paystack WooCommerce Payment Gateway version 2.0.0 is installed and WooCommerce version 2.5.5 and below is installed
128131

129132

130133

readme.txt

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

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

100100
== Changelog ==
101101

102+
= 2.0.1 =
103+
* Fix: Paystack payment option and settings not available if Paystack WooCommerce Payment Gateway version 2.0.0 is installed and WooCommerce version 2.5.5 and below is installed
104+
102105
= 2.0.0 =
103106
* New: Saved cards - allow store customers to save their card details and pay again using the same card. Card details are saved on Paystack servers and not on your store.
104107
* Fix: Change payment icon
@@ -115,8 +118,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
115118

116119
== Upgrade Notice ==
117120

118-
= 2.0.0 =
119-
* Changed payment icon and add support for saving customer card details via an authorization code. This allows your customers to pay again using the same card without entering the card details.
121+
= 2.0.1 =
122+
* Important update. Fix Paystack payment option and settings not available if Paystack WooCommerce Payment Gateway version 2.0.0 is installed and WooCommerce version 2.5.5 and below is installed
120123

121124

122125
== 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: 2.0.0
6+
Version: 2.0.1
77
Author: Tunbosun Ayinla
88
Author URI: http://bosun.me
99
License: GPL-2.0+
@@ -21,7 +21,7 @@
2121

2222
function tbz_wc_paystack_init() {
2323

24-
if ( ! class_exists( 'WC_Payment_Gateway' ) || ! class_exists( 'WC_Payment_Gateway_CC' ) ) {
24+
if ( ! class_exists( 'WC_Payment_Gateway' ) ) {
2525
return;
2626
}
2727

0 commit comments

Comments
 (0)