Razorpay for WooCommerce - Version 2.4.3

Version Description

  • Updated logo from CDN.
  • Tested upto WordPress 5.4.2 and WooCommerce 4.3.0
Download this release

Release Info

Developer ramprak
Plugin Icon 128x128 Razorpay for WooCommerce
Version 2.4.3
Comparing to
See all releases

Code changes from version 2.4.2 to 2.4.3

Files changed (3) hide show
  1. images/payment.png +0 -0
  2. readme.txt +6 -2
  3. woo-razorpay.php +4 -4
images/payment.png CHANGED
Binary file
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: razorpay
3
  Tags: razorpay, payments, india, woocommerce, ecommerce
4
  Requires at least: 3.9.2
5
- Tested up to: 5.4
6
- Stable tag: 2.4.2
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -41,6 +41,10 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
41
 
42
  == Changelog ==
43
 
 
 
 
 
44
  = 2.4.2 =
45
  * Bug fix for partial refund shown twice.
46
  * Bug fix for wc-api redirection after payment completed
2
  Contributors: razorpay
3
  Tags: razorpay, payments, india, woocommerce, ecommerce
4
  Requires at least: 3.9.2
5
+ Tested up to: 5.4.2
6
+ Stable tag: 2.4.3
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
41
 
42
  == Changelog ==
43
 
44
+ = 2.4.3 =
45
+ * Updated logo from CDN.
46
+ * Tested upto WordPress 5.4.2 and WooCommerce 4.3.0
47
+
48
  = 2.4.2 =
49
  * Bug fix for partial refund shown twice.
50
  * Bug fix for wc-api redirection after payment completed
woo-razorpay.php CHANGED
@@ -3,10 +3,10 @@
3
  * Plugin Name: Razorpay for WooCommerce
4
  * Plugin URI: https://razorpay.com
5
  * Description: Razorpay Payment Gateway Integration for WooCommerce
6
- * Version: 2.4.2
7
- * Stable tag: 2.4.2
8
  * Author: Team Razorpay
9
- * WC tested up to: 4.1.1
10
  * Author URI: https://razorpay.com
11
  */
12
 
@@ -136,7 +136,7 @@ function woocommerce_razorpay_init()
136
  */
137
  public function __construct($hooks = true)
138
  {
139
- $this->icon = plugins_url('images/logo.png' , __FILE__);
140
 
141
  $this->init_form_fields();
142
  $this->init_settings();
3
  * Plugin Name: Razorpay for WooCommerce
4
  * Plugin URI: https://razorpay.com
5
  * Description: Razorpay Payment Gateway Integration for WooCommerce
6
+ * Version: 2.4.3
7
+ * Stable tag: 2.4.3
8
  * Author: Team Razorpay
9
+ * WC tested up to: 4.3.0
10
  * Author URI: https://razorpay.com
11
  */
12
 
136
  */
137
  public function __construct($hooks = true)
138
  {
139
+ $this->icon = "https://cdn.razorpay.com/static/assets/logo/payment.svg";
140
 
141
  $this->init_form_fields();
142
  $this->init_settings();