Plugin Directory

Changeset 760431


Ignore:
Timestamp:
08/21/2013 11:19:59 PM (13 years ago)
Author:
m_uysl
Message:

version 1.0.1 released!

Location:
admin-bar-login
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • admin-bar-login/trunk/admin-bar-login.css

    r503281 r760431  
     1#wpadminbar{
     2    height: 30px!important;
     3}
    14#adminloginform p {
    25    display: inline;
     
    2528    background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#ccc));
    2629    padding: 2px 10px;
    27     height: 24px;
     30    height: 22px;
    2831    font: bold 12px sans-serif !important;
    2932    color: #444 !important;
     
    3235    -moz-border-radius: 1em;
    3336    -webkit-border-radius: 1em;
    34     border-radius: 1em;
     37    border-radius: 0.5em;
    3538}
    3639
  • admin-bar-login/trunk/admin-bar-login.php

    r509825 r760431  
    22/*
    33Plugin Name: Admin Bar Login
    4 Version: 1.0.1-alpha
     4Version: 1.0.1
    55Description: Show login form in the admin bar for non-logged-in users.
    66Author: scribu
     
    88*/
    99
    10 add_action( 'show_admin_bar', '__return_true' );
     10add_action( 'show_admin_bar', '__return_true', 999 );
    1111
    1212add_action( 'template_redirect', 'admin_bar_login_css' );
     
    1717        return;
    1818
    19     wp_enqueue_style( 'admin-bar-login', plugins_url( 'admin-bar-login.css', __FILE__ ), array(), '1.0' );
     19    wp_enqueue_style( 'admin-bar-login', plugins_url( 'admin-bar-login.css', __FILE__ ), array(), '1.0.1' );
    2020
    2121    add_action( 'admin_bar_menu', 'admin_bar_login_menu' );
  • admin-bar-login/trunk/readme.txt

    r598639 r760431  
    11=== Admin Bar Login ===
    2 Contributors: scribu, appthemes
     2Contributors: scribu, appthemes, m_uysl
    33Tags: login, admin bar,
    44Requires at least: 3.2
    5 Tested up to: 3.3
    6 Stable tag: 1.0
     5Tested up to: 3.7
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626= 1.0.1 =
    2727* show Register link only when registration is enabled
     28* small css changes
    2829
    2930= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.