From 064769ee80df7f62ad6a311efde97dca4602c6d2 Mon Sep 17 00:00:00 2001 From: Kevin Fodness <2650828+kevinfodness@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:43:33 -0400 Subject: [PATCH 1/2] WIP: issue-1189 From dcb733c9044aaeda1c429e041044ea90c3bd868a Mon Sep 17 00:00:00 2001 From: Kevin Fodness <2650828+kevinfodness@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:53:18 -0400 Subject: [PATCH 2/2] Bump tested up to to 6.7, update patch version number so the update goes out to users --- apple-news.php | 2 +- includes/class-apple-news.php | 2 +- readme.txt | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apple-news.php b/apple-news.php index 61ee343c..b5bb3643 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.6.0 + * Version: 2.6.1 * 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 7affaf0d..894b78fe 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.6.0'; + public static string $version = '2.6.1'; /** * Link to support for the plugin on WordPress.org. diff --git a/readme.txt b/readme.txt index 8070edf4..f989baa2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: potatomaster, kevinfodness, jomurgel, tylermachado, benpbolton, al Donate link: https://wordpress.org Tags: publish, apple, news, iOS Requires at least: 6.3 -Tested up to: 6.6.2 +Tested up to: 6.7 Requires PHP: 8.0 -Stable tag: 2.6.0 +Stable tag: 2.6.1 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl.html @@ -45,6 +45,10 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for == Changelog == += 2.6.1 = + +* Enhancement: Ensured support for WordPress 6.7. + = 2.6.0 = * Enhancement: Support added for PHP 8.3.