Skip to content

Commit

Permalink
Merge pull request #140 from razorpay/release-2.4.0
Browse files Browse the repository at this point in the history
version bump 2.4.0
  • Loading branch information
prem-techchefs authored Dec 4, 2019
2 parents bb978b4 + f2cd337 commit 5cfbba3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
.idea
.DS_Store
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: razorpay
Tags: razorpay, payments, india, woocommerce, ecommerce
Requires at least: 3.9.2
Tested up to: 5.2.4
Stable tag: 2.3.2
Stable tag: 2.4.0
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -41,6 +41,11 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has

== Changelog ==

= 2.4.0 =
* Added webhook for handling refund create and change order status
* Bug fix for cart is reset if payment fails or is cancelled
* Tested upto WordPress 5.2.4 and WooCommerce 3.7.1

= 2.3.2 =
* Added RAZORPAY ORDER ID in order notes.
* Tested upto WordPress 5.2.4 and WooCommerce 3.7.1
Expand Down
8 changes: 4 additions & 4 deletions woo-razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Plugin Name: Razorpay for WooCommerce
* Plugin URI: https://razorpay.com
* Description: Razorpay Payment Gateway Integration for WooCommerce
* Version: 2.3.2
* Stable tag: 2.3.2
* Version: 2.4.0
* Stable tag: 2.4.0
* Author: Team Razorpay
* WC tested up to: 3.7.1
* Author URI: https://razorpay.com
Expand Down Expand Up @@ -641,8 +641,8 @@ function generateOrderForm($data)

$data['preference']['image'] = $merchantPreferences['options']['image'];

return $this->hostCheckoutScripts($data);
return $this->hostCheckoutScripts($data);

} else {
$this->enqueueCheckoutScripts($data);

Expand Down

0 comments on commit 5cfbba3

Please sign in to comment.