Plugin Directory

Changeset 3208608


Ignore:
Timestamp:
12/16/2024 01:31:40 PM (16 months ago)
Author:
sizeme
Message:

Code cleanup

Location:
sizeme-for-woocommerce
Files:
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • sizeme-for-woocommerce/tags/2.3.5/readme.txt

    r3005728 r3208608  
    33Tags: sizeme, measurements, sizeguide, size guide, size recommendations
    44Requires at least: 3.8
    5 Tested up to: 6.4.1
    6 Stable tag: 2.3.4
     5Tested up to: 6.7.1
     6Stable tag: 2.3.5
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
    9 WC tested up to: 8.3.1
     9WC tested up to: 9.4.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8686
    8787== Changelog ==
     88= 2.3.5 =
     89* Code cleanup
     90
    8891= 2.3.4 =
    8992* 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  
    1010 * Plugin Name: SizeMe for WooCommerce
    1111 * 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.4
     12 * Version:     2.3.5
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    1717 *
    1818 * WC requires at least: 2.5
    19  * WC tested up to: 8.1.0
     19 * WC tested up to: 9.4.3
    2020 *
    2121 * SizeMe for WooCommerce is free software: you can redistribute it and/or modify
     
    5454     * @var string VERSION The plugin version.
    5555     */
    56     const VERSION = '2.3.4';
     56    const VERSION = '2.3.5';
    5757
    5858    /**
  • sizeme-for-woocommerce/trunk/readme.txt

    r3005728 r3208608  
    33Tags: sizeme, measurements, sizeguide, size guide, size recommendations
    44Requires at least: 3.8
    5 Tested up to: 6.4.1
    6 Stable tag: 2.3.4
     5Tested up to: 6.7.1
     6Stable tag: 2.3.5
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
    9 WC tested up to: 8.3.1
     9WC tested up to: 9.4.3
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8686
    8787== Changelog ==
     88= 2.3.5 =
     89* Code cleanup
     90
    8891= 2.3.4 =
    8992* Added user interface option for showing flat or circular measurements in size guide
  • sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php

    r3005728 r3208608  
    1010 * Plugin Name: SizeMe for WooCommerce
    1111 * 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.4
     12 * Version:     2.3.5
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    1717 *
    1818 * WC requires at least: 2.5
    19  * WC tested up to: 8.1.0
     19 * WC tested up to: 9.4.3
    2020 *
    2121 * SizeMe for WooCommerce is free software: you can redistribute it and/or modify
     
    5454     * @var string VERSION The plugin version.
    5555     */
    56     const VERSION = '2.3.4';
     56    const VERSION = '2.3.5';
    5757
    5858    /**
Note: See TracChangeset for help on using the changeset viewer.