Changeset 2680324
- Timestamp:
- 02/17/2022 12:38:47 AM (4 years ago)
- Location:
- hide-wp-toolbar
- Files:
-
- 4 edited
- 1 copied
-
tags/2.5.4 (copied) (copied from hide-wp-toolbar/trunk)
-
tags/2.5.4/hide-wp-toolbar.php (modified) (2 diffs)
-
tags/2.5.4/readme.txt (modified) (2 diffs)
-
trunk/hide-wp-toolbar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-wp-toolbar/tags/2.5.4/hide-wp-toolbar.php
r2680276 r2680324 4 4 Plugin URI: http://blog.webguysaz.com/hide-wp-toolbar-wordpress-plugin/ 5 5 Description: The plugin adds a clickable button to the right side of the WordPress Toolbar that will show or hide the bar with nice transitions. 6 Version: 2.5. 36 Version: 2.5.4 7 7 Author: Web Guys 8 8 Author URI: http://webguysaz.com … … 54 54 if(!is_admin() && is_user_logged_in()){ 55 55 // Register the style for plugin 56 wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.5. 3' );56 wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.5.4' ); 57 57 } 58 58 } -
hide-wp-toolbar/tags/2.5.4/readme.txt
r2680276 r2680324 6 6 Requires at least: 3.8 7 7 Tested up to: 5.9 8 Stable tag: 2.5. 38 Stable tag: 2.5.4 9 9 10 10 Easily hide or show the front-end WordPress Admin Toolbar with a click of a button. … … 48 48 == Changelog == 49 49 50 = 2.5.4 = 51 * Stopped loading CSS/JS for non-logged in users that don't have the toolbar (Github issue #6) 52 50 53 = 2.4.2 = 51 54 * Modernized and added better comments to javascript code -
hide-wp-toolbar/trunk/hide-wp-toolbar.php
r2680276 r2680324 4 4 Plugin URI: http://blog.webguysaz.com/hide-wp-toolbar-wordpress-plugin/ 5 5 Description: The plugin adds a clickable button to the right side of the WordPress Toolbar that will show or hide the bar with nice transitions. 6 Version: 2.5. 36 Version: 2.5.4 7 7 Author: Web Guys 8 8 Author URI: http://webguysaz.com … … 54 54 if(!is_admin() && is_user_logged_in()){ 55 55 // Register the style for plugin 56 wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.5. 3' );56 wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.5.4' ); 57 57 } 58 58 } -
hide-wp-toolbar/trunk/readme.txt
r2680276 r2680324 6 6 Requires at least: 3.8 7 7 Tested up to: 5.9 8 Stable tag: 2.5. 38 Stable tag: 2.5.4 9 9 10 10 Easily hide or show the front-end WordPress Admin Toolbar with a click of a button. … … 48 48 == Changelog == 49 49 50 = 2.5.4 = 51 * Stopped loading CSS/JS for non-logged in users that don't have the toolbar (Github issue #6) 52 50 53 = 2.4.2 = 51 54 * Modernized and added better comments to javascript code
Note: See TracChangeset
for help on using the changeset viewer.