Browse Source

Version 1.0.3

1.0.3
* Compatibility update for WordPress 4.3.
main
Ryan 9 years ago
parent
commit
a6f6ce3c1f
  1. 10
      obvious-post-states.css
  2. 2
      obvious-post-states.php
  3. 7
      readme.txt

10
obvious-post-states.css

@ -1,10 +1,11 @@
.post-state {
background: #999;
background: #999999;
border-radius: 2px;
color: #fff;
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: 400;
margin: -1px 8px 0 0;
margin: -1px 10px 5px 0;
padding: 1px 5px;
vertical-align: top;
}
@ -32,7 +33,8 @@
.admin-color-sunrise .post-state {
background: #cf4944;
}
td.post-title strong {
td.post-title strong,
td.page-title strong {
display: inline;
}
.row-actions {

2
obvious-post-states.php

@ -5,7 +5,7 @@ Plugin Name: Obvious Post States
Plugin URI: http://sevenbold.com/wordpress/
Description: Make your WordPress post state text (draft, pending, sticky, etc) stand out.
Author: Ryan Sommers
Version: 1.0.2
Version: 1.0.3
Author URI: http://ryansommers.com
*/

7
readme.txt

@ -3,8 +3,8 @@ Contributors: ryansommers
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.
Requires at least: 4.0
Tested up to: 4.1
Stable tag: 1.0.2
Tested up to: 4.3
Stable tag: 1.0.3
License: GPLv2 or later
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 ==
= 1.0.3 =
* Compatibility update for WordPress 4.3.
= 1.0.2 =
* Fixed a bug regarding hidden post titles for Subscriber roles.

Loading…
Cancel
Save