Skip to content

Commit 7102999

Browse files
committed
Beta Version 2.0.0
1 parent e9f6af1 commit 7102999

7 files changed

Lines changed: 958 additions & 372 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
**Tags:** paystack, woocommerce, payment gateway, interswitch, tubiz plugins, verve, nigeria, mastercard, visa
77

8-
**Requires at least:** 4.1
8+
**Requires at least:** 4.3
99

1010
**Tested up to:** 4.5
1111

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

1414
**License:** GPLv2 or later
1515

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

108108
## Changelog ##
109109

110+
### 2.0.0 ###
111+
* 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.
112+
* Fix: Change payment icon
113+
110114
### 1.1.0 ###
111115
* Fix: Fatal error if the WooCommerce plugin is deactivated while the Paystack plugin is active
112116

@@ -119,9 +123,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
119123

120124
## Upgrade Notice ##
121125

122-
### 1.1.0 ###
123-
* Fix: Fatal error if the WooCommerce plugin is deactivated while the Paystack plugin is active
124-
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.
125128

126129

127130

assets/css/paystack.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.payment_box.payment_method_paystack{ display: none !important; }
1+
.payment_box.payment_method_paystack{ display: none !important; }
-1.88 KB
Loading

0 commit comments

Comments
 (0)