Version 1.0.3
1.0.3 * Compatibility update for WordPress 4.3.
This commit is contained in:
parent
8ebc5f6d4e
commit
a6f6ce3c1f
@ -1,10 +1,11 @@
|
|||||||
.post-state {
|
.post-state {
|
||||||
background: #999;
|
background: #999999;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: #fff;
|
color: #ffffff;
|
||||||
|
display: inline-block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: -1px 8px 0 0;
|
margin: -1px 10px 5px 0;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
@ -32,7 +33,8 @@
|
|||||||
.admin-color-sunrise .post-state {
|
.admin-color-sunrise .post-state {
|
||||||
background: #cf4944;
|
background: #cf4944;
|
||||||
}
|
}
|
||||||
td.post-title strong {
|
td.post-title strong,
|
||||||
|
td.page-title strong {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
.row-actions {
|
.row-actions {
|
||||||
|
@ -5,7 +5,7 @@ Plugin Name: Obvious Post States
|
|||||||
Plugin URI: http://sevenbold.com/wordpress/
|
Plugin URI: http://sevenbold.com/wordpress/
|
||||||
Description: Make your WordPress post state text (draft, pending, sticky, etc) stand out.
|
Description: Make your WordPress post state text (draft, pending, sticky, etc) stand out.
|
||||||
Author: Ryan Sommers
|
Author: Ryan Sommers
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Author URI: http://ryansommers.com
|
Author URI: http://ryansommers.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -3,8 +3,8 @@ Contributors: ryansommers
|
|||||||
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LD5WYPVG8AJW4
|
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LD5WYPVG8AJW4
|
||||||
Tags: post state, drafts, pending, sticky, password protected, ryan sommers.
|
Tags: post state, drafts, pending, sticky, password protected, ryan sommers.
|
||||||
Requires at least: 4.0
|
Requires at least: 4.0
|
||||||
Tested up to: 4.1
|
Tested up to: 4.3
|
||||||
Stable tag: 1.0.2
|
Stable tag: 1.0.3
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -38,6 +38,9 @@ The post state text (draft, pending, etc) will be moved to the beginning of the
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.0.3 =
|
||||||
|
* Compatibility update for WordPress 4.3.
|
||||||
|
|
||||||
= 1.0.2 =
|
= 1.0.2 =
|
||||||
* Fixed a bug regarding hidden post titles for Subscriber roles.
|
* Fixed a bug regarding hidden post titles for Subscriber roles.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user