Changeset 3121179
- Timestamp:
- 07/18/2024 09:45:46 AM (21 months ago)
- Location:
- jt-express/trunk
- Files:
-
- 3 edited
-
admin/class-jnt-admin.php (modified) (1 diff)
-
admin/class-jnt-thermal.php (modified) (1 diff)
-
jnt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jt-express/trunk/admin/class-jnt-admin.php
r3087389 r3121179 26 26 $plugins = get_plugins(); 27 27 $current_version = $plugins[$plugin_slug]['Version']; 28 $latest_version = '2.0.1 0';28 $latest_version = '2.0.11'; 29 29 30 30 if (version_compare($current_version, $latest_version, '<')) { -
jt-express/trunk/admin/class-jnt-thermal.php
r3087389 r3121179 20 20 21 21 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); 23 23 24 24 add_filter('bulk_actions-edit-shop_order', [$this, 'bulk_actions_consignment_note_thermal'], 30); -
jt-express/trunk/jnt.php
r3087389 r3121179 5 5 Description: WooCommerce integration for J&T Express Malaysia. 6 6 Author: woocs 7 Version: 2.0.1 07 Version: 2.0.11 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt … … 14 14 } 15 15 16 define('JNT_VERSION', '2.0.1 0');16 define('JNT_VERSION', '2.0.11'); 17 17 define('JNT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 18 18
Note: See TracChangeset
for help on using the changeset viewer.