From 9d828919c9b5e10fda8efb8c0750ea1d9e197dad Mon Sep 17 00:00:00 2001 From: Kevin Fodness Date: Thu, 20 Sep 2018 22:13:30 -0400 Subject: [PATCH] Bump version number to 1.4.3 and add changelog item (#560) --- apple-news.php | 2 +- includes/class-apple-news.php | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/apple-news.php b/apple-news.php index bf1bf263c..4d7bcf0f6 100644 --- a/apple-news.php +++ b/apple-news.php @@ -12,7 +12,7 @@ * Plugin Name: Publish to Apple News * Plugin URI: http://github.com/alleyinteractive/apple-news * Description: Export and sync posts to Apple format. - * Version: 1.4.2 + * Version: 1.4.3 * Author: Alley Interactive * Author URI: https://www.alleyinteractive.com * Text Domain: apple-news diff --git a/includes/class-apple-news.php b/includes/class-apple-news.php index 0982ab52f..a9020e4f7 100644 --- a/includes/class-apple-news.php +++ b/includes/class-apple-news.php @@ -39,7 +39,7 @@ class Apple_News { * @var string * @access public */ - public static $version = '1.4.2'; + public static $version = '1.4.3'; /** * Link to support for the plugin on WordPress.org. diff --git a/readme.txt b/readme.txt index c783df410..005bd7d56 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: publish, apple, news, iOS Requires at least: 4.0 Tested up to: 4.9.8 Requires PHP: 5.6 -Stable tag: 1.4.2 +Stable tag: 1.4.3 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl.html @@ -46,6 +46,9 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for == Changelog == += 1.4.3 = +* Bugfix: Decodes HTML entities in URLs before performing remote file exists check for embedded media. Props to @kasparsd for the fix. + = 1.4.2 = * Bugfix: Issues with making updates via the quick edit interface and on unsupported post types are now fixed, as the publish action bails out early if the nonce is not set, which occurs when the metabox does not load. Props to @danielbachhuber and @srtfisher for the fixes. * Added 'apple_news_should_post_autopublish' filter to override automatic publish settings on a per-article basis. Props to @srtfisher for the update.