Login Logo - Version 0.10.2

Version Description

  • Bumped supported version
Download this release

Release Info

Developer markjaquith
Plugin Icon wp plugin Login Logo
Version 0.10.2
Comparing to
See all releases

Code changes from version 0.10.1 to 0.10.2

Files changed (2) hide show
  1. login-logo.php +1 -1
  2. readme.txt +6 -3
login-logo.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Login Logo
4
  Description: Drop a PNG file named <code>login-logo.png</code> into your <code>wp-content</code> directory. This simple plugin takes care of the rest, with zero configuration. Transparent backgrounds work best. Crop it tight, with a width of 312 pixels, for best results.
5
- Version: 0.10.1
6
  License: GPL
7
  Plugin URI: https://txfx.net/wordpress-plugins/login-logo/
8
  Author: Mark Jaquith
2
  /*
3
  Plugin Name: Login Logo
4
  Description: Drop a PNG file named <code>login-logo.png</code> into your <code>wp-content</code> directory. This simple plugin takes care of the rest, with zero configuration. Transparent backgrounds work best. Crop it tight, with a width of 312 pixels, for best results.
5
+ Version: 0.10.2
6
  License: GPL
7
  Plugin URI: https://txfx.net/wordpress-plugins/login-logo/
8
  Author: Mark Jaquith
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: markjaquith
3
  Donate link: http://txfx.net/wordpress-plugins/donate
4
  Tags: customize, login, login screen, logo, custom logo
5
  Requires at least: 5.1.2
6
- Tested up to: 5.4.0
7
 
8
  Customize the logo on the WP login screen by simply dropping a file named login-logo.png into your WP content directory. CSS is automatic!
9
 
@@ -17,7 +17,7 @@ This plugin also works in the `mu-plugins` directory.
17
 
18
  == Installation ==
19
 
20
- 1. [Click here](http://coveredwebservices.com/wp-plugin-install/?plugin=login-logo) to install and activate.
21
 
22
  2. Create a PNG image with a transparent background, tightly cropped, with a recommended width of 312 pixels.
23
 
@@ -37,7 +37,10 @@ This plugin also works in the `mu-plugins` directory.
37
 
38
  == Changelog ==
39
 
40
- = 1.0.0 =
 
 
 
41
  * Updated depreciated filter "login_headertitle" to "login_headertext" with compatibility for older WordPress versions
42
  * Tested with WordPress 5.2.1
43
 
3
  Donate link: http://txfx.net/wordpress-plugins/donate
4
  Tags: customize, login, login screen, logo, custom logo
5
  Requires at least: 5.1.2
6
+ Tested up to: 5.9.3
7
 
8
  Customize the logo on the WP login screen by simply dropping a file named login-logo.png into your WP content directory. CSS is automatic!
9
 
17
 
18
  == Installation ==
19
 
20
+ 1. Install the plugin and activate it.
21
 
22
  2. Create a PNG image with a transparent background, tightly cropped, with a recommended width of 312 pixels.
23
 
37
 
38
  == Changelog ==
39
 
40
+ = 0.10.2 =
41
+ * Bumped supported version
42
+
43
+ = 0.10.0 =
44
  * Updated depreciated filter "login_headertitle" to "login_headertext" with compatibility for older WordPress versions
45
  * Tested with WordPress 5.2.1
46