Plugin Directory

Changeset 3281380


Ignore:
Timestamp:
04/25/2025 02:33:40 AM (11 months ago)
Author:
revnoah
Message:

updated bug fix on submenu

Location:
enhanced-body-class
Files:
4 edited
5 copied

Legend:

Unmodified
Added
Removed
  • enhanced-body-class/tags/1.0.8/enhanced-body-class.php

    r2034695 r3281380  
    22/**
    33 * @package EnhancedBodyClass
    4  * @version 1.0.6
     4 * @version 1.0.8
    55 */
    66
     
    1010Description: Plugin to add user-related classes to the body tag.
    1111Author: Noah Stewart
    12 Version: 1.0.6
     12Version: 1.0.8
    1313Author URI: http://noahjstewart.com/
    1414*/
  • enhanced-body-class/tags/1.0.8/includes/admin.inc.php

    r2941051 r3281380  
    7070        'Enhanced Body Class',
    7171        'administrator',
    72         __FILE__,
    73         'enhanced_body_class_admin',
    74         plugins_url('/images/icon.png', __FILE__)
    75     );
     72        'enhanced_body_class',
     73        'enhanced_body_class_admin'
     74    ); 
    7675}
    7776
  • enhanced-body-class/tags/1.0.8/readme.txt

    r2941037 r3281380  
    44Tags: body class style
    55Requires at least: 4.6
    6 Tested up to: 6.2.2
    7 Stable tag: 5.3.0
     6Tested up to: 6.8
     7Stable tag: 5.0.3
    88Requires PHP: 5.6.40
    99License: ISC
     
    9999== Changelog ==
    100100
     101= 1.0.8 =
     102* bug fix on submenu
     103
    101104= 1.0.7 =
    102 * testing WordPress 5.3
     105* removed underscore prefix from private function names
     106* removed redundant code for registering settings
    103107
    104108= 1.0.6 =
  • enhanced-body-class/trunk/enhanced-body-class.php

    r2034695 r3281380  
    22/**
    33 * @package EnhancedBodyClass
    4  * @version 1.0.6
     4 * @version 1.0.8
    55 */
    66
     
    1010Description: Plugin to add user-related classes to the body tag.
    1111Author: Noah Stewart
    12 Version: 1.0.6
     12Version: 1.0.8
    1313Author URI: http://noahjstewart.com/
    1414*/
  • enhanced-body-class/trunk/includes/admin.inc.php

    r2941051 r3281380  
    7070        'Enhanced Body Class',
    7171        'administrator',
    72         __FILE__,
    73         'enhanced_body_class_admin',
    74         plugins_url('/images/icon.png', __FILE__)
    75     );
     72        'enhanced_body_class',
     73        'enhanced_body_class_admin'
     74    ); 
    7675}
    7776
  • enhanced-body-class/trunk/readme.txt

    r2941037 r3281380  
    44Tags: body class style
    55Requires at least: 4.6
    6 Tested up to: 6.2.2
    7 Stable tag: 5.3.0
     6Tested up to: 6.8
     7Stable tag: 5.0.3
    88Requires PHP: 5.6.40
    99License: ISC
     
    9999== Changelog ==
    100100
     101= 1.0.8 =
     102* bug fix on submenu
     103
    101104= 1.0.7 =
    102 * testing WordPress 5.3
     105* removed underscore prefix from private function names
     106* removed redundant code for registering settings
    103107
    104108= 1.0.6 =
Note: See TracChangeset for help on using the changeset viewer.