Skip to content

Commit

Permalink
Version hiking
Browse files Browse the repository at this point in the history
  • Loading branch information
nomasi committed Dec 16, 2024
1 parent 2a0895d commit 99092a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions sizeme-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 99092a8

Please sign in to comment.