Plugin Directory

Changeset 2827363


Ignore:
Timestamp:
12/01/2022 10:40:02 PM (3 years ago)
Author:
jr00ck
Message:

Update to version 2.6.1 from GitHub

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

Legend:

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

    r2826776 r2827363  
    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.6
     6Version: 2.6.1
    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.6'  );
     56        wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.6.1'  );
    5757    }
    5858}
  • hide-wp-toolbar/tags/2.6.1/readme.txt

    r2826776 r2827363  
    66Requires at least: 3.8
    77Tested up to: 6.1.1
    8 Stable tag: 2.6
     8Stable tag: 2.6.1
    99
    1010Easily hide or show the front-end WordPress Admin Toolbar with a click of a button.
     
    4343
    4444== Changelog ==
     45
     46= 2.6.1 =
     47* Updated plugin assets (icon/screenshots) for compatibility with plugin repo
    4548
    4649= 2.6 =
  • hide-wp-toolbar/trunk/hide-wp-toolbar.php

    r2826776 r2827363  
    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.6
     6Version: 2.6.1
    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.6'  );
     56        wp_enqueue_style( 'hide-wp-toolbar-style', plugins_url( 'style.css', __FILE__ ), array('dashicons'), '2.6.1'  );
    5757    }
    5858}
  • hide-wp-toolbar/trunk/readme.txt

    r2826776 r2827363  
    66Requires at least: 3.8
    77Tested up to: 6.1.1
    8 Stable tag: 2.6
     8Stable tag: 2.6.1
    99
    1010Easily hide or show the front-end WordPress Admin Toolbar with a click of a button.
     
    4343
    4444== Changelog ==
     45
     46= 2.6.1 =
     47* Updated plugin assets (icon/screenshots) for compatibility with plugin repo
    4548
    4649= 2.6 =
Note: See TracChangeset for help on using the changeset viewer.