Changeset 3208608
- Timestamp:
- 12/16/2024 01:31:40 PM (16 months ago)
- Location:
- sizeme-for-woocommerce
- Files:
-
- 2 edited
- 6 copied
-
tags/2.3.5 (copied) (copied from sizeme-for-woocommerce/trunk)
-
tags/2.3.5/classes/class-wc-settings-sizeme-for-woocommerce.php (copied) (copied from sizeme-for-woocommerce/trunk/classes/class-wc-settings-sizeme-for-woocommerce.php)
-
tags/2.3.5/readme.txt (copied) (copied from sizeme-for-woocommerce/trunk/readme.txt) (2 diffs)
-
tags/2.3.5/sizeme-for-woocommerce.php (copied) (copied from sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php) (3 diffs)
-
tags/2.3.5/templates/sizeme-product.php (copied) (copied from sizeme-for-woocommerce/trunk/templates/sizeme-product.php)
-
tags/2.3.5/woocommerce/single-product/add-to-cart/variable.php (copied) (copied from sizeme-for-woocommerce/trunk/woocommerce/single-product/add-to-cart/variable.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sizeme-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sizeme-for-woocommerce/tags/2.3.5/readme.txt
r3005728 r3208608 3 3 Tags: sizeme, measurements, sizeguide, size guide, size recommendations 4 4 Requires at least: 3.8 5 Tested up to: 6. 4.16 Stable tag: 2.3. 45 Tested up to: 6.7.1 6 Stable tag: 2.3.5 7 7 Requires PHP: 5.2.4 8 8 WC requires at least: 2.5 9 WC tested up to: 8.3.19 WC tested up to: 9.4.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 86 86 87 87 == Changelog == 88 = 2.3.5 = 89 * Code cleanup 90 88 91 = 2.3.4 = 89 92 * Added user interface option for showing flat or circular measurements in size guide -
sizeme-for-woocommerce/tags/2.3.5/sizeme-for-woocommerce.php
r3005728 r3208608 10 10 * Plugin Name: SizeMe for WooCommerce 11 11 * 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. 12 * Version: 2.3. 412 * Version: 2.3.5 13 13 * Author: SizeMe Ltd 14 14 * Author URI: https://www.sizeme.com/ … … 17 17 * 18 18 * WC requires at least: 2.5 19 * WC tested up to: 8.1.019 * WC tested up to: 9.4.3 20 20 * 21 21 * SizeMe for WooCommerce is free software: you can redistribute it and/or modify … … 54 54 * @var string VERSION The plugin version. 55 55 */ 56 const VERSION = '2.3. 4';56 const VERSION = '2.3.5'; 57 57 58 58 /** -
sizeme-for-woocommerce/trunk/readme.txt
r3005728 r3208608 3 3 Tags: sizeme, measurements, sizeguide, size guide, size recommendations 4 4 Requires at least: 3.8 5 Tested up to: 6. 4.16 Stable tag: 2.3. 45 Tested up to: 6.7.1 6 Stable tag: 2.3.5 7 7 Requires PHP: 5.2.4 8 8 WC requires at least: 2.5 9 WC tested up to: 8.3.19 WC tested up to: 9.4.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 86 86 87 87 == Changelog == 88 = 2.3.5 = 89 * Code cleanup 90 88 91 = 2.3.4 = 89 92 * Added user interface option for showing flat or circular measurements in size guide -
sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php
r3005728 r3208608 10 10 * Plugin Name: SizeMe for WooCommerce 11 11 * 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. 12 * Version: 2.3. 412 * Version: 2.3.5 13 13 * Author: SizeMe Ltd 14 14 * Author URI: https://www.sizeme.com/ … … 17 17 * 18 18 * WC requires at least: 2.5 19 * WC tested up to: 8.1.019 * WC tested up to: 9.4.3 20 20 * 21 21 * SizeMe for WooCommerce is free software: you can redistribute it and/or modify … … 54 54 * @var string VERSION The plugin version. 55 55 */ 56 const VERSION = '2.3. 4';56 const VERSION = '2.3.5'; 57 57 58 58 /**
Note: See TracChangeset
for help on using the changeset viewer.