Changeset 2881663
- Timestamp:
- 03/17/2023 02:15:14 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
r2881660 r2881663 29 29 $latest_version = '2.0.1'; 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.