Skip to content

Commit a0bdea8

Browse files
committed
Version 3.1.1
1 parent bdfe67a commit a0bdea8

7 files changed

Lines changed: 15 additions & 9 deletions

File tree

README.md

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

1111
**Tested up to:** 4.7
1212

13-
**Stable tag:** 3.1.0
13+
**Stable tag:** 3.1.1
1414

1515
**License:** GPLv2 or later
1616

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

142142
## Changelog
143143

144+
### 3.1.1, February 13, 2017 ###
145+
* New: Changed Paystack payment methods icon.
146+
144147
### 3.1.0, January 10, 2017 ###
145148
* 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.
146149

@@ -173,8 +176,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
173176

174177
## Upgrade Notice
175178

176-
### 3.1.0
177-
* 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.
179+
### 3.1.1
180+
* Changed Paystack payment methods icon.
178181

179182

180183

assets/images/paystack-wc.png

42.8 KB
Loading
-8.25 KB
Binary file not shown.

includes/class-paystack-deprecated.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function is_valid_for_use() {
7878
*/
7979
public function get_icon() {
8080

81-
$icon = '<img src="' . WC_HTTPS::force_https_url( plugins_url( '../assets/images/paystack-woocommerce.png' , __FILE__ ) ) . '" alt="cards" />';
81+
$icon = '<img src="' . WC_HTTPS::force_https_url( plugins_url( '../assets/images/paystack-wc.png' , __FILE__ ) ) . '" alt="cards" />';
8282

8383
return apply_filters( 'woocommerce_gateway_icon', $icon, $this->id );
8484

includes/class-paystack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function is_valid_for_use() {
9494
*/
9595
public function get_icon() {
9696

97-
$icon = '<img src="' . WC_HTTPS::force_https_url( plugins_url( 'assets/images/paystack-woocommerce.png' , WC_PAYSTACK_MAIN_FILE ) ) . '" alt="cards" />';
97+
$icon = '<img src="' . WC_HTTPS::force_https_url( plugins_url( 'assets/images/paystack-wc.png' , WC_PAYSTACK_MAIN_FILE ) ) . '" alt="cards" />';
9898

9999
return apply_filters( 'woocommerce_gateway_icon', $icon, $this->id );
100100

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.4
66
Tested up to: 4.7
7-
Stable tag: 3.1.0
7+
Stable tag: 3.1.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

121121
== Changelog ==
122122

123+
= 3.1.1, February 13, 2017 =
124+
* New: Changed Paystack payment methods icon.
125+
123126
= 3.1.0, January 10, 2017 =
124127
* 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.
125128

@@ -146,8 +149,8 @@ To configure the plugin, go to __WooCommerce > Settings__ from the left hand me
146149

147150
== Upgrade Notice ==
148151

149-
= 3.1.0 =
150-
* 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.
152+
= 3.1.1 =
153+
* Changed Paystack payment methods icon.
151154

152155

153156

woo-paystack.php

Lines changed: 1 addition & 1 deletion
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: 3.1.0
6+
Version: 3.1.1
77
Author: Tunbosun Ayinla
88
Author URI: http://bosun.me
99
License: GPL-2.0+

0 commit comments

Comments
 (0)