Skip to content

Commit

Permalink
Merge pull request #68 from razorpay/version_bump_1.3.5
Browse files Browse the repository at this point in the history
PO-74 :version bump 1.3.5
  • Loading branch information
abdulwahidsharief authored Mar 5, 2024
2 parents bd8a317 + fc5a55f commit 61b5ce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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);
Expand Down
5 changes: 4 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, 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

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

0 comments on commit 61b5ce2

Please sign in to comment.