diff --git a/razorpay.php b/razorpay.php index 1a06dd8..a15bb1e 100644 --- a/razorpay.php +++ b/razorpay.php @@ -4,8 +4,8 @@ Plugin Name: Razorpay for Gravity Forms Plugin URI: https://wordpress.org/plugins/razorpay-gravity-forms Description: Integrates Gravity Forms with Razorpay Payments, enabling end users to purchase goods and services through Gravity Forms. -Version: 1.3.4 -Stable tag: 1.3.4 +Version: 1.3.5 +Stable tag: 1.3.5 Author: Team Razorpay Author URI: https://razorpay.com Text Domain: razorpay-gravity-forms @@ -19,7 +19,7 @@ */ -define('GF_RAZORPAY_VERSION', '1.3.4'); +define('GF_RAZORPAY_VERSION', '1.3.5'); add_action('admin_post_nopriv_gf_razorpay_webhook', "gf_razorpay_webhook_init", 10); add_action('gform_loaded', array('GF_Razorpay_Bootstrap', 'load'), 5); diff --git a/readme.txt b/readme.txt index cfcb624..e33e1af 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: razorpay Tags: razorpay, payments, india, gravityforms, ecommerce Requires at least: 3.9.2 Tested up to: 6.1.1 -Stable tag: 1.3.4 +Stable tag: 1.3.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -40,6 +40,9 @@ This is compatible with version greater than 1.9.3 gravity forms. == Changelog == += 1.3.5 = +* added currency code for INR + = 1.3.4 = * added skip on callback if status is already marked as success * allowing to update payment status when order.paid event is triggered to Paid