Changeset 2827363
- Timestamp:
- 12/01/2022 10:40:02 PM (3 years ago)
- Location:
- hide-wp-toolbar
- Files:
-
- 6 edited
- 1 copied
-
tags/2.6.1 (copied) (copied from hide-wp-toolbar/trunk)
-
tags/2.6.1/assets/screenshot-2.png (modified) (previous)
-
tags/2.6.1/hide-wp-toolbar.php (modified) (2 diffs)
-
tags/2.6.1/readme.txt (modified) (2 diffs)
-
trunk/assets/screenshot-2.png (modified) (previous)
-
trunk/hide-wp-toolbar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-wp-toolbar/tags/2.6.1/hide-wp-toolbar.php
r2826776 r2827363 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.6 6 Version: 2.6.1 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.6 ' );56 wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.6.1' ); 57 57 } 58 58 } -
hide-wp-toolbar/tags/2.6.1/readme.txt
r2826776 r2827363 6 6 Requires at least: 3.8 7 7 Tested up to: 6.1.1 8 Stable tag: 2.6 8 Stable tag: 2.6.1 9 9 10 10 Easily hide or show the front-end WordPress Admin Toolbar with a click of a button. … … 43 43 44 44 == Changelog == 45 46 = 2.6.1 = 47 * Updated plugin assets (icon/screenshots) for compatibility with plugin repo 45 48 46 49 = 2.6 = -
hide-wp-toolbar/trunk/hide-wp-toolbar.php
r2826776 r2827363 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.6 6 Version: 2.6.1 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.6 ' );56 wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.6.1' ); 57 57 } 58 58 } -
hide-wp-toolbar/trunk/readme.txt
r2826776 r2827363 6 6 Requires at least: 3.8 7 7 Tested up to: 6.1.1 8 Stable tag: 2.6 8 Stable tag: 2.6.1 9 9 10 10 Easily hide or show the front-end WordPress Admin Toolbar with a click of a button. … … 43 43 44 44 == Changelog == 45 46 = 2.6.1 = 47 * Updated plugin assets (icon/screenshots) for compatibility with plugin repo 45 48 46 49 = 2.6 =
Note: See TracChangeset
for help on using the changeset viewer.