Plugin Directory

Changeset 2978117


Ignore:
Timestamp:
10/12/2023 12:19:26 PM (2 years ago)
Author:
zorem
Message:

updated version 3.6.2

Location:
woo-advanced-shipment-tracking
Files:
160 added
2 edited

Legend:

Unmodified
Added
Removed
  • woo-advanced-shipment-tracking/trunk/readme.txt

    r2977904 r2978117  
    55Tested up to: 6.3.1
    66Requires PHP: 7.2
    7 Stable tag: 3.6.1
     7Stable tag: 3.6.2
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    106106== Changelog ==
    107107
     108= 3.6.2 =
     109* Fix - Shipping carrier not showing on add tracking sidebar
     110
    108111= 3.6.1 =
    109112* Fix - Shipping carrier not found in Shipping Carriers list
  • woo-advanced-shipment-tracking/trunk/woocommerce-advanced-shipment-tracking.php

    r2977904 r2978117  
    55 * Plugin URI: https://www.zorem.com/products/woocommerce-advanced-shipment-tracking/
    66 * Description: Add shipment tracking information to your WooCommerce orders and provide customers with an easy way to track their orders. Shipment tracking Info will appear in customers accounts (in the order panel) and in WooCommerce order complete email.
    7  * Version: 3.6.1
     7 * Version: 3.6.2
    88 * Author: zorem
    99 * Author URI: https://www.zorem.com
     
    2121     * @var string
    2222     */
    23     public $version = '3.6.1';
     23    public $version = '3.6.2';
    2424   
    2525    /**
Note: See TracChangeset for help on using the changeset viewer.