Plugin Directory

Changeset 3336109


Ignore:
Timestamp:
07/29/2025 04:11:01 PM (5 months ago)
Author:
aarsiv
Message:

new filter added

Location:
a2z-fedex-shipping
Files:
63 added
2 edited

Legend:

Unmodified
Added
Removed
  • a2z-fedex-shipping/trunk/a2zfedex_basic.php

    r3258855 r3336109  
    44 * Plugin URI: https://myshipi.com/
    55 * Description: Realtime Shipping Rates, shipping labels.
    6  * Version: 5.0.5
     6 * Version: 5.0.6
    77 * Author: Shipi
    88 * Author URI: https://myshipi.com/
     
    1212 * Domain Path: /i18n/languages/
    1313 *
    14  * WC requires at least: 2.6
    15  * WC tested up to: 6.4
    1614 *
    1715 *
     
    21232121                                "inv_letterhead" => isset($general_settings['hitshippo_fedex_inv_letterhead']) ? $general_settings['hitshippo_fedex_inv_letterhead'] : '',
    21242122                                "ship_price" => $shipping_charge,
     2123                                "other_charges" => apply_filters("shipi_fedex_other_charges", 0, $order_data),
    21252124                                "order_total" => isset($order_data['total']) ? $order_data['total'] : 0,
    21262125                                "custom" => apply_filters("shipi_fedex_custom_values", array(), $_POST),
     
    23962395                            "return_type_desc" => isset($general_settings['hitshippo_fedex_return_type_desc']) ? $general_settings['hitshippo_fedex_return_type_desc'] : '',
    23972396                            "ship_price" => $shipping_charge,
     2397                            "other_charges" => apply_filters("shipi_fedex_other_charges", 0, $order_data),
    23982398                            "order_total" => isset($order_data['total']) ? $order_data['total'] : 0,
    23992399                            "order_total_tax" => isset($order_data['total_tax']) ? $order_data['total_tax'] : 0,
     
    30313031                            "inv_letterhead" => isset($general_settings['hitshippo_fedex_inv_letterhead']) ? $general_settings['hitshippo_fedex_inv_letterhead'] : '',
    30323032                            "ship_price" => $shipping_charge,
     3033                            "other_charges" => apply_filters("shipi_fedex_other_charges", 0, $order_data),
    30333034                            "handling_price" => ($handling_charge > 0 ? ((-1) * $handling_charge) : 0),
    30343035                            "ship_date" => isset($_POST["ship_date"]) ? $_POST["ship_date"] : "",
  • a2z-fedex-shipping/trunk/readme.txt

    r3258855 r3336109  
    33Tags: fedex, automate, woocommerce fedex, fedex shipping, shipping
    44Requires at least: 4.6.1
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 5.6
    7 Stable tag: 5.0.5
     7Stable tag: 5.0.6
    88License: GPLv3 or later License
    99URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    159159
    160160== Changelog ==
     161= 5.0.6 =
     162    > [New] Added new filter.
    161163= 5.0.5 =
    162164    > [DOC] Doc URL Updated.
Note: See TracChangeset for help on using the changeset viewer.