Changeset 2987437
- Timestamp:
- 11/01/2023 02:07:11 PM (2 years ago)
- Location:
- uafrica-shipping
- Files:
-
- 4 edited
- 1 copied
-
tags/2.5.21 (copied) (copied from uafrica-shipping/trunk)
-
tags/2.5.21/readme.txt (modified) (1 diff)
-
tags/2.5.21/uafrica-shipping.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/uafrica-shipping.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uafrica-shipping/tags/2.5.21/readme.txt
r2987426 r2987437 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0.0 7 Stable tag: 2.5.2 07 Stable tag: 2.5.21 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
uafrica-shipping/tags/2.5.21/uafrica-shipping.php
r2987426 r2987437 13 13 * Requires at least: 5.0 14 14 * Requires PHP: 7.0 15 * Version: 2.5. 1915 * Version: 2.5.21 16 16 * License: GPLv2 or later 17 17 * … … 25 25 */ 26 26 27 define( 'UAFRICA_SHIPPING_VERSION', '2.5.2 0' );27 define( 'UAFRICA_SHIPPING_VERSION', '2.5.21' ); 28 28 // Endpoints for tracking orders. 29 29 define( 'UAFRICA_SHIPPING_API_TRACKING_V3', 'https://api.bobgo.co.za/tracking?channel=DOMAIN&tracking_reference=NUMBER' ); -
uafrica-shipping/trunk/readme.txt
r2987426 r2987437 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.0.0 7 Stable tag: 2.5.2 07 Stable tag: 2.5.21 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
uafrica-shipping/trunk/uafrica-shipping.php
r2987426 r2987437 13 13 * Requires at least: 5.0 14 14 * Requires PHP: 7.0 15 * Version: 2.5. 1915 * Version: 2.5.21 16 16 * License: GPLv2 or later 17 17 * … … 25 25 */ 26 26 27 define( 'UAFRICA_SHIPPING_VERSION', '2.5.2 0' );27 define( 'UAFRICA_SHIPPING_VERSION', '2.5.21' ); 28 28 // Endpoints for tracking orders. 29 29 define( 'UAFRICA_SHIPPING_API_TRACKING_V3', 'https://api.bobgo.co.za/tracking?channel=DOMAIN&tracking_reference=NUMBER' );
Note: See TracChangeset
for help on using the changeset viewer.