You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-23Lines changed: 22 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
**Tested up to:** 4.9
12
12
13
-
**Stable tag:** 5.1.0
13
+
**Stable tag:** 5.2.0
14
14
15
15
**License:** GPLv2 or later
16
16
@@ -142,67 +142,66 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
142
142
143
143
## Changelog
144
144
145
-
### 5.1.0, March 27, 2018 ###
145
+
### 5.2.0 - May 18, 2018 ###
146
+
* New: Add support for multiple subscriptions purchase using WooCommerce Subscriptions plugin
147
+
* Fix: Deprecated functions in the Tbz_WC_Gateway_Paystack_Subscription class
148
+
149
+
### 5.1.0 - March 27, 2018 ###
146
150
* New: Add support for GHS (Ghanaian cedi) currency
147
151
*Fix: Deprecated WooCommerce 2.X functions
148
152
149
-
### 5.0.2, September 15, 2017 ###
153
+
### 5.0.2 - September 15, 2017 ###
150
154
* Fix: Illegal string offset warnings when plugin is newly installed
151
155
152
-
### 5.0.1, September 14, 2017 ###
156
+
### 5.0.1 - September 14, 2017 ###
153
157
* Fix: Fatal error on the checkout page if WooCommerce 2.6.14 and below is installed
154
158
155
-
### 5.0.0, August 29, 2017 ###
159
+
### 5.0.0 - August 29, 2017 ###
156
160
* New: Add support for Paystack custom filters
157
161
* New: Create additional Paystack gateways (max of 5) using different custom filters. You can create a gateway that accepts only Verve cards, a gateway that accepts only bank account payments, a gateway that accepts only GTB issued Mastercard.
158
162
159
-
### 4.1.0, July 7, 2017 ###
163
+
### 4.1.0 - July 7, 2017 ###
160
164
* Fix: Deprecated WooCommerce 2.X functions
161
165
162
-
### 4.0.1, April 10, 2017 ###
166
+
### 4.0.1 - April 10, 2017 ###
163
167
*Fix: Fatal error if WooCommerce 2.6.14 and below is installed
164
168
165
-
### 4.0.0, April 10, 2017 ###
169
+
### 4.0.0 - April 10, 2017 ###
166
170
*New: Add support for Paystack Inline Embed.
167
171
*New: Add support for sending additional order details to Paystack
168
172
169
-
### 3.1.1, February 13, 2017 ###
173
+
### 3.1.1 - February 13, 2017 ###
170
174
*New: Changed Paystack payment methods icon.
171
175
172
-
### 3.1.0, January 10, 2017 ###
176
+
### 3.1.0 - January 10, 2017 ###
173
177
*New: Add support for USD and GBP currency. Note this has to be enabled by Paystack for your account before it can be used on your site.
174
178
175
-
### 3.0.0, November 11, 2016
179
+
### 3.0.0 - November 11, 2016
176
180
*New: Add support for recurring payment using [WooCommerce Subscriptions](https://woocommerce.com/products/woocommerce-subscriptions/) plugin.
177
181
178
-
179
-
### 2.1.0, October 15, 2016
182
+
### 2.1.0 - October 15, 2016
180
183
* New: Add support for confirming payment using the webhook url
181
184
182
-
183
-
### 2.0.1, July 5, 2016
185
+
### 2.0.1 - July 5, 2016
184
186
* 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
185
187
186
-
187
-
### 2.0.0, June 28, 2016
188
+
### 2.0.0 - June 28, 2016
188
189
*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.
189
190
* Fix: Change payment icon
190
191
191
-
192
-
### 1.1.0, April 22, 2016
192
+
### 1.1.0 - April 22, 2016
193
193
* Fix: Fatal error if the WooCommerce plugin is deactivated while the Paystack plugin is active
194
194
195
-
196
-
### 1.0.0, February 3, 2016
195
+
### 1.0.0 - February 3, 2016
197
196
* First release
198
197
199
198
200
199
201
200
202
201
## Upgrade Notice
203
202
204
-
### 5.1.0 ###
205
-
* Add support for GHS (Ghanaian cedi) currency for merchants in Ghana
203
+
### 5.2.0 ###
204
+
* Add support for multiple subscriptions purchase using WooCommerce Subscriptions plugin
@@ -121,61 +121,65 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
121
121
122
122
== Changelog ==
123
123
124
-
= 5.1.0, March 27, 2018 =
124
+
= 5.2.0 - May 18, 2018 =
125
+
* New: Add support for multiple subscriptions purchase using WooCommerce Subscriptions plugin
126
+
* Fix: Deprecated functions in the Tbz_WC_Gateway_Paystack_Subscription class
127
+
128
+
= 5.1.0 - March 27, 2018 =
125
129
* New: Add support for GHS (Ghanaian cedi) currency
126
130
* Fix: Deprecated WooCommerce 2.X functions
127
131
128
-
= 5.0.2, September 15, 2017 =
132
+
= 5.0.2 - September 15, 2017 =
129
133
* Fix: Illegal string offset warnings when plugin is newly installed
130
134
131
-
= 5.0.1, September 14, 2017 =
135
+
= 5.0.1 - September 14, 2017 =
132
136
* Fix: Fatal error on the checkout page if WooCommerce 2.6.14 and below is installed
133
137
134
-
= 5.0.0, August 29, 2017 =
138
+
= 5.0.0 - August 29, 2017 =
135
139
* New: Add support for Paystack custom filters
136
140
* New: Create additional Paystack gateways (max of 5) using different custom filters. You can create a gateway that accepts only Verve cards, a gateway that accepts only bank account payments, a gateway that accepts only GTB issued Mastercard.
137
141
138
-
= 4.1.0, July 7, 2017 =
142
+
= 4.1.0 - July 7, 2017 =
139
143
* Fix: Deprecated WooCommerce 2.X functions
140
144
141
-
= 4.0.1, April 10, 2017 =
145
+
= 4.0.1 - April 10, 2017 =
142
146
* Fix: Fatal error if WooCommerce 2.6.14 and below is installed
143
147
144
-
= 4.0.0, April 10, 2017 =
148
+
= 4.0.0 - April 10, 2017 =
145
149
* New: Add support for Paystack Inline Embed.
146
150
* New: Add support for sending additional order details to Paystack
147
151
148
-
= 3.1.1, February 13, 2017 =
152
+
= 3.1.1 - February 13, 2017 =
149
153
* New: Changed Paystack payment methods icon.
150
154
151
-
= 3.1.0, January 10, 2017 =
155
+
= 3.1.0 - January 10, 2017 =
152
156
* New: Add support for USD and GBP currency. Note this has to be enabled by Paystack for your account before it can be used on your site.
153
157
154
-
= 3.0.0, November 11, 2016 =
158
+
= 3.0.0 - November 11, 2016 =
155
159
* New: Add support for recurring payment using [WooCommerce Subscriptions](https://woocommerce.com/products/woocommerce-subscriptions/) plugin.
156
160
157
-
= 2.1.0, October 15, 2016 =
161
+
= 2.1.0 - October 15, 2016 =
158
162
* New: Add support for confirming payment using the webhook url
159
163
160
-
= 2.0.1, July 5, 2016 =
164
+
= 2.0.1 - July 5, 2016 =
161
165
* 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
162
166
163
-
= 2.0.0, June 28, 2016 =
167
+
= 2.0.0 - June 28, 2016 =
164
168
* 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.
165
169
* Fix: Change payment icon
166
170
167
-
= 1.1.0, April 22, 2016 =
171
+
= 1.1.0 - April 22, 2016 =
168
172
* Fix: Fatal error if the WooCommerce plugin is deactivated while the Paystack plugin is active
169
173
170
-
= 1.0.0, February 3, 2016 =
174
+
= 1.0.0 - February 3, 2016 =
171
175
* First release
172
176
173
177
174
178
175
179
== Upgrade Notice ==
176
180
177
-
= 5.1.0 =
178
-
* Add support for GHS (Ghanaian cedi) currency for merchants in Ghana
181
+
= 5.2.0 =
182
+
* Add support for multiple subscriptions purchase using WooCommerce Subscriptions plugin
0 commit comments