diff --git a/readme.txt b/readme.txt index 40998427..1d9e584a 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.8.2 -Stable tag: 2.8.4 +Stable tag: 2.8.5 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.5 = +* Bug fix for session storage. + = 2.8.4 = * Bug fix for guest checkout thank you message in order summary page. diff --git a/woo-razorpay.php b/woo-razorpay.php index e90f1a8a..7674fb95 100644 --- a/woo-razorpay.php +++ b/woo-razorpay.php @@ -3,10 +3,10 @@ * Plugin Name: Razorpay for WooCommerce * Plugin URI: https://razorpay.com * Description: Razorpay Payment Gateway Integration for WooCommerce - * Version: 2.8.4 - * Stable tag: 2.8.4 + * Version: 2.8.5 + * Stable tag: 2.8.5 * Author: Team Razorpay - * WC tested up to: 5.9.0 + * WC tested up to: 6.2.0 * Author URI: https://razorpay.com */