Changeset 2817728
- Timestamp:
- 11/14/2022 02:30:47 PM (3 years ago)
- Location:
- shiptimize-for-woocommerce/trunk
- Files:
-
- 4 edited
-
constants.php (modified) (1 diff)
-
includes/admin/class-shiptimize-options-ui.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shiptimize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shiptimize-for-woocommerce/trunk/constants.php
r2816584 r2817728 4 4 define( 'SHIPTIMIZE_API_URL', 'https://api.pakketmail.nl/v3' ); 5 5 define( 'SHIPTIMIZE_BRAND', 'Shiptimize' ); 6 define( 'SHIPTIMIZE_VERSION', '3.1.6 0' );6 define( 'SHIPTIMIZE_VERSION', '3.1.61' ); 7 7 define( 'SHIPTIMIZE_CREATE_ACCOUNT', 'https://www.shiptimize.me/quote/' ); 8 8 define( 'SHIPTIMIZE_CHECKOUT', 0); -
shiptimize-for-woocommerce/trunk/includes/admin/class-shiptimize-options-ui.php
r2726206 r2817728 221 221 * Then the "Everywhere else won't be applied" 222 222 */ 223 p rivatefunction table_rate_checks($rates, $zones){223 public function table_rate_checks($rates, $zones){ 224 224 $zonesWithoutRates = array(); 225 225 -
shiptimize-for-woocommerce/trunk/readme.txt
r2816584 r2817728 59 59 == Changelog == 60 60 61 = 3.1.61 - 2022-11-01 = 62 * Fix - compatibility with "advanced trable rates" restaured. 63 61 64 = 3.1.60 - 2022-11-01 = 62 65 * Fix - Some shops seem to load shipping methods before the plugin is loaded, triggering an error in trying to use a method in the plugin. We've written a fallback -
shiptimize-for-woocommerce/trunk/shiptimize.php
r2816584 r2817728 3 3 * Plugin Name: Shiptimize for WooCommerce 4 4 * Description: Shiptimize for WooCommerce 5 * Version: 3.1.6 05 * Version: 3.1.61 6 6 * Author: Shiptimize 7 7 * Author URI: https://shiptimize.me
Note: See TracChangeset
for help on using the changeset viewer.