Plugin Directory

Changeset 2817728


Ignore:
Timestamp:
11/14/2022 02:30:47 PM (3 years ago)
Author:
shiptimizeplugins
Message:

fix - incompatibility with advanced table rates

Location:
shiptimize-for-woocommerce/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • shiptimize-for-woocommerce/trunk/constants.php

    r2816584 r2817728  
    44define( 'SHIPTIMIZE_API_URL', 'https://api.pakketmail.nl/v3' );
    55define( 'SHIPTIMIZE_BRAND', 'Shiptimize' );
    6 define( 'SHIPTIMIZE_VERSION', '3.1.60' );
     6define( 'SHIPTIMIZE_VERSION', '3.1.61' );
    77define( 'SHIPTIMIZE_CREATE_ACCOUNT', 'https://www.shiptimize.me/quote/' );
    88define( 'SHIPTIMIZE_CHECKOUT', 0);
  • shiptimize-for-woocommerce/trunk/includes/admin/class-shiptimize-options-ui.php

    r2726206 r2817728  
    221221   * Then the "Everywhere else won't be applied"
    222222   */
    223   private function table_rate_checks($rates, $zones){
     223  public function table_rate_checks($rates, $zones){
    224224    $zonesWithoutRates = array();
    225225
  • shiptimize-for-woocommerce/trunk/readme.txt

    r2816584 r2817728  
    5959== Changelog ==
    6060
     61= 3.1.61 - 2022-11-01 =
     62* Fix - compatibility with "advanced trable rates" restaured. 
     63
    6164= 3.1.60 - 2022-11-01 =
    6265* 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  
    33 * Plugin Name: Shiptimize for WooCommerce
    44 * Description: Shiptimize for WooCommerce 
    5  * Version: 3.1.60
     5 * Version: 3.1.61
    66 * Author: Shiptimize
    77 * Author URI: https://shiptimize.me
Note: See TracChangeset for help on using the changeset viewer.