Plugin Directory

Changeset 2881663


Ignore:
Timestamp:
03/17/2023 02:15:14 AM (3 years ago)
Author:
jtexpress
Message:

update

File:
1 edited

Legend:

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

    r2881660 r2881663  
    2929        $latest_version = '2.0.1';
    3030
    31         if (version_compare($current_version, $latest_version, '<')) {
     31        if (version_compare($current_version, $latest_version, '<=')) {
    3232            add_action('admin_notices', [$this, 'display_update_notice']);
    3333        }
Note: See TracChangeset for help on using the changeset viewer.