Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Better visual styling in the back end to keep up with WordPress 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Arthur Moore committed Jul 30, 2014
1 parent ced9760 commit 2484eca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ An ID isn't necessary for `get_the_subtitle`, but will work for retrieving subti

All versions of _Subtitles_ can be found on the [Releases](https://github.com/philiparthurmoore/Subtitles/releases) page.

### [v1.0.6](#) (August 4th, 2014)

- Bug Fix: Better visual styling in the back end to keep up with WordPress 4.0

### [v1.0.5](https://github.com/philiparthurmoore/Subtitles/releases/tag/v1.0.5) (July 7th, 2014)

- Bug Fix: If subtitles are shown in comment areas, we'll hide them by default.
Expand Down
6 changes: 4 additions & 2 deletions admin/assets/css/subtitles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Easily add subtitles into your WordPress posts, pages, custom post types, and themes.
* Author: Philip Arthur Moore
* Author URI: https://philiparthurmoore.com/
* Version: 1.0.0
* Version: 1.0.6
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down Expand Up @@ -38,13 +38,15 @@
}

#subtitlediv #subtitle {
clear: both;
display: block;
padding: 3px 8px;
font-size: 18px;
line-height: 100%;
height: 38px;
width: 100%;
outline: none;
margin: 0;
margin: 10px 0 0;
background-color: #fff;
}

Expand Down
2 changes: 1 addition & 1 deletion public/assets/css/subtitles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Easily add subtitles into your WordPress posts, pages, custom post types, and themes.
* Author: Philip Arthur Moore
* Author URI: https://philiparthurmoore.com/
* Version: 1.0.5
* Version: 1.0.6
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
Expand Down
2 changes: 1 addition & 1 deletion public/class-subtitles.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Subtitles {
*
* @since 1.0.0
*/
const VERSION = '1.0.5';
const VERSION = '1.0.6';

/**
* Constant used when referencing the plugin in load text domain calls and other
Expand Down
2 changes: 1 addition & 1 deletion subtitles.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Easily add subtitles into your WordPress posts, pages, custom post types, and themes.
* Author: Philip Arthur Moore
* Author URI: https://philiparthurmoore.com/
* Version: 1.0.5
* Version: 1.0.6
* Text Domain: subtitles
* Domain Path: /languages/
* License: GNU General Public License v2 or later
Expand Down

0 comments on commit 2484eca

Please sign in to comment.