Changeset 2999826
- Timestamp:
- 11/22/2023 02:56:02 AM (2 years ago)
- Location:
- ship-depot/trunk
- Files:
-
- 3 edited
-
Ship_Depot_init.php (modified) (2 diffs)
-
includes/class-ship-depot-general.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ship-depot/trunk/Ship_Depot_init.php
r2997508 r2999826 5 5 * Plugin URI: https://shipdepot.vn/ 6 6 * Description: Ship Depot support shipping couriers in Vietnam like GHN, GHTK, AhaMove. 7 * Version: 1.2. 27 * Version: 1.2.3 8 8 * Author: ShipDepot.vn 9 9 * Text Domain: ship-depot-translate … … 35 35 36 36 if (!defined('SHIP_DEPOT_VERSION')) { 37 define('SHIP_DEPOT_VERSION', '1.2. 2');37 define('SHIP_DEPOT_VERSION', '1.2.3'); 38 38 } 39 39 -
ship-depot/trunk/includes/class-ship-depot-general.php
r2997512 r2999826 476 476 { 477 477 $update_plugins = get_site_transient('update_plugins'); 478 print_r($update_plugins->response);479 478 $plugin = 'Ship_Depot_init.php'; 480 479 foreach($update_plugins->response as $key=>$value){ -
ship-depot/trunk/readme.txt
r2997508 r2999826 5 5 Tested up to: 6.3.2 6 6 Requires PHP: 7.4.3 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 65 65 66 66 == Changelog == 67 = 1.2.3 = 68 * Sửa một số lỗi nhỏ. 69 67 70 = 1.2.2 = 68 71 * Sửa một số lỗi nhỏ.
Note: See TracChangeset
for help on using the changeset viewer.