diff --git a/.deployignore b/.deployignore index bc33fd45..69ccd189 100644 --- a/.deployignore +++ b/.deployignore @@ -34,14 +34,10 @@ assets/js/util behat.yml bin bitbucket-pipelines.yml -composer.json -composer.lock multisite.xml multisite.xml.dist node_modules npm-debug.log -package-lock.json -package.json phpcs.xml phpcs.xml.dist phpstan.neon.dist @@ -53,3 +49,5 @@ vendor webpack.config.js wp-cli.local.yml yarn.lock +DOCKER_ENV +babel.config.json diff --git a/apple-news.php b/apple-news.php index 1a9a7ef6..8d7469f9 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.2 + * Version: 2.4.3 * 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 92aee628..d0910d20 100644 --- a/includes/class-apple-news.php +++ b/includes/class-apple-news.php @@ -46,7 +46,7 @@ class Apple_News { * @var string * @access public */ - public static $version = '2.4.2'; + public static $version = '2.4.3'; /** * Link to support for the plugin on WordPress.org. diff --git a/readme.txt b/readme.txt index 30e0851c..871fbb22 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.2 +Stable tag: 2.4.3 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.3 = + +* No changes, re-releasing to trigger a new release. + = 2.4.2 = * No changes, re-releasing to trigger a new release.