From 3aa7efb81fe3a3ed188ecc5331375ce99160ffa9 Mon Sep 17 00:00:00 2001 From: Ben Huson Date: Fri, 5 Aug 2016 11:04:20 +0100 Subject: [PATCH] Version 2.7.1 --- CHANGELOG.md | 9 ++++++++- README.md | 3 +++ readme.txt | 8 +++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49982a2..931cb34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.7.1] - 2016-08-05 + +### Fixed +- Fix incorrect post ID reference preventing subtitle from saving. + ## [2.7] - 2016-08-04 ### Changed @@ -105,7 +110,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - First version. -[Unreleased]: https://github.com/benhuson/wp-subtitle/compare/2.6...HEAD +[Unreleased]: https://github.com/benhuson/wp-subtitle/compare/2.7.1...HEAD +[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 [2.6]: https://github.com/benhuson/wp-subtitle/compare/2.5...2.6 [2.5]: https://github.com/benhuson/wp-subtitle/compare/2.4.1...2.5 [2.4.1]: https://github.com/benhuson/wp-subtitle/compare/2.4...2.4.1 diff --git a/README.md b/README.md index 30a8b92..ba08b6f 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu Upgrade Notice -------------- +### 2.7.1 +Fix incorrect post ID reference preventing subtitle from saving. + ### 2.7 Trim subtitle and wptexturize() by default. diff --git a/readme.txt b/readme.txt index b54ee81..a2c775f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: husobj, husani Tags: subtitle, content, title, subheading, subhead, alternate title Requires at least: 3.7 Tested up to: 4.6 -Stable tag: 2.7 +Stable tag: 2.7.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -99,6 +99,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu == Changelog == += 2.7.1 = +* Fix incorrect post ID reference preventing subtitle from saving. + = 2.7 = * Trim subtitle by default. * Apply wptexturize() on subtitle. @@ -158,6 +161,9 @@ The plugin is [hosted on GitHub](https://github.com/benhuson/wp-subtitle) and pu == Upgrade Notice == += 2.7.1 = +Fix incorrect post ID reference preventing subtitle from saving. + = 2.7 = Trim subtitle and wptexturize() by default.