From fcb06d322dd1df2d81dab047e5a131f00af15153 Mon Sep 17 00:00:00 2001 From: "mudududla.sony" Date: Tue, 2 Nov 2021 20:07:30 +0530 Subject: [PATCH 1/2] Version bump to 2.8.0 --- readme.txt | 5 ++++- woo-razorpay.php | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index c899ded9..a2e1d1b2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: razorpay Tags: razorpay, payments, india, woocommerce, ecommerce Requires at least: 3.9.2 Tested up to: 5.7.2 -Stable tag: 2.7.3 +Stable tag: 2.8.0 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -41,6 +41,9 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has == Changelog == += 2.8.0 = +* Added Route module to split payments and transfer funds to Linked accounts. + = 2.7.3 = * Bug fix in callback handler. * Tested up to Woocommerce 5.8.0 diff --git a/woo-razorpay.php b/woo-razorpay.php index e36dbb77..121d8b6d 100644 --- a/woo-razorpay.php +++ b/woo-razorpay.php @@ -3,8 +3,8 @@ * Plugin Name: Razorpay for WooCommerce * Plugin URI: https://razorpay.com * Description: Razorpay Payment Gateway Integration for WooCommerce - * Version: 2.7.3 - * Stable tag: 2.7.3 + * Version: 2.8.0 + * Stable tag: 2.8.0 * Author: Team Razorpay * WC tested up to: 5.8.0 * Author URI: https://razorpay.com From 1d4495f5db5c6117c72c3a51f9ef4fd169ef669a Mon Sep 17 00:00:00 2001 From: "mudududla.sony" Date: Wed, 3 Nov 2021 11:12:10 +0530 Subject: [PATCH 2/2] Updated readme.txt with changelog --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index a2e1d1b2..185522a9 100644 --- a/readme.txt +++ b/readme.txt @@ -43,6 +43,7 @@ This is compatible with WooCommerce>=2.4, including the new 3.0 release. It has = 2.8.0 = * Added Route module to split payments and transfer funds to Linked accounts. +* Tested up to Woocommerce 5.8.0 = 2.7.3 = * Bug fix in callback handler.