Plugin Directory

Changeset 2888590


Ignore:
Timestamp:
03/28/2023 04:39:27 PM (3 years ago)
Author:
Obadiah
Message:

Update readme.txt to remove redundant information.

File:
1 edited

Legend:

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

    r995680 r2888590  
    5151= 0.1 =
    5252* Added a custom logo on login screen. Added custom login screen link. Added remove error messages on failed log-ins. 05/02/2012.
    53 === Super Custom Login ===
    54 Contributors: Obadiah
    55 Donate link: http://middleearmedia.com/labs/plugins/super-custom-login/
    56 Tags: 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
    57 Requires at least: 3.1
    58 Tested up to: 3.5
    59 Stable tag: 0.6
    60 License: GPLv2 or later
    61 License URI: http://www.gnu.org/licenses/gpl-2.0.html
    62 
    63 This plugin will customize your login screen. It replaces the default WordPress logo with your own super custom logo.
    64 
    65 == Description ==
    66 
    67 This plugin will customize your login screen. It replaces the default WordPress logo with your own super custom logo. It makes the logo link to your homepage. It enhances security by removing error messages upon failed login attempts. Also, it includes a template file for your logo.
    68 
    69 Use the included template to ensure your custom logo fits properly. Also, your custom logo should be saved as a tranparent PNG named "login_logo.png", and must be located in your theme's images directory.
    70 
    71 Example: YourDomainName.com/wp-content/themes/YourTheme/images/login_logo.png
    72 
    73 == Installation ==
    74 
    75 1. Uncompress super-custom-login.zip
    76 2. Open login_logo.psd in Photoshop (or graphic editing program of choice) and customize logo.
    77 3. Save as transparent PNG named login_logo.png
    78 4. Upload entire folder (except image files) to the /wp-content/plugins/ directory.
    79 5. Upload login_logo.png to the /wp-content/themes/YourTheme/images/ directory.
    80 6. Activate the plugin through the 'Plugins' menu in WordPress.
    81 
    82 
    83 == Changelog ==
    84 
    85 = 0.6 =
    86 * Forced logo image to be 328 pixels wide by 84 pixels high with "width:328px!important;" and "height:84px!important;". Tested plugin with WordPress 3.5. 01/22/2013.
    87 
    88 = 0.5 =
    89 * Forced logo image to be 328 pixels wide by 84 pixels high with "background-size:328px 84px !important;". Tested plugin with WordPress 3.5. 01/17/2013.
    90 
    91 = 0.4 =
    92 * Modified plugin URI. Added Tags and License information to readme file. Added plugin to official WordPress plugin directory. 10/19/2012.
    93 
    94 = 0.3 =
    95 * Corrected the homepage link. It was pointing to the login page instead. 08/13/2012.
    96 
    97 = 0.2 =
    98 * Include a template (PSD) file and example (PNG) for custom logo. 05/03/2012.
    99 
    100 = 0.1 =
    101 * Added a custom logo on login screen. Added custom login screen link. Added remove error messages on failed log-ins. 05/02/2012.
Note: See TracChangeset for help on using the changeset viewer.