Skip to content

Commit

Permalink
Merge pull request #1187 from alleyinteractive/feature/v2.6.0-release
Browse files Browse the repository at this point in the history
v2.6.0 Release
  • Loading branch information
renatonascalves authored Oct 17, 2024
2 parents 6a4b79c + 41b6a88 commit 097bcc6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions .deployignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ DOCKER_ENV
package.json
package-lock.json
phpunit.xml.dist
phpstan.neon
README.md
webpack.config.js
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ DOCKER_ENV
package.json
package-lock.json
phpunit.xml.dist
phpstan.neon
README.md
webpack.config.js
2 changes: 1 addition & 1 deletion apple-news.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1
* Version: 2.6.0
* Author: Alley
* Author URI: https://alley.com
* Text Domain: apple-news
Expand Down
2 changes: 1 addition & 1 deletion includes/class-apple-news.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Apple_News {
* @var string
* @access public
*/
public static string $version = '2.5.1';
public static string $version = '2.6.0';

/**
* Link to support for the plugin on WordPress.org.
Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
Tested up to: 6.6.2
Requires PHP: 8.0
Stable tag: 2.5.1
Stable tag: 2.6.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -45,7 +45,19 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for

== Changelog ==

= 2.6.0 =

* Enhancement: Support added for PHP 8.3.
* 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.
* Enhancement: Debugging Settings: support added for client side validation of the email accounts.
* Enhancement: REST Endpoints actually return a `WP_Error` if Apple News *is not* initialized.
* Bugfix: Fixed an issue where a root-relative image URL used the URL to the WordPress installation instead of the URL to the front-end, which WordPress allows admins to configure to be different URLs.
* Bugfix: API Settings: fixed an issue where the latest `value` was not rendered after an update.

= 2.5.1 =

* Bugfix: Fixed an issue where the plugin would crash if the Apple News API returned an error when fetching information about the configured channel. Now surfaces an admin notice with the error message instead.

= 2.5.0 =
Expand Down

0 comments on commit 097bcc6

Please sign in to comment.