Skip to content

Commit

Permalink
Merge pull request #89 from razorpay/version_bump_1.3.6
Browse files Browse the repository at this point in the history
PO-239 version bump 1.3.6
  • Loading branch information
abdulwahidsharief authored Nov 7, 2024
2 parents da1bc56 + 540e72f commit 17cac31
Show file tree
Hide file tree
Showing 2 changed files with 8 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.5
Stable tag: 1.3.5
Version: 1.3.6
Stable tag: 1.3.6
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.5');
define('GF_RAZORPAY_VERSION', '1.3.6');

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
6 changes: 5 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.5
Stable tag: 1.3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -40,6 +40,10 @@ This is compatible with version greater than 1.9.3 gravity forms.

== Changelog ==

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

= 1.3.5 =
* added currency code for INR

Expand Down

0 comments on commit 17cac31

Please sign in to comment.