Changeset 3281380
- Timestamp:
- 04/25/2025 02:33:40 AM (11 months ago)
- Location:
- enhanced-body-class
- Files:
-
- 4 edited
- 5 copied
-
tags/1.0.8 (copied) (copied from enhanced-body-class/trunk)
-
tags/1.0.8/enhanced-body-class.php (modified) (2 diffs)
-
tags/1.0.8/includes/admin.inc.php (copied) (copied from enhanced-body-class/trunk/includes/admin.inc.php) (1 diff)
-
tags/1.0.8/includes/form.inc.php (copied) (copied from enhanced-body-class/trunk/includes/form.inc.php)
-
tags/1.0.8/includes/helpers.inc.php (copied) (copied from enhanced-body-class/trunk/includes/helpers.inc.php)
-
tags/1.0.8/readme.txt (copied) (copied from enhanced-body-class/trunk/readme.txt) (2 diffs)
-
trunk/enhanced-body-class.php (modified) (2 diffs)
-
trunk/includes/admin.inc.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enhanced-body-class/tags/1.0.8/enhanced-body-class.php
r2034695 r3281380 2 2 /** 3 3 * @package EnhancedBodyClass 4 * @version 1.0. 64 * @version 1.0.8 5 5 */ 6 6 … … 10 10 Description: Plugin to add user-related classes to the body tag. 11 11 Author: Noah Stewart 12 Version: 1.0. 612 Version: 1.0.8 13 13 Author URI: http://noahjstewart.com/ 14 14 */ -
enhanced-body-class/tags/1.0.8/includes/admin.inc.php
r2941051 r3281380 70 70 'Enhanced Body Class', 71 71 '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 ); 76 75 } 77 76 -
enhanced-body-class/tags/1.0.8/readme.txt
r2941037 r3281380 4 4 Tags: body class style 5 5 Requires at least: 4.6 6 Tested up to: 6. 2.27 Stable tag: 5. 3.06 Tested up to: 6.8 7 Stable tag: 5.0.3 8 8 Requires PHP: 5.6.40 9 9 License: ISC … … 99 99 == Changelog == 100 100 101 = 1.0.8 = 102 * bug fix on submenu 103 101 104 = 1.0.7 = 102 * testing WordPress 5.3 105 * removed underscore prefix from private function names 106 * removed redundant code for registering settings 103 107 104 108 = 1.0.6 = -
enhanced-body-class/trunk/enhanced-body-class.php
r2034695 r3281380 2 2 /** 3 3 * @package EnhancedBodyClass 4 * @version 1.0. 64 * @version 1.0.8 5 5 */ 6 6 … … 10 10 Description: Plugin to add user-related classes to the body tag. 11 11 Author: Noah Stewart 12 Version: 1.0. 612 Version: 1.0.8 13 13 Author URI: http://noahjstewart.com/ 14 14 */ -
enhanced-body-class/trunk/includes/admin.inc.php
r2941051 r3281380 70 70 'Enhanced Body Class', 71 71 '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 ); 76 75 } 77 76 -
enhanced-body-class/trunk/readme.txt
r2941037 r3281380 4 4 Tags: body class style 5 5 Requires at least: 4.6 6 Tested up to: 6. 2.27 Stable tag: 5. 3.06 Tested up to: 6.8 7 Stable tag: 5.0.3 8 8 Requires PHP: 5.6.40 9 9 License: ISC … … 99 99 == Changelog == 100 100 101 = 1.0.8 = 102 * bug fix on submenu 103 101 104 = 1.0.7 = 102 * testing WordPress 5.3 105 * removed underscore prefix from private function names 106 * removed redundant code for registering settings 103 107 104 108 = 1.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.