Plugin Directory

Changeset 2967403


Ignore:
Timestamp:
09/15/2023 08:50:51 AM (3 years ago)
Author:
sizeme
Message:

Litespeed compatibility improved

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

Legend:

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

    r2957134 r2967403  
    33Tags: sizeme, measurements, sizeguide, size guide, size recommendations
    44Requires at least: 3.8
    5 Tested up to: 6.3.0
    6 Stable tag: 2.3.2
     5Tested up to: 6.3.1
     6Stable tag: 2.3.3
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
    9 WC tested up to: 8.0.2
     9WC tested up to: 8.1.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919It also provides a true-to-product size guide.  No more generic guides.
    2020
     21https://www.youtube.com/watch?v=RRrMBtog75A
     22
    2123[https://www.sizeme.com](https://www.sizeme.com/)
    2224
    2325The plugin is fully WPML compatible and also works with multiple attributes (such as size and color).
    2426
    25 https://www.youtube.com/watch?v=RRrMBtog75A
    2627
    2728== Features ==
     
    8586
    8687== Changelog ==
     88= 2.3.3 =
     89* Litespeed compatibility improved
     90
     91= 2.3.2 =
     92* Code cleanup
     93
     94= 2.3.1 =
     95* Added shortcode "sizeme_write_scripts" to include required scripts
     96  * This is for cases where the normal WC hooks are not launched for some reason
     97
    8798= 2.3.0 =
    8899* Added metric to imperial measurement switch with corresponding options
  • sizeme-for-woocommerce/tags/2.3.3/sizeme-for-woocommerce.php

    r2957134 r2967403  
    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.2
     12 * Version:     2.3.3
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    1717 *
    1818 * WC requires at least: 2.5
    19  * WC tested up to: 7.9.0
     19 * WC tested up to: 8.1.0
    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.2';
     56    const VERSION = '2.3.3';
    5757
    5858    /**
  • sizeme-for-woocommerce/tags/2.3.3/templates/sizeme-product.php

    r2942526 r2967403  
    3232?>
    3333
    34 <script type="text/javascript">
     34<script type="text/javascript" data-no-optimize="1">
    3535    //<![CDATA[
    3636    var sizeme_options = {
  • sizeme-for-woocommerce/trunk/readme.txt

    r2957134 r2967403  
    33Tags: sizeme, measurements, sizeguide, size guide, size recommendations
    44Requires at least: 3.8
    5 Tested up to: 6.3.0
    6 Stable tag: 2.3.2
     5Tested up to: 6.3.1
     6Stable tag: 2.3.3
    77Requires PHP: 5.2.4
    88WC requires at least: 2.5
    9 WC tested up to: 8.0.2
     9WC tested up to: 8.1.0
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919It also provides a true-to-product size guide.  No more generic guides.
    2020
     21https://www.youtube.com/watch?v=RRrMBtog75A
     22
    2123[https://www.sizeme.com](https://www.sizeme.com/)
    2224
    2325The plugin is fully WPML compatible and also works with multiple attributes (such as size and color).
    2426
    25 https://www.youtube.com/watch?v=RRrMBtog75A
    2627
    2728== Features ==
     
    8586
    8687== Changelog ==
     88= 2.3.3 =
     89* Litespeed compatibility improved
     90
     91= 2.3.2 =
     92* Code cleanup
     93
     94= 2.3.1 =
     95* Added shortcode "sizeme_write_scripts" to include required scripts
     96  * This is for cases where the normal WC hooks are not launched for some reason
     97
    8798= 2.3.0 =
    8899* Added metric to imperial measurement switch with corresponding options
  • sizeme-for-woocommerce/trunk/sizeme-for-woocommerce.php

    r2957134 r2967403  
    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.2
     12 * Version:     2.3.3
    1313 * Author:      SizeMe Ltd
    1414 * Author URI:  https://www.sizeme.com/
     
    1717 *
    1818 * WC requires at least: 2.5
    19  * WC tested up to: 7.9.0
     19 * WC tested up to: 8.1.0
    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.2';
     56    const VERSION = '2.3.3';
    5757
    5858    /**
  • sizeme-for-woocommerce/trunk/templates/sizeme-product.php

    r2942526 r2967403  
    3232?>
    3333
    34 <script type="text/javascript">
     34<script type="text/javascript" data-no-optimize="1">
    3535    //<![CDATA[
    3636    var sizeme_options = {
Note: See TracChangeset for help on using the changeset viewer.