From e912c8c72090fe266f3f06fd21d0ad36382e8703 Mon Sep 17 00:00:00 2001 From: David Herrera Date: Tue, 11 Feb 2025 01:20:17 -0500 Subject: [PATCH] Bump versions --- apple-news.php | 2 +- includes/class-apple-news.php | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apple-news.php b/apple-news.php index 4d0f01a8..d0f1f05d 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.3 + * Version: 2.7.0 * 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 4117a89b..f3aae9de 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.3'; + public static string $version = '2.7.0'; /** * Link to support for the plugin on WordPress.org. diff --git a/package.json b/package.json index 9ea51454..b09e59c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-to-apple-news", - "version": "2.6.3", + "version": "2.7.0", "license": "GPLv3", "main": "index.php", "engines": { diff --git a/readme.txt b/readme.txt index a4da58fd..d6198c54 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.3 +Stable tag: 2.7.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl.html