Plugin Directory

Changeset 3429283


Ignore:
Timestamp:
12/29/2025 08:28:09 PM (2 months ago)
Author:
aisimpleplugin
Message:

Update 1.0.1 Fixed: Tracking links for Nationex and Canada Post

Location:
aisp-order-tracking-notification/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aisp-order-tracking-notification/trunk/aisp-order-tracking-notification.php

    r3428615 r3429283  
    55 * Author URI: https://aispdev.com
    66 * Description: Simple tracking plugin to add tracking number and carrier to WooCommerce orders and show them in customer emails.
    7  * Version:     1.0.0
     7 * Version:     1.0.1
    88 * Requires at least: 5.0
    99 * Requires PHP: 7.2
  • aisp-order-tracking-notification/trunk/includes/class-aisp-order-tracking-notification-helpers.php

    r3428615 r3429283  
    3636            case 'canada_post':
    3737                // translators: %1$s is the tracking number.
    38                 $url = 'https://www.canadapost-postescanada.ca/track-reperage/fr#/resultList?searchFor=%1$s';
     38                $url = 'https://www.canadapost-postescanada.ca/track-reperage/en#/details/%1$s';
    3939                break;
    4040
     
    7171            case 'nationex':
    7272                // translators: %1$s is the tracking number.
    73                 $url = 'https://nationex.com/reperage/%1$s';
     73                $url = 'https://nationex.com/en/tracking/%1$s';
    7474                break;
    7575            default:
  • aisp-order-tracking-notification/trunk/readme.txt

    r3428615 r3429283  
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9090== Changelog ==
    9191
     92= 1.0.1 =
     93* Fixed: Tracking links for Nationex and Canada Post
     94
    9295= 1.0.0 =
    9396* Initial release
Note: See TracChangeset for help on using the changeset viewer.