From b989fa47fde35198243517ea8213f30d339f1cd7 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 7 Jul 2016 15:20:30 +0530 Subject: [PATCH] Version bump --- razorpay-payments.php | 4 ++-- readme.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/razorpay-payments.php b/razorpay-payments.php index 7814cb41..a8d916e0 100644 --- a/razorpay-payments.php +++ b/razorpay-payments.php @@ -3,7 +3,7 @@ Plugin Name: WooCommerce Razorpay Payments Plugin URI: https://razorpay.com Description: Razorpay Payment Gateway Integration for WooCommerce -Version: 1.2.6 +Version: 1.2.7 Author: Razorpay Author URI: https://razorpay.com */ @@ -341,7 +341,7 @@ function check_razorpay_response() $woocommerce->set_messages(); } - + $redirect_url = $this->get_return_url($order); wp_redirect( $redirect_url ); exit; diff --git a/readme.txt b/readme.txt index 7d175f18..27d5c562 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: razorpay Tags: razorpay, payments, india, woocommerce, ecommerce Requires at least: 3.0.1 Tested up to: 4.4.1 -Stable tag: 1.2.6 +Stable tag: 1.2.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -17,7 +17,7 @@ This is compatible with both 2.4 and 2.5 series of WooCommerce. == Installation == -1. Download the plugin from [the wordpress plugin server](https://downloads.wordpress.org/plugin/woo-razorpay.1.2.2.zip) +1. Download the plugin from [the wordpress plugin server](https://downloads.wordpress.org/plugin/woo-razorpay.1.2.7.zip) 2. Ensure you have latest version of WooCommerce plugin installed 3. Unzip and upload contents of the plugin to your /wp-content/plugins/ directory 4. Activate the plugin through the 'Plugins' menu in WordPress