Plugin Directory

Changeset 3089817


Ignore:
Timestamp:
05/21/2024 04:19:47 AM (21 months ago)
Author:
mykiot
Message:

Bug fixes

Location:
kiotvietsync/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kiotvietsync/trunk/includes/class-kiotviet-sync.php

    r3084274 r3089817  
    2525            $this->version = KIOTVIET_PLUGIN_VERSION;
    2626        } else {
    27             $this->version = '1.7.6';
     27            $this->version = '1.7.7';
    2828        }
    2929
  • kiotvietsync/trunk/kiotviet-sync.php

    r3084274 r3089817  
    77 * Plugin URI:        https://kiotviet.vn
    88 * Description:       Plugin hỗ trợ đồng bộ sản phẩm, đơn hàng giữa website Wordpress với KiotViet.
    9  * Version:           1.7.6
     9 * Version:           1.7.7
    1010 * Author:            KiotViet
    1111 * Author URI:        https://kiotviet.vn
     
    2424define('KIOTVIET_PLUGIN_PATH', plugin_dir_path( __FILE__ ));
    2525define('KIOTVIET_PLUGIN_URL', plugin_dir_url( __FILE__ ));
    26 define('KIOTVIET_PLUGIN_VERSION', '1.7.6');
     26define('KIOTVIET_PLUGIN_VERSION', '1.7.7');
    2727
    2828include_once "bootstrap.php";
Note: See TracChangeset for help on using the changeset viewer.