Plugin Directory

Changeset 3359883


Ignore:
Timestamp:
09/11/2025 01:04:41 PM (7 months ago)
Author:
smallfishes
Message:

2.9.19

Location:
canada-post-shipping-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • canada-post-shipping-for-woocommerce/trunk/canada-post-shipping-for-woocommerce-canada-post.php

    r3089538 r3359883  
    7575            if (isset($array['price-quote'][$i]['price-details']['adjustments'])) {
    7676                foreach ($array['price-quote'][$i]['price-details']['adjustments'] as $adjustment) {
    77                     foreach ($adjustment as $adjustment_detail) {
    78                         if (isset($adjustment_detail['adjustment-code']) && $adjustment_detail['adjustment-code'] == 'FUELSC') {
    79                             $rate['cost'] += $adjustment_detail['adjustment-cost'];
    80                         }
     77                    if (isset($adjustment['adjustment-code']) && $adjustment['adjustment-code'] == 'FUELSC') {
     78                        $rate['cost'] += $adjustment['adjustment-cost'];
    8179                    }
    8280                }
  • canada-post-shipping-for-woocommerce/trunk/canada-post-shipping-for-woocommerce.php

    r3245237 r3359883  
    33* Plugin Name: Canada Post Shipping For WooCommerce
    44* Description: Integrates with Canada Post allowing you to provide accurate shipping quotes for your customers.
    5 * Version: 2.9.18
     5* Version: 2.9.19
    66* Author: Small Fish Analytics Inc.
    77* Author URI: http://www.smallfishanalytics.com/support?source=plugin_summary
    88* WC requires at least: 3.0.0
    9 * WC tested up to: 9.6
     9* WC tested up to: 10.1
    1010*/
    1111
  • canada-post-shipping-for-woocommerce/trunk/readme.txt

    r3245237 r3359883  
    33Tags: shipping, canada post, canada post shipping, canada post woocommerce, woocommerce
    44Requires at least: 3.0.1
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Stable tag: trunk
    77License: GPLv2 or later
     
    3939
    4040== Changelog ==
     41
     42= 2.9.19 =
     43Declare support for WooCommerce 10.1 and WordPress 6.8
     44Adjust code to better handle fuel surcharges
     45
    4146
    4247= 2.9.18 =
Note: See TracChangeset for help on using the changeset viewer.