Plugin Directory

Changeset 2999826


Ignore:
Timestamp:
11/22/2023 02:56:02 AM (2 years ago)
Author:
shipdepot
Message:

Update version 1.2.3

Location:
ship-depot/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ship-depot/trunk/Ship_Depot_init.php

    r2997508 r2999826  
    55 * Plugin URI:        https://shipdepot.vn/
    66 * Description:       Ship Depot support shipping couriers in Vietnam like GHN, GHTK, AhaMove.
    7  * Version:           1.2.2
     7 * Version:           1.2.3
    88 * Author:            ShipDepot.vn
    99 * Text Domain:       ship-depot-translate
     
    3535
    3636if (!defined('SHIP_DEPOT_VERSION')) {
    37     define('SHIP_DEPOT_VERSION', '1.2.2');
     37    define('SHIP_DEPOT_VERSION', '1.2.3');
    3838}
    3939
  • ship-depot/trunk/includes/class-ship-depot-general.php

    r2997512 r2999826  
    476476    {
    477477        $update_plugins = get_site_transient('update_plugins');
    478         print_r($update_plugins->response);
    479478        $plugin = 'Ship_Depot_init.php';
    480479        foreach($update_plugins->response as $key=>$value){
  • ship-depot/trunk/readme.txt

    r2997508 r2999826  
    55Tested up to: 6.3.2
    66Requires PHP: 7.4.3
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6565
    6666== Changelog ==
     67= 1.2.3 =
     68* Sửa một số lỗi nhỏ.
     69
    6770= 1.2.2 =
    6871* Sửa một số lỗi nhỏ.
Note: See TracChangeset for help on using the changeset viewer.