Changeset 2977583
- Timestamp:
- 10/11/2023 12:26:15 PM (2 years ago)
- Location:
- eshipper-commerce
- Files:
-
- 2 deleted
- 4 edited
- 24 copied
-
tags/2.16.2 (copied) (copied from eshipper-commerce/trunk)
-
tags/2.16.2/.editorconfig (deleted)
-
tags/2.16.2/.gitignore (deleted)
-
tags/2.16.2/README.md (copied) (copied from eshipper-commerce/trunk/README.md)
-
tags/2.16.2/assets (copied) (copied from eshipper-commerce/trunk/assets)
-
tags/2.16.2/assets/eShipper.js (copied) (copied from eshipper-commerce/trunk/assets/eShipper.js)
-
tags/2.16.2/composer.json (copied) (copied from eshipper-commerce/trunk/composer.json)
-
tags/2.16.2/composer.lock (copied) (copied from eshipper-commerce/trunk/composer.lock)
-
tags/2.16.2/docs (copied) (copied from eshipper-commerce/trunk/docs)
-
tags/2.16.2/framework (copied) (copied from eshipper-commerce/trunk/framework)
-
tags/2.16.2/framework/lib/admin-settings.js (copied) (copied from eshipper-commerce/trunk/framework/lib/admin-settings.js)
-
tags/2.16.2/framework/lib/plugin_health.css (copied) (copied from eshipper-commerce/trunk/framework/lib/plugin_health.css)
-
tags/2.16.2/framework/orderdetails.php (copied) (copied from eshipper-commerce/trunk/framework/orderdetails.php)
-
tags/2.16.2/framework/plugin.php (copied) (copied from eshipper-commerce/trunk/framework/plugin.php)
-
tags/2.16.2/framework/shipments.php (copied) (copied from eshipper-commerce/trunk/framework/shipments.php)
-
tags/2.16.2/framework/shippingmethod.php (copied) (copied from eshipper-commerce/trunk/framework/shippingmethod.php)
-
tags/2.16.2/img (copied) (copied from eshipper-commerce/trunk/img)
-
tags/2.16.2/languages (copied) (copied from eshipper-commerce/trunk/languages)
-
tags/2.16.2/lib (copied) (copied from eshipper-commerce/trunk/lib)
-
tags/2.16.2/license.txt (copied) (copied from eshipper-commerce/trunk/license.txt)
-
tags/2.16.2/models (copied) (copied from eshipper-commerce/trunk/models)
-
tags/2.16.2/plugin (copied) (copied from eshipper-commerce/trunk/plugin)
-
tags/2.16.2/plugin/PluginHealthHelper.php (copied) (copied from eshipper-commerce/trunk/plugin/PluginHealthHelper.php)
-
tags/2.16.2/readme.txt (copied) (copied from eshipper-commerce/trunk/readme.txt) (3 diffs)
-
tags/2.16.2/views (copied) (copied from eshipper-commerce/trunk/views)
-
tags/2.16.2/views/login_modal.php (modified) (1 diff)
-
tags/2.16.2/woocommerce-eshipper.php (copied) (copied from eshipper-commerce/trunk/woocommerce-eshipper.php) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/views/login_modal.php (modified) (1 diff)
-
trunk/woocommerce-eshipper.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eshipper-commerce/tags/2.16.2/readme.txt
r2966127 r2977583 3 3 Tags: e-commerce, shipping, checkout, shipping rates calculator, shipping labels 4 4 Requires at least: 5.7 5 Tested up to: 6. 2.25 Tested up to: 6.3.1 6 6 Requires PHP: 7.1 7 Stable tag: 2.16. 17 Stable tag: 2.16.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 54 54 55 55 == Changelog == 56 = 2.16.2 = 57 * Support for WordPress version 6.3.1 58 56 59 = 2.16.1 = 57 60 * Critical Bug Fix for 2.16.0 - not able to view existing or save new shipping zones. … … 93 96 94 97 == Upgrade Notice == 98 = 2.16.2 = 99 Support for WordPress version 6.3.1 100 95 101 = 2.16.1 = 96 102 Critical Bug Fix for 2.16.0. Upgrade now! -
eshipper-commerce/tags/2.16.2/views/login_modal.php
r2963096 r2977583 57 57 <span id="es-validate-btn-text">Validate</span> 58 58 <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"> 60 60 </span> 61 61 </a> -
eshipper-commerce/tags/2.16.2/woocommerce-eshipper.php
r2966127 r2977583 4 4 Plugin URI: https://ww2.eshipper.com/ecommerce/ 5 5 Description: Extends WooCommerce with Shipping Rates from eShipper 6 Version: 2.16. 16 Version: 2.16.2 7 7 Author: eShipper 8 8 Author URI: https://ww2.eshipper.com/ … … 28 28 get_site_option('active_sitewide_plugins') 29 29 ))) { 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'); 32 32 define('ESHIPPER_VERSION_DB_UPDATE', '2.15.3'); 33 33 //Plugin Path -
eshipper-commerce/trunk/readme.txt
r2966127 r2977583 3 3 Tags: e-commerce, shipping, checkout, shipping rates calculator, shipping labels 4 4 Requires at least: 5.7 5 Tested up to: 6. 2.25 Tested up to: 6.3.1 6 6 Requires PHP: 7.1 7 Stable tag: 2.16. 17 Stable tag: 2.16.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 54 54 55 55 == Changelog == 56 = 2.16.2 = 57 * Support for WordPress version 6.3.1 58 56 59 = 2.16.1 = 57 60 * Critical Bug Fix for 2.16.0 - not able to view existing or save new shipping zones. … … 93 96 94 97 == Upgrade Notice == 98 = 2.16.2 = 99 Support for WordPress version 6.3.1 100 95 101 = 2.16.1 = 96 102 Critical Bug Fix for 2.16.0. Upgrade now! -
eshipper-commerce/trunk/views/login_modal.php
r2963096 r2977583 57 57 <span id="es-validate-btn-text">Validate</span> 58 58 <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"> 60 60 </span> 61 61 </a> -
eshipper-commerce/trunk/woocommerce-eshipper.php
r2966127 r2977583 4 4 Plugin URI: https://ww2.eshipper.com/ecommerce/ 5 5 Description: Extends WooCommerce with Shipping Rates from eShipper 6 Version: 2.16. 16 Version: 2.16.2 7 7 Author: eShipper 8 8 Author URI: https://ww2.eshipper.com/ … … 28 28 get_site_option('active_sitewide_plugins') 29 29 ))) { 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'); 32 32 define('ESHIPPER_VERSION_DB_UPDATE', '2.15.3'); 33 33 //Plugin Path
Note: See TracChangeset
for help on using the changeset viewer.