Skip to content

Commit

Permalink
Version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Mar 12, 2014
1 parent 836fac5 commit d1ec3eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: husani, husobj
Tags: subtitle, content, title, subheading, subhead, alternate title
Requires at least: 3.0
Tested up to: 3.6.1
Stable tag: 2.0.1
Tested up to: 3.8.1
Stable tag: 2.1
License: GPL2

Add subtitles (subheadings) to your pages, posts or custom post types.
Expand Down Expand Up @@ -84,9 +84,15 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu

== Changelog ==

= 2.1 =
* Ready for translation - .pot file added.
* Only include admin functionality when needed.
* Added deprecated function warnings if WP_DEBUG enabled.
* Fix static method warnings.

= 2.0.1 =
* Use `<?php` instead of just `<?`.
* Break out some of the code into separate functions.
* Break out some of the code into separate functions.

= 2.0 =
* Added custom post type support - use add_post_type_support( '{post_type}', 'wps_subtitle' ).
Expand All @@ -100,6 +106,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu

== Upgrade Notice ==

= 2.1 =
* Fixed static method warnings and only load admin functionality when needed.

= 2.0 =
* Added custom post type support and support for more recent versions of WordPress.

Expand Down
2 changes: 1 addition & 1 deletion wp-subtitle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Description: Adds a subtitle field to pages and posts. Possible to add support for custom post types.
Author: Husani Oakley, Ben Huson
Author URI: https://github.com/benhuson/wp-subtitle
Version: 2.0.1
Version: 2.1
License: GPLv2
*/

Expand Down

0 comments on commit d1ec3eb

Please sign in to comment.