diff --git a/apple-news.php b/apple-news.php index b4997c3d..a8a50bd8 100644 --- a/apple-news.php +++ b/apple-news.php @@ -14,7 +14,7 @@ * Plugin Name: Publish to Apple News * Plugin URI: http://github.com/alleyinteractive/apple-news * Description: Export and sync posts to Apple format. - * Version: 2.4.7 + * Version: 2.4.8 * Author: Alley * Author URI: https://alley.com * Text Domain: apple-news diff --git a/includes/class-apple-news.php b/includes/class-apple-news.php index c83b77bf..6f2d6492 100644 --- a/includes/class-apple-news.php +++ b/includes/class-apple-news.php @@ -50,7 +50,7 @@ class Apple_News { * @var string * @access public */ - public static string $version = '2.4.7'; + public static string $version = '2.4.8'; /** * Link to support for the plugin on WordPress.org. diff --git a/package-lock.json b/package-lock.json index 085511fb..289d7ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "publish-to-apple-news", - "version": "2.4.7", + "version": "2.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "publish-to-apple-news", - "version": "2.4.7", + "version": "2.4.8", "hasInstallScript": true, "license": "GPLv3", "dependencies": { diff --git a/package.json b/package.json index e63c7e05..5c2b49e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-to-apple-news", - "version": "2.4.7", + "version": "2.4.8", "license": "GPLv3", "main": "index.php", "engines": { diff --git a/readme.txt b/readme.txt index 4ab052bc..62ba7ba4 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: publish, apple, news, iOS Requires at least: 6.3 Tested up to: 6.4.2 Requires PHP: 8.0 -Stable tag: 2.4.7 +Stable tag: 2.4.8 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl.html @@ -46,6 +46,10 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for == Changelog == += 2.4.8 = + +* Bugfix: #1089 - Resolve notice thrown with registering `apple_news_metadata` meta. + = 2.4.7 = * Bugfix: #1083 - Resolved issues with the `apple_news_sections` meta throwing a PHP notice.