Plugin Directory

Changeset 2720413


Ignore:
Timestamp:
05/09/2022 07:30:05 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with WordPress Version 5.9.3 .

Location:
apex-notification-bar-lite
Files:
253 added
2 edited

Legend:

Unmodified
Added
Removed
  • apex-notification-bar-lite/trunk/apex-notification-bar-lite.php

    r2632477 r2720413  
    44  Plugin URI:  https://accesspressthemes.com/wordpress-plugins/apex-notification-bar-lite/
    55  Description: An advanced notification bar plugin used to create attractive single notification bar with specific position for your site.
    6   Version:     2.0.5
     6  Version:     2.0.6
    77  Author:      AccessPress Themes
    88  Author URI:  http://accesspressthemes.com
     
    2222defined('APEXNBL_CLASS_DIR_PAGINATION') or define('APEXNBL_CLASS_DIR_PAGINATION', plugin_dir_url(__FILE__) . 'inc/backend/main_setup/');
    2323defined('APEXNBL_PLUGIN_FILE') or define('APEXNBL_PLUGIN_FILE', __FILE__);
    24 defined('APEXNBL_VERSION') or define('APEXNBL_VERSION', '2.0.5');
     24defined('APEXNBL_VERSION') or define('APEXNBL_VERSION', '2.0.6');
    2525defined('APEXNBL_TITLE') or define('APEXNBL_TITLE', 'APEX NOTIFICATION BAR LITE');
    2626defined('APEXNBL_TD') or define('APEXNBL_TD', 'apexnb-lite');
  • apex-notification-bar-lite/trunk/readme.txt

    r2632477 r2720413  
    55Requires at least: 3.8
    66Tested up to: 5.8
    7 Stable tag: 2.0.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    199199== Changelog ==
    200200
     201= 2.0.6 =
     202* Compatibility check with WordPress Version 5.9.3 .
     203
    201204= 2.0.5 =
    202205* Compatibility check with latest WordPress Version.
Note: See TracChangeset for help on using the changeset viewer.