Skip to content

Commit

Permalink
Merge pull request #92 from razorpay/version_bump_1.3.7
Browse files Browse the repository at this point in the history
PO-283 version bump 1.3.7
  • Loading branch information
abdulwahidsharief authored Jan 23, 2025
2 parents 1d0d712 + a7501c5 commit a18b845
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.6
Stable tag: 1.3.6
Version: 1.3.7
Stable tag: 1.3.7
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.6');
define('GF_RAZORPAY_VERSION', '1.3.7');

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.6
Stable tag: 1.3.7
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.7 =
* Added support for confirmation types(Page, Redirect).

= 1.3.6 =
* added cron for webhook
* updated Razorpay SDK
Expand Down

0 comments on commit a18b845

Please sign in to comment.