Changeset 2881668
- Timestamp:
- 03/17/2023 02:26:06 AM (3 years ago)
- File:
-
- 1 edited
-
jt-express/trunk/admin/class-jnt-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jt-express/trunk/admin/class-jnt-admin.php
r2881663 r2881668 27 27 $plugin_data = get_plugin_data(JNT_PLUGIN_DIR . '/' . $plugin_slug); 28 28 $current_version = $plugin_data['Version']; 29 $latest_version = '2.0. 1';29 $latest_version = '2.0.0'; 30 30 31 if (version_compare($current_version, $latest_version, '< =')) {31 if (version_compare($current_version, $latest_version, '<')) { 32 32 add_action('admin_notices', [$this, 'display_update_notice']); 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.