Changeset 3465988
- Timestamp:
- 02/20/2026 06:32:16 PM (6 weeks ago)
- Location:
- uafrica-shipping/trunk
- Files:
-
- 7 deleted
- 2 edited
-
.distignore (deleted)
-
.vscode (deleted)
-
.wp-env.json (deleted)
-
assets/build/uafrica-shipping-rtl.css (deleted)
-
assets/src (deleted)
-
block/src (deleted)
-
docs (deleted)
-
readme.txt (modified) (2 diffs)
-
uafrica-shipping.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uafrica-shipping/trunk/readme.txt
r3465981 r3465988 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.0 8 Stable tag: 3.0. 988 Stable tag: 3.0.100 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 99 99 == Changelog == 100 100 101 = 3.0. 98=101 = 3.0.100 = 102 102 * Fix WordPress Plugin Directory compliance issues. 103 103 -
uafrica-shipping/trunk/uafrica-shipping.php
r3465981 r3465988 13 13 * Requires at least: 5.0 14 14 * Requires PHP: 7.0 15 * Version: 3.0. 9815 * Version: 3.0.100 16 16 * License: GPLv2 or later 17 17 * … … 29 29 */ 30 30 31 define( 'UAFRICA_SHIPPING_VERSION', '3.0. 98' );31 define( 'UAFRICA_SHIPPING_VERSION', '3.0.100' ); 32 32 // Endpoints for tracking orders. 33 33 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.