Plugin Directory

Changeset 841685


Ignore:
Timestamp:
01/20/2014 10:34:44 AM (12 years ago)
Author:
jr00ck
Message:

'releasing version 2.1'

Location:
hide-wp-toolbar/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • hide-wp-toolbar/trunk

    • Property svn:ignore set to
      deploy.sh
      README.md
      .git
      .gitignore
  • hide-wp-toolbar/trunk/hide-wp-toolbar.php

    r754333 r841685  
    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.0
     6Version: 2.1
    77Author: Web Guys
    88Author URI: http://webguysaz.com
  • hide-wp-toolbar/trunk/readme.txt

    r754333 r841685  
    55Tags: hide, toolbar, minimize, admin bar, toggle, adminbar
    66Requires at least: 3.1
    7 Tested up to: 3.6
    8 Stable tag: 2.0
     7Tested up to: 3.8
     8Stable tag: 2.1
    99
    1010Easily hide or show the front-end WordPress Admin Toolbar with a click of a button.
     
    4949== Changelog ==
    5050
     51= 2.1 =
     52* Modified placement of hide/show button for better compatibility with WordPress 3.8+
     53
    5154= 2.0 =
    5255* Added functionality to remember shown/hidden position of toolbar between page loads
  • hide-wp-toolbar/trunk/style.css

    r754333 r841685  
    2929
    3030#wpadminbar.hide-wp-toolbar #wp-admin-bar-hide {
    31     margin-right: -38px;
    3231    background-color: #464646;
    3332}
     
    5150#wpadminbar.hide-wp-toolbar {
    5251    left: -100%;
     52    margin-left: 32px;
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.