Plugin Directory

Changeset 2721149


Ignore:
Timestamp:
05/10/2022 10:34:02 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with WordPress Version 5.9.3 .

Location:
everest-admin-theme-lite
Files:
91 added
2 edited

Legend:

Unmodified
Added
Removed
  • everest-admin-theme-lite/trunk/everest-admin-theme-lite.php

    r2641802 r2721149  
    55  Plugin URI: https://accesspressthemes.com/wordpress-plugins/everest-admin-theme-lite/
    66  Description: A plugin to change the admin interface with various dynamic configuration options.
    7   version: 1.0.8
     7  version: 1.0.9
    88  Author: AccessPress Themes
    99  Author URI: https://accesspressthemes.com/
     
    226226        function eat_plugin_contants(){
    227227            //Declearation of the necessary constants for plugin
    228             defined('EAT_ADMIN_THEME_VERSION')  or define( 'EAT_ADMIN_THEME_VERSION', '1.0.8' );
     228            defined('EAT_ADMIN_THEME_VERSION')  or define( 'EAT_ADMIN_THEME_VERSION', '1.0.9' );
    229229
    230230            defined('EAT_ADMIN_PLUGIN_PREFIX')  or define( 'EAT_ADMIN_PLUGIN_PREFIX', 'eat' );
  • everest-admin-theme-lite/trunk/readme.txt

    r2641802 r2721149  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.8
     6Tested up to: 5.9
    77Requires PHP: 5.3.0
    8 Stable tag: 1.0.8
     8Stable tag: 1.0.9
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.0.9 =
     92* Compatibility check with WordPress Version 5.9.3 .
     93
    9194= 1.0.8 =
    9295* Fixed design issue with backend.
Note: See TracChangeset for help on using the changeset viewer.