Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhay Rana committed Jul 7, 2016
1 parent 5a04843 commit b989fa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions razorpay-payments.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -341,7 +341,7 @@ function check_razorpay_response()

$woocommerce->set_messages();
}

$redirect_url = $this->get_return_url($order);
wp_redirect( $redirect_url );
exit;
Expand Down
4 changes: 2 additions & 2 deletions 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.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

Expand All @@ -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
Expand Down

0 comments on commit b989fa4

Please sign in to comment.