Skip to content

Commit

Permalink
Merge branch 'release/2.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Sep 14, 2016
2 parents 82eeb77 + b73b5a7 commit 326060a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.8.1] - 2016-09-14

### Fixed
- Fix PHP warning - `get_admin_subtitle_value()` should be declared static.

## [2.8] - 2016-09-07

### Added
- Add `wps_default_subtitle` filter.

### Changed
- Allow subtitle to contain HTML (same as main post title ).
- Use WP_Subtitle class to validate saving of subtitle in the admin.
- Use `WP_Subtitle` class to validate saving of subtitle in the admin.

## [2.7.1] - 2016-08-05

Expand Down Expand Up @@ -119,7 +124,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First version.

[Unreleased]: https://github.com/benhuson/wp-subtitle/compare/2.8...HEAD
[Unreleased]: https://github.com/benhuson/wp-subtitle/compare/2.8.1...HEAD
[2.8.1]: https://github.com/benhuson/wp-subtitle/compare/2.8...2.8.1
[2.8]: https://github.com/benhuson/wp-subtitle/compare/2.7.1...2.8
[2.7.1]: https://github.com/benhuson/wp-subtitle/compare/2.7...2.7.1
[2.7]: https://github.com/benhuson/wp-subtitle/compare/2.6...2.7
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu
Upgrade Notice
--------------

### 2.8.1
Fix PHP warning - `get_admin_subtitle_value()` should be declared static.

### 2.8
Allow subtitle to contain HTML (same as main post title ) and add `wps_default_subtitle` filter.

Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: husobj, husani
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLZUF4XJTS4E6
Tags: subtitle, content, title, subheading, subhead, alternate title
Requires at least: 3.7
Tested up to: 4.6
Stable tag: 2.8
Tested up to: 4.6.1
Stable tag: 2.8.1
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Expand Down Expand Up @@ -100,10 +100,13 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu

== Changelog ==

= 2.8.1 =
* Fix PHP warning - `get_admin_subtitle_value()` should be declared static.

= 2.8 =
* Allow subtitle to contain HTML (same as main post title ).
* Add `wps_default_subtitle` filter.
* Use WP_Subtitle class to validate saving of subtitle in the admin.
* Use `WP_Subtitle` class to validate saving of subtitle in the admin.

= 2.7.1 =
* Fix incorrect post ID reference preventing subtitle from saving.
Expand Down Expand Up @@ -167,6 +170,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu

== Upgrade Notice ==

= 2.8.1 =
Fix PHP warning - `get_admin_subtitle_value()` should be declared static.

= 2.8 =
Allow subtitle to contain HTML (same as main post title ) and add `wps_default_subtitle` filter.

Expand Down
2 changes: 1 addition & 1 deletion wp-subtitle.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: WP Subtitle
Plugin URI: http://wordpress.org/plugins/wp-subtitle/
Description: Adds a subtitle field to pages and posts. Possible to add support for custom post types.
Version: 2.8
Version: 2.8.1
Author: Ben Huson, Husani Oakley
Author URI: https://github.com/benhuson/wp-subtitle
License: GPLv2
Expand Down

0 comments on commit 326060a

Please sign in to comment.