Changeset 3429283
- Timestamp:
- 12/29/2025 08:28:09 PM (2 months ago)
- Location:
- aisp-order-tracking-notification/trunk
- Files:
-
- 3 edited
-
aisp-order-tracking-notification.php (modified) (1 diff)
-
includes/class-aisp-order-tracking-notification-helpers.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aisp-order-tracking-notification/trunk/aisp-order-tracking-notification.php
r3428615 r3429283 5 5 * Author URI: https://aispdev.com 6 6 * Description: Simple tracking plugin to add tracking number and carrier to WooCommerce orders and show them in customer emails. 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Requires at least: 5.0 9 9 * Requires PHP: 7.2 -
aisp-order-tracking-notification/trunk/includes/class-aisp-order-tracking-notification-helpers.php
r3428615 r3429283 36 36 case 'canada_post': 37 37 // 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'; 39 39 break; 40 40 … … 71 71 case 'nationex': 72 72 // translators: %1$s is the tracking number. 73 $url = 'https://nationex.com/ reperage/%1$s';73 $url = 'https://nationex.com/en/tracking/%1$s'; 74 74 break; 75 75 default: -
aisp-order-tracking-notification/trunk/readme.txt
r3428615 r3429283 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.2 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 90 90 == Changelog == 91 91 92 = 1.0.1 = 93 * Fixed: Tracking links for Nationex and Canada Post 94 92 95 = 1.0.0 = 93 96 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.