Plugin Directory

Changeset 2680324


Ignore:
Timestamp:
02/17/2022 12:38:47 AM (4 years ago)
Author:
jr00ck
Message:

Update to version 2.5.4 from GitHub

Location:
hide-wp-toolbar
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hide-wp-toolbar/tags/2.5.4/hide-wp-toolbar.php

    r2680276 r2680324  
    44Plugin URI: http://blog.webguysaz.com/hide-wp-toolbar-wordpress-plugin/
    55Description: 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.3
     6Version: 2.5.4
    77Author: Web Guys
    88Author URI: http://webguysaz.com
     
    5454    if(!is_admin() && is_user_logged_in()){
    5555        // 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'  );
    5757    }
    5858}
  • hide-wp-toolbar/tags/2.5.4/readme.txt

    r2680276 r2680324  
    66Requires at least: 3.8
    77Tested up to: 5.9
    8 Stable tag: 2.5.3
     8Stable tag: 2.5.4
    99
    1010Easily hide or show the front-end WordPress Admin Toolbar with a click of a button.
     
    4848== Changelog ==
    4949
     50= 2.5.4 =
     51* Stopped loading CSS/JS for non-logged in users that don't have the toolbar (Github issue #6)
     52
    5053= 2.4.2 =
    5154* Modernized and added better comments to javascript code
  • hide-wp-toolbar/trunk/hide-wp-toolbar.php

    r2680276 r2680324  
    44Plugin URI: http://blog.webguysaz.com/hide-wp-toolbar-wordpress-plugin/
    55Description: 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.3
     6Version: 2.5.4
    77Author: Web Guys
    88Author URI: http://webguysaz.com
     
    5454    if(!is_admin() && is_user_logged_in()){
    5555        // 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'  );
    5757    }
    5858}
  • hide-wp-toolbar/trunk/readme.txt

    r2680276 r2680324  
    66Requires at least: 3.8
    77Tested up to: 5.9
    8 Stable tag: 2.5.3
     8Stable tag: 2.5.4
    99
    1010Easily hide or show the front-end WordPress Admin Toolbar with a click of a button.
     
    4848== Changelog ==
    4949
     50= 2.5.4 =
     51* Stopped loading CSS/JS for non-logged in users that don't have the toolbar (Github issue #6)
     52
    5053= 2.4.2 =
    5154* Modernized and added better comments to javascript code
Note: See TracChangeset for help on using the changeset viewer.