Plugin Directory

Changeset 2977583


Ignore:
Timestamp:
10/11/2023 12:26:15 PM (2 years ago)
Author:
eshipper
Message:

v2.16.2

Location:
eshipper-commerce
Files:
2 deleted
4 edited
24 copied

Legend:

Unmodified
Added
Removed
  • eshipper-commerce/tags/2.16.2/readme.txt

    r2966127 r2977583  
    33Tags: e-commerce, shipping, checkout, shipping rates calculator, shipping labels
    44Requires at least: 5.7
    5 Tested up to: 6.2.2
     5Tested up to: 6.3.1
    66Requires PHP: 7.1
    7 Stable tag: 2.16.1
     7Stable tag: 2.16.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5454
    5555== Changelog ==
     56= 2.16.2 =
     57* Support for WordPress version 6.3.1
     58
    5659= 2.16.1 =
    5760* Critical Bug Fix for 2.16.0 - not able to view existing or save new shipping zones.
     
    9396
    9497== Upgrade Notice ==
     98= 2.16.2 =
     99Support for WordPress version 6.3.1
     100
    95101= 2.16.1 =
    96102Critical Bug Fix for 2.16.0. Upgrade now!
  • eshipper-commerce/tags/2.16.2/views/login_modal.php

    r2963096 r2977583  
    5757                <span id="es-validate-btn-text">Validate</span>
    5858                <span id='es-validate-btn-loader' style="display: none;">
    59                     <img src='<?= ESHIPPER_PLUGIN_URL ?>/img/preloader.gif' alt='Please wait...' width="20">
     59                    <img src='<?= ESHIPPER_PLUGIN_URL ?>/img/preloader.gif' alt='Please wait...' width="30">
    6060                </span>
    6161            </a>
  • eshipper-commerce/tags/2.16.2/woocommerce-eshipper.php

    r2966127 r2977583  
    44    Plugin URI: https://ww2.eshipper.com/ecommerce/
    55    Description: Extends WooCommerce with Shipping Rates from eShipper
    6     Version: 2.16.1
     6    Version: 2.16.2
    77    Author: eShipper
    88    Author URI: https://ww2.eshipper.com/
     
    2828    get_site_option('active_sitewide_plugins')
    2929))) {
    30     define('ESHIPPER_VERSION', '2.16.1');
    31     define('ESHIPPER_VERSION_LATEST', '2.16.1');
     30    define('ESHIPPER_VERSION', '2.16.2');
     31    define('ESHIPPER_VERSION_LATEST', '2.16.2');
    3232    define('ESHIPPER_VERSION_DB_UPDATE', '2.15.3');
    3333    //Plugin Path
  • eshipper-commerce/trunk/readme.txt

    r2966127 r2977583  
    33Tags: e-commerce, shipping, checkout, shipping rates calculator, shipping labels
    44Requires at least: 5.7
    5 Tested up to: 6.2.2
     5Tested up to: 6.3.1
    66Requires PHP: 7.1
    7 Stable tag: 2.16.1
     7Stable tag: 2.16.2
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    5454
    5555== Changelog ==
     56= 2.16.2 =
     57* Support for WordPress version 6.3.1
     58
    5659= 2.16.1 =
    5760* Critical Bug Fix for 2.16.0 - not able to view existing or save new shipping zones.
     
    9396
    9497== Upgrade Notice ==
     98= 2.16.2 =
     99Support for WordPress version 6.3.1
     100
    95101= 2.16.1 =
    96102Critical Bug Fix for 2.16.0. Upgrade now!
  • eshipper-commerce/trunk/views/login_modal.php

    r2963096 r2977583  
    5757                <span id="es-validate-btn-text">Validate</span>
    5858                <span id='es-validate-btn-loader' style="display: none;">
    59                     <img src='<?= ESHIPPER_PLUGIN_URL ?>/img/preloader.gif' alt='Please wait...' width="20">
     59                    <img src='<?= ESHIPPER_PLUGIN_URL ?>/img/preloader.gif' alt='Please wait...' width="30">
    6060                </span>
    6161            </a>
  • eshipper-commerce/trunk/woocommerce-eshipper.php

    r2966127 r2977583  
    44    Plugin URI: https://ww2.eshipper.com/ecommerce/
    55    Description: Extends WooCommerce with Shipping Rates from eShipper
    6     Version: 2.16.1
     6    Version: 2.16.2
    77    Author: eShipper
    88    Author URI: https://ww2.eshipper.com/
     
    2828    get_site_option('active_sitewide_plugins')
    2929))) {
    30     define('ESHIPPER_VERSION', '2.16.1');
    31     define('ESHIPPER_VERSION_LATEST', '2.16.1');
     30    define('ESHIPPER_VERSION', '2.16.2');
     31    define('ESHIPPER_VERSION_LATEST', '2.16.2');
    3232    define('ESHIPPER_VERSION_DB_UPDATE', '2.15.3');
    3333    //Plugin Path
Note: See TracChangeset for help on using the changeset viewer.