Skip to content

Commit 210e497

Browse files
committed
Release version 2.7.2
1 parent e47a0ee commit 210e497

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

apple-news.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Publish To Apple News
44
* Plugin URI: http://github.com/alleyinteractive/apple-news
55
* Description: Export and sync posts to Apple format.
6-
* Version: 2.7.1
6+
* Version: 2.7.2
77
* Author: Alley
88
* Author URI: https://alley.com
99
* Text Domain: apple-news

includes/class-apple-news.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Apple_News {
5050
* @var string
5151
* @access public
5252
*/
53-
public static string $version = '2.7.1';
53+
public static string $version = '2.7.2';
5454

5555
/**
5656
* Link to support for the plugin on WordPress.org.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "publish-to-apple-news",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"license": "GPLv3",
55
"main": "index.php",
66
"engines": {

readme.txt

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: potatomaster, kevinfodness, jomurgel, tylermachado, benpbolton, al
33
Donate link: https://wordpress.org
44
Tags: publish, apple, news, iOS
55
Requires at least: 6.3
6-
Tested up to: 6.7
6+
Tested up to: 6.8
77
Requires PHP: 8.0
8-
Stable tag: 2.7.1
8+
Stable tag: 2.7.2
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl.html
1111

@@ -45,6 +45,13 @@ Please visit our [wiki](https://github.com/alleyinteractive/apple-news/wiki) for
4545

4646
== Changelog ==
4747

48+
= 2.7.2 =
49+
50+
* Enhancement: Now shows up to 50 suggestions for terms in Automation settings, rather than just 10. Props to @aurooba for the fix.
51+
* Bugfix: Resolves an issue where the date in the standalone "Date" component had the UTC offset applied to it twice, causing the date and time to be off by the value of the UTC offset (e.g., a post published at 12:00 PM EDT would incorrectly appear as 8:00 AM EDT). Props to @naxoc for the fix.
52+
* Bugfix: Resolves a warning being thrown when block editor assets are being enqueued and the plugin settings haven't been loaded. Props to @s3rgiosan for the fix.
53+
* Bugfix: The logic for whether the plugin should update postmeta by comparing the old value to the new now compares the raw value from the database instead of the filtered value, which now accurately accounts for default postmeta values. Props to @dlh01 for the fix.
54+
4855
= 2.7.1 =
4956

5057
* Changed: Removed the requirement that recipe HTML contains the exact name of the recipe given in the corresponding JSON-LD item.

0 commit comments

Comments
 (0)