Changeset 2957134
- Timestamp:
- 08/23/2023 08:31:33 AM (3 years ago)
- Location:
- sizeme-for-woocommerce
- Files:
-
- 2 edited
- 6 copied
-
tags/2.3.2 (copied) (copied from sizeme-for-woocommerce/trunk)
-
tags/2.3.2/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.2/readme.txt (copied) (copied from sizeme-for-woocommerce/trunk/readme.txt) (1 diff)
-
tags/2.3.2/sizeme-for-woocommerce.php (copied) (copied from sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php) (3 diffs)
-
tags/2.3.2/templates/sizeme-product.php (copied) (copied from sizeme-for-woocommerce/trunk/templates/sizeme-product.php)
-
tags/2.3.2/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) (1 diff)
-
trunk/sizeme-for-woocommerce.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sizeme-for-woocommerce/tags/2.3.2/readme.txt
r2957127 r2957134 4 4 Requires at least: 3.8 5 5 Tested up to: 6.3.0 6 Stable tag: 2.3. 16 Stable tag: 2.3.2 7 7 Requires PHP: 5.2.4 8 8 WC requires at least: 2.5 -
sizeme-for-woocommerce/tags/2.3.2/sizeme-for-woocommerce.php
r2957127 r2957134 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. 012 * Version: 2.3.2 13 13 * Author: SizeMe Ltd 14 14 * Author URI: https://www.sizeme.com/ … … 54 54 * @var string VERSION The plugin version. 55 55 */ 56 const VERSION = '2.3. 0';56 const VERSION = '2.3.2'; 57 57 58 58 /** … … 1015 1015 } 1016 1016 1017 /*1018 // Add new option from version 2.3.0 onward1019 if (version_compare($current_sizeme_version, '2.3.0', '>=')) {1020 add_option('new_option_name', 'default_value');1021 }1022 */1023 1024 1017 return true; 1025 1018 } -
sizeme-for-woocommerce/trunk/readme.txt
r2957127 r2957134 4 4 Requires at least: 3.8 5 5 Tested up to: 6.3.0 6 Stable tag: 2.3. 16 Stable tag: 2.3.2 7 7 Requires PHP: 5.2.4 8 8 WC requires at least: 2.5 -
sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php
r2957127 r2957134 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. 012 * Version: 2.3.2 13 13 * Author: SizeMe Ltd 14 14 * Author URI: https://www.sizeme.com/ … … 54 54 * @var string VERSION The plugin version. 55 55 */ 56 const VERSION = '2.3. 0';56 const VERSION = '2.3.2'; 57 57 58 58 /** … … 1015 1015 } 1016 1016 1017 /*1018 // Add new option from version 2.3.0 onward1019 if (version_compare($current_sizeme_version, '2.3.0', '>=')) {1020 add_option('new_option_name', 'default_value');1021 }1022 */1023 1024 1017 return true; 1025 1018 }
Note: See TracChangeset
for help on using the changeset viewer.