Razorpay for WooCommerce - Version 2.4.1

Version Description

  • Updated WordPress support version info
Download this release

Release Info

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

Code changes from version 2.4.0 to 2.4.1

Files changed (2) hide show
  1. readme.txt +17 -14
  2. woo-razorpay.php +2 -2
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.2.4
6
- Stable tag: 2.4.0
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -21,7 +21,7 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
21
  1. Install the plugin from the [Wordpress Plugin Directory](https://wordpress.org/plugins/woo-razorpay/).
22
  2. To use this plugin correctly, you need to be able to make network requests. Please make sure that you have the php-curl extension installed.
23
 
24
- == Dependencies ==
25
 
26
  1. Wordpress v3.9.2 and later
27
  2. Woocommerce v2.4 and later
@@ -37,10 +37,13 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
37
 
38
  == Upgrade Notice ==
39
  = 2.0.0 =
40
- * Switches from WooCommerce side currency conversion to Razorpay's native multi currency support.
41
 
42
  == Changelog ==
43
 
 
 
 
44
  = 2.4.0 =
45
  * Added webhook for handling refund create and change order status
46
  * Bug fix for cart is reset if payment fails or is cancelled
@@ -88,20 +91,20 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
88
  * Fixes payment title/description in WC Checkout page.
89
  * Adds WooCommerce version tested in the plugin metadata
90
 
91
- = 1.6.0 =
92
  * Adds Razorpay Subscriptions plugin support.
93
  * Code cleanup.
94
 
95
  = 1.5.3 =
96
  * Webhooks are now disabled by default ([#52](https://github.com/razorpay/razorpay-woocommerce/pull/52))
97
 
98
- = 1.5.2 =
99
  * Fixed an issue with some websites "Pay now" button click not working. ([#50](https://github.com/razorpay/razorpay-woocommerce/pull/50))
100
 
101
- = 1.5.1 =
102
  * Fixes backward compatibilty with older WooCommerce releases. ([#49](https://github.com/razorpay/razorpay-woocommerce/pull/49))
103
 
104
- = 1.5.0 =
105
  * Javascript fixes for additional compatibility with other plugins ([#47](https://github.com/razorpay/razorpay-woocommerce/pull/47))
106
  * Adds multi-currency support using [WooCommerce Currency Switcher](https://wordpress.org/plugins/woocommerce-currency-switcher/) plugin. ([#46](https://github.com/razorpay/razorpay-woocommerce/pull/46))
107
 
@@ -114,7 +117,7 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
114
  = 1.4.2 =
115
  * Added missing classes in the WordPress release (Utility.php was missing)
116
 
117
- = 1.4.0 =
118
  * Added Support for WooCommerce 3.x ([#35](https://github.com/razorpay/razorpay-woocommerce/pull/35]))
119
  * Fixes around discount coupon handling (Order Amount mismatch)
120
  * Updates Razorpay SDK
@@ -126,7 +129,7 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
126
  * AOSP Browser
127
  * Opera Mini
128
  * Google Search App
129
- * Any other apps using webviews
130
  * Adds support for refunding payments from within WooCommerce
131
 
132
  = 1.3.2 =
@@ -142,7 +145,7 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
142
  * Shifts to the Razorpay Orders API. Allows for auto-capturing and improves success rates
143
  * Wordpress Versions >=3.9.2 only are supported
144
 
145
- = 1.2.11 =
146
  * Fixes issues with Safari and Internet Explorer
147
 
148
  = 1.2.10 =
@@ -157,16 +160,16 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has
157
  * Disables buttons while payment is in progress
158
  * Refactors error message display
159
 
160
- = 1.2.7 =
161
  * Redirects customer to order details page, as per WooCommerce guidelines.
162
 
163
  = 1.2.6 =
164
  * Adds manual capture option
165
 
166
  == Frequently Asked Questions ==
167
-
168
  = Does this support webhooks? =
169
-
170
  Yes, please see https://github.com/razorpay/razorpay-woocommerce/wiki/Webhooks for more details
171
 
172
  = How do I enable Multi-currency support =
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.1
7
  Requires PHP: 5.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
21
  1. Install the plugin from the [Wordpress Plugin Directory](https://wordpress.org/plugins/woo-razorpay/).
22
  2. To use this plugin correctly, you need to be able to make network requests. Please make sure that you have the php-curl extension installed.
23
 
24
+ == Dependencies ==
25
 
26
  1. Wordpress v3.9.2 and later
27
  2. Woocommerce v2.4 and later
37
 
38
  == Upgrade Notice ==
39
  = 2.0.0 =
40
+ * Switches from WooCommerce side currency conversion to Razorpay's native multi currency support.
41
 
42
  == Changelog ==
43
 
44
+ = 2.4.1 =
45
+ * Updated WordPress support version info
46
+
47
  = 2.4.0 =
48
  * Added webhook for handling refund create and change order status
49
  * Bug fix for cart is reset if payment fails or is cancelled
91
  * Fixes payment title/description in WC Checkout page.
92
  * Adds WooCommerce version tested in the plugin metadata
93
 
94
+ = 1.6.0 =
95
  * Adds Razorpay Subscriptions plugin support.
96
  * Code cleanup.
97
 
98
  = 1.5.3 =
99
  * Webhooks are now disabled by default ([#52](https://github.com/razorpay/razorpay-woocommerce/pull/52))
100
 
101
+ = 1.5.2 =
102
  * Fixed an issue with some websites "Pay now" button click not working. ([#50](https://github.com/razorpay/razorpay-woocommerce/pull/50))
103
 
104
+ = 1.5.1 =
105
  * Fixes backward compatibilty with older WooCommerce releases. ([#49](https://github.com/razorpay/razorpay-woocommerce/pull/49))
106
 
107
+ = 1.5.0 =
108
  * Javascript fixes for additional compatibility with other plugins ([#47](https://github.com/razorpay/razorpay-woocommerce/pull/47))
109
  * Adds multi-currency support using [WooCommerce Currency Switcher](https://wordpress.org/plugins/woocommerce-currency-switcher/) plugin. ([#46](https://github.com/razorpay/razorpay-woocommerce/pull/46))
110
 
117
  = 1.4.2 =
118
  * Added missing classes in the WordPress release (Utility.php was missing)
119
 
120
+ = 1.4.0 =
121
  * Added Support for WooCommerce 3.x ([#35](https://github.com/razorpay/razorpay-woocommerce/pull/35]))
122
  * Fixes around discount coupon handling (Order Amount mismatch)
123
  * Updates Razorpay SDK
129
  * AOSP Browser
130
  * Opera Mini
131
  * Google Search App
132
+ * Any other apps using webviews
133
  * Adds support for refunding payments from within WooCommerce
134
 
135
  = 1.3.2 =
145
  * Shifts to the Razorpay Orders API. Allows for auto-capturing and improves success rates
146
  * Wordpress Versions >=3.9.2 only are supported
147
 
148
+ = 1.2.11 =
149
  * Fixes issues with Safari and Internet Explorer
150
 
151
  = 1.2.10 =
160
  * Disables buttons while payment is in progress
161
  * Refactors error message display
162
 
163
+ = 1.2.7 =
164
  * Redirects customer to order details page, as per WooCommerce guidelines.
165
 
166
  = 1.2.6 =
167
  * Adds manual capture option
168
 
169
  == Frequently Asked Questions ==
170
+
171
  = Does this support webhooks? =
172
+
173
  Yes, please see https://github.com/razorpay/razorpay-woocommerce/wiki/Webhooks for more details
174
 
175
  = How do I enable Multi-currency support =
woo-razorpay.php CHANGED
@@ -3,8 +3,8 @@
3
  * Plugin Name: Razorpay for WooCommerce
4
  * Plugin URI: https://razorpay.com
5
  * Description: Razorpay Payment Gateway Integration for WooCommerce
6
- * Version: 2.4.0
7
- * Stable tag: 2.4.0
8
  * Author: Team Razorpay
9
  * WC tested up to: 3.7.1
10
  * Author URI: https://razorpay.com
3
  * Plugin Name: Razorpay for WooCommerce
4
  * Plugin URI: https://razorpay.com
5
  * Description: Razorpay Payment Gateway Integration for WooCommerce
6
+ * Version: 2.4.1
7
+ * Stable tag: 2.4.1
8
  * Author: Team Razorpay
9
  * WC tested up to: 3.7.1
10
  * Author URI: https://razorpay.com