Changeset 3089817
- Timestamp:
- 05/21/2024 04:19:47 AM (21 months ago)
- Location:
- kiotvietsync/trunk
- Files:
-
- 2 edited
-
includes/class-kiotviet-sync.php (modified) (1 diff)
-
kiotviet-sync.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kiotvietsync/trunk/includes/class-kiotviet-sync.php
r3084274 r3089817 25 25 $this->version = KIOTVIET_PLUGIN_VERSION; 26 26 } else { 27 $this->version = '1.7. 6';27 $this->version = '1.7.7'; 28 28 } 29 29 -
kiotvietsync/trunk/kiotviet-sync.php
r3084274 r3089817 7 7 * Plugin URI: https://kiotviet.vn 8 8 * Description: Plugin hỗ trợ đồng bộ sản phẩm, đơn hàng giữa website Wordpress với KiotViet. 9 * Version: 1.7. 69 * Version: 1.7.7 10 10 * Author: KiotViet 11 11 * Author URI: https://kiotviet.vn … … 24 24 define('KIOTVIET_PLUGIN_PATH', plugin_dir_path( __FILE__ )); 25 25 define('KIOTVIET_PLUGIN_URL', plugin_dir_url( __FILE__ )); 26 define('KIOTVIET_PLUGIN_VERSION', '1.7. 6');26 define('KIOTVIET_PLUGIN_VERSION', '1.7.7'); 27 27 28 28 include_once "bootstrap.php";
Note: See TracChangeset
for help on using the changeset viewer.