Plugin Directory

Changeset 3121179


Ignore:
Timestamp:
07/18/2024 09:45:46 AM (21 months ago)
Author:
jtexpress
Message:

print waybill

Location:
jt-express/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • jt-express/trunk/admin/class-jnt-admin.php

    r3087389 r3121179  
    2626        $plugins = get_plugins();
    2727        $current_version = $plugins[$plugin_slug]['Version'];
    28         $latest_version = '2.0.10';
     28        $latest_version = '2.0.11';
    2929
    3030        if (version_compare($current_version, $latest_version, '<')) {
  • jt-express/trunk/admin/class-jnt-thermal.php

    r3087389 r3121179  
    2020
    2121        add_filter('bulk_actions-woocommerce_page_wc-orders', [$this, 'bulk_actions_consignment_note_thermal'], 30);
    22         add_filter('handle_bulk_actions-edit-shop_order', [$this, 'handle_bulk_action_consignment_note_thermal'], 10, 3);
     22        add_filter('handle_bulk_actions-woocommerce_page_wc-orders', [$this, 'handle_bulk_action_consignment_note_thermal'], 10, 3);
    2323
    2424        add_filter('bulk_actions-edit-shop_order', [$this, 'bulk_actions_consignment_note_thermal'], 30);
  • jt-express/trunk/jnt.php

    r3087389 r3121179  
    55Description: WooCommerce integration for J&T Express Malaysia.
    66Author: woocs
    7 Version: 2.0.10
     7Version: 2.0.11
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
     
    1414}
    1515
    16 define('JNT_VERSION', '2.0.10');
     16define('JNT_VERSION', '2.0.11');
    1717define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__));
    1818
Note: See TracChangeset for help on using the changeset viewer.