From a6f6ce3c1fcebb7e11572a77c6ac79ba89530688 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 23 Aug 2015 13:45:21 -0700 Subject: [PATCH] Version 1.0.3 1.0.3 * Compatibility update for WordPress 4.3. --- obvious-post-states.css | 10 ++++++---- obvious-post-states.php | 2 +- readme.txt | 7 +++++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/obvious-post-states.css b/obvious-post-states.css index c121b62..d249c30 100644 --- a/obvious-post-states.css +++ b/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 { diff --git a/obvious-post-states.php b/obvious-post-states.php index b7f76cf..bba24e7 100644 --- a/obvious-post-states.php +++ b/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 */ diff --git a/readme.txt b/readme.txt index 632412f..80198a0 100644 --- a/readme.txt +++ b/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.