diff --git a/readme.txt b/readme.txt index 2eba543..ac210af 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: husobj, husani Tags: subtitle, content, title, subheading, subhead, alternate title Requires at least: 3.7 -Tested up to: 4.1 -Stable tag: 2.3.2 +Tested up to: 4.2 +Stable tag: 2.4 License: GPL2 Add subtitles (subheadings) to your pages, posts or custom post types. @@ -98,6 +98,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu == Changelog == += 2.4 = +* Add subtitle admin column. + = 2.3.2 = * Show subtitle admin field when adding new post. Props Gabriel Doty. @@ -134,6 +137,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu == Upgrade Notice == += 2.4 = +Add subtitle admin column. + = 2.3.1 = Security Update: Ensure subtitles are sanitized when saving. diff --git a/wp-subtitle.php b/wp-subtitle.php index 6246e98..24006b1 100644 --- a/wp-subtitle.php +++ b/wp-subtitle.php @@ -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.3.2 +Version: 2.4 License: GPLv2 */