diff --git a/readme.txt b/readme.txt index ff73c2a..fc286aa 100644 --- a/readme.txt +++ b/readme.txt @@ -2,11 +2,11 @@ Contributors: sizeme Tags: sizeme, measurements, sizeguide, size guide, size recommendations Requires at least: 3.8 -Tested up to: 6.4.1 -Stable tag: 2.3.4 +Tested up to: 6.7.1 +Stable tag: 2.3.5 Requires PHP: 5.2.4 WC requires at least: 2.5 -WC tested up to: 8.3.1 +WC tested up to: 9.4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -85,6 +85,9 @@ To install and take into use the SizeMe for WooCommerce plugin, follow the instr 4. Visualize the fit using the SizeMe Sizing Barâ„¢ and easy-to-understand illustrations == Changelog == += 2.3.5 = +* Code cleanup + = 2.3.4 = * Added user interface option for showing flat or circular measurements in size guide diff --git a/sizeme-for-woocommerce.php b/sizeme-for-woocommerce.php index 61e1598..f4dfa9a 100644 --- a/sizeme-for-woocommerce.php +++ b/sizeme-for-woocommerce.php @@ -9,14 +9,14 @@ * @wordpress-plugin * Plugin Name: SizeMe for WooCommerce * Description: SizeMe is a web store plugin that enables your consumers to input their measurements and get personalised fit recommendations based on actual product data. - * Version: 2.3.4 + * Version: 2.3.5 * Author: SizeMe Ltd * Author URI: https://www.sizeme.com/ * Text Domain: sizeme * License: GPLv2 or later * * WC requires at least: 2.5 - * WC tested up to: 8.1.0 + * WC tested up to: 9.4.3 * * SizeMe for WooCommerce is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ class WC_SizeMe_for_WooCommerce { * * @var string VERSION The plugin version. */ - const VERSION = '2.3.4'; + const VERSION = '2.3.5'; /** * Minimum WordPress version this plugin works with, used for dependency checks.