Skip to content

Commit

Permalink
Merge pull request #60 from razorpay/wordpress6.1-compatibility
Browse files Browse the repository at this point in the history
Update wordpress compatible version to 6.1.1
  • Loading branch information
sonyy-m authored Nov 29, 2022
2 parents 461e021 + 71ff5a6 commit 610669c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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.2
Stable tag: 1.3.2
Version: 1.3.3
Stable tag: 1.3.3
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.2');
define('GF_RAZORPAY_VERSION', '1.3.3');

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
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: razorpay
Tags: razorpay, payments, india, gravityforms, ecommerce
Requires at least: 3.9.2
Tested up to: 5.9
Stable tag: 1.3.2
Tested up to: 6.1.1
Stable tag: 1.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.3.3 =
* Added easy signup link on plugin settings page
* Added integration_type for checkout instrumentation
* Tested up to wordpress 6.1.1

= 1.3.2 =
* Update latest sdk 2.8.1
* Feature Auto Enable Webhook
Expand Down

0 comments on commit 610669c

Please sign in to comment.