Plugin Directory

Changeset 2881668


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

update version

File:
1 edited

Legend:

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

    r2881663 r2881668  
    2727        $plugin_data = get_plugin_data(JNT_PLUGIN_DIR . '/' . $plugin_slug);
    2828        $current_version = $plugin_data['Version'];
    29         $latest_version = '2.0.1';
     29        $latest_version = '2.0.0';
    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.