Plugin Directory

Changeset 2957134


Ignore:
Timestamp:
08/23/2023 08:31:33 AM (3 years 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.2/readme.txt

    r2957127 r2957134  
    44Requires at least: 3.8
    55Tested up to: 6.3.0
    6 Stable tag: 2.3.1
     6Stable tag: 2.3.2
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
  • sizeme-for-woocommerce/tags/2.3.2/sizeme-for-woocommerce.php

    r2957127 r2957134  
    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.0
     12 * Version:     2.3.2
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    5454     * @var string VERSION The plugin version.
    5555     */
    56     const VERSION = '2.3.0';
     56    const VERSION = '2.3.2';
    5757
    5858    /**
     
    10151015        }
    10161016
    1017         /*
    1018         // Add new option from version 2.3.0 onward
    1019         if (version_compare($current_sizeme_version, '2.3.0', '>=')) {
    1020             add_option('new_option_name', 'default_value');
    1021         }
    1022         */
    1023 
    10241017        return true;
    10251018    }
  • sizeme-for-woocommerce/trunk/readme.txt

    r2957127 r2957134  
    44Requires at least: 3.8
    55Tested up to: 6.3.0
    6 Stable tag: 2.3.1
     6Stable tag: 2.3.2
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
  • sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php

    r2957127 r2957134  
    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.0
     12 * Version:     2.3.2
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    5454     * @var string VERSION The plugin version.
    5555     */
    56     const VERSION = '2.3.0';
     56    const VERSION = '2.3.2';
    5757
    5858    /**
     
    10151015        }
    10161016
    1017         /*
    1018         // Add new option from version 2.3.0 onward
    1019         if (version_compare($current_sizeme_version, '2.3.0', '>=')) {
    1020             add_option('new_option_name', 'default_value');
    1021         }
    1022         */
    1023 
    10241017        return true;
    10251018    }
Note: See TracChangeset for help on using the changeset viewer.