Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuson committed Sep 18, 2013
1 parent ca8aa97 commit 9e8dbe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 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.5.2
Stable tag: 2.0
Tested up to: 3.6.1
Stable tag: 2.0.1
License: GPL2

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

== Changelog ==

= 2.0.1 =
* Use `<?php` instead of just `<?`.
* 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' ).
* Fixed bug in 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
Version: 2.0.1
License: GPLv2
*/

Expand Down

0 comments on commit 9e8dbe1

Please sign in to comment.