From 46eda97d8b0e355cf1197b5e8fc469df6acc9bbe Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:28:36 -0300 Subject: [PATCH 1/3] Bump version to 2.6.2 --- .github/workflows/phpunit.yml | 2 +- apple-news.php | 2 +- package.json | 2 +- readme.txt | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1491b213..edb4c5f2 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: multisite: [true, false] - php: ['8.3', '8.2', '8.1', '8.0'] + php: ['8.4', 8.3', '8.2', '8.1', '8.0'] wordpress: ["latest"] include: - php: '8.0' diff --git a/apple-news.php b/apple-news.php index d9a029d7..e93a5ad2 100644 --- a/apple-news.php +++ b/apple-news.php @@ -3,7 +3,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.1 + * Version: 2.6.2 * Author: Alley * Author URI: https://alley.com * Text Domain: apple-news diff --git a/package.json b/package.json index 2601af05..266a627f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-to-apple-news", - "version": "2.5.1", + "version": "2.6.2", "license": "GPLv3", "main": "index.php", "engines": { diff --git a/readme.txt b/readme.txt index 39b28506..548c1dac 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.7 Requires PHP: 8.0 -Stable tag: 2.6.1 +Stable tag: 2.6.2 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl.html @@ -60,6 +60,7 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for = 2.6.0 = * Enhancement: Support added for PHP 8.3. +* Enhancement: CI: PHP 8.4 added to the matrix. * Enhancement: Support added for handling deleted articles (in iCloud News Publisher). * Enhancement: Add a new hook, `apple_news_after_push_failure`, that fires when a post fails to be pushed to Apple News. * Enhancement: Debugging Settings: support added for sending notification to multiple email accounts. From c994759f5e142f7b5558dfc5e063c95ed1372049 Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:32:08 -0300 Subject: [PATCH 2/3] Missed one spot --- includes/class-apple-news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-apple-news.php b/includes/class-apple-news.php index 22aaeb46..9aa688cd 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.1'; + public static string $version = '2.6.2'; /** * Link to support for the plugin on WordPress.org. From 69d5ec71b58a6557fb6bef25b4056f4b73ac30cb Mon Sep 17 00:00:00 2001 From: Renato Alves <19148962+renatonascalves@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:50:37 -0300 Subject: [PATCH 3/3] Revert php 8.4 change --- .github/workflows/phpunit.yml | 2 +- readme.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index edb4c5f2..1491b213 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: multisite: [true, false] - php: ['8.4', 8.3', '8.2', '8.1', '8.0'] + php: ['8.3', '8.2', '8.1', '8.0'] wordpress: ["latest"] include: - php: '8.0' diff --git a/readme.txt b/readme.txt index 548c1dac..46d0c548 100644 --- a/readme.txt +++ b/readme.txt @@ -60,7 +60,6 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for = 2.6.0 = * Enhancement: Support added for PHP 8.3. -* Enhancement: CI: PHP 8.4 added to the matrix. * Enhancement: Support added for handling deleted articles (in iCloud News Publisher). * Enhancement: Add a new hook, `apple_news_after_push_failure`, that fires when a post fails to be pushed to Apple News. * Enhancement: Debugging Settings: support added for sending notification to multiple email accounts.