Plugin Directory

Changeset 654412


Ignore:
Timestamp:
01/17/2013 07:11:52 PM (13 years ago)
Author:
Obadiah
Message:

Updating super-custom-login.php to force logo image to be 328 pixels wide by 84 pixels high. Updating readme.txt to include info for Version 0.5.

Location:
super-custom-login/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • super-custom-login/trunk/readme.txt

    r614706 r654412  
    44Tags: admin, branding, custom login, customized login screen, custom page, customization, error, login, login error, login page, login screen, logo, middle ear media, obadiah, security, super custom login
    55Requires at least: 3.1
    6 Tested up to: 3.4.1
    7 Stable tag: 0.4
     6Tested up to: 3.5
     7Stable tag: 0.5
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131== Changelog ==
    3232
     33= 0.5 =
     34* Forced logo image to be 328 pixels wide by 84 pixels high. Tested plugin with WordPress 3.5. 01/17/2013.
     35
    3336= 0.4 =
    34 * Modified plugin URI. Added Tags and License information to readme file. 10/19/2012.
     37* Modified plugin URI. Added Tags and License information to readme file. Added plugin to official WordPress plugin directory. 10/19/2012.
    3538
    3639= 0.3 =
  • super-custom-login/trunk/super-custom-login.php

    r614701 r654412  
    44Plugin URI: http://middleearmedia.com/labs/plugins/super-custom-login/
    55Description: This plugin customizes your login screen. It replaces the WordPress logo with your custom logo. It makes the logo link to your homepage. It enhances security by removing error messages upon failed login attempts. And it includes a template file for your logo.
    6 Version: 0.4
     6Version: 0.5
    77License: GPLv2 or later
    88Author: Obadiah Metivier
     
    1414function custom_login_logo() {
    1515   echo '<style type="text/css">
    16        h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; }
     16       h1 a { background-image:url('.get_bloginfo('stylesheet_directory').'/images/login_logo.png) !important; background-size: 328px 84px !important; }
    1717   </style>';
    1818}
Note: See TracChangeset for help on using the changeset viewer.