From 7142f3d28f3eed70bd2774dfc2e70c9ca83cfd3a Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Tue, 18 Oct 2022 20:27:20 +0100 Subject: [PATCH] 5.0.1 --- CHANGELOG.md | 7 ++++++- facebook-instant-articles.php | 4 ++-- readme.txt | 12 ++++++++++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d037e032..610465b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.0.1] - 2022-10-18 + +- Refresh dependency that handles fixing of transformer encodings. + ## [5.0.0] - 2022-10-18 **Minimum PHP requirement is increased from PHP 5.4 to PHP 7.1.** @@ -240,7 +244,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [#39](https://github.com/automattic/fb-instant-articles/pull/39) Jetpack compat: YouTube and Facebook embeds (@bjornjohansen) - [#22](https://github.com/automattic/fb-instant-articles/pull/22) Migrate the wpcom-helper.php from WordPress.com. (@Automattic) -[Unreleased]: https://github.com/automattic/fb-instant-articles/compare/5.0.0...HEAD +[Unreleased]: https://github.com/automattic/fb-instant-articles/compare/5.0.1...HEAD +[5.0.1]: https://github.com/automattic/fb-instant-articles/compare/5.0.0...5.0.1 [5.0.0]: https://github.com/automattic/fb-instant-articles/compare/4.2.1...5.0.0 [4.2.1]: https://github.com/automattic/fb-instant-articles/compare/4.2.0...4.2.1 [4.2.0]: https://github.com/automattic/fb-instant-articles/compare/4.1.1...4.2.0 diff --git a/facebook-instant-articles.php b/facebook-instant-articles.php index 2c5151c0..cc868bb1 100644 --- a/facebook-instant-articles.php +++ b/facebook-instant-articles.php @@ -10,7 +10,7 @@ * Plugin Name: Instant Articles for WP * Description: Add support for Instant Articles for Facebook to your WordPress site. * Author: Automattic, Dekode, Facebook - * Version: 5.0.0 + * Version: 5.0.1 * Text Domain: instant-articles * License: GPL-2.0-or-later * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -21,7 +21,7 @@ defined( 'ABSPATH' ) || die(); -const IA_PLUGIN_VERSION = '5.0.0'; +const IA_PLUGIN_VERSION = '5.0.1'; const IA_PLUGIN_FILE = __FILE__; const IA_PLUGIN_FORCE_SUBMIT_KEY = 'instant_articles_force_submit'; diff --git a/readme.txt b/readme.txt index 5cc22c03..9b61bd88 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: trrine, olethomas, bjornjohansen, dekode, GaryJ, automattic, fb Tags: instant-articles, fb, mobile, instant articles Requires at least: 4.7 Requires PHP: 7.1 -Tested up to: 6.0.2 -Stable tag: 5.0.0 +Tested up to: 6.0.3 +Stable tag: 5.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -20,6 +20,10 @@ A best effort is made to generate valid Instant Article markup from your posts' Built-in to the plugin are many [pre-defined transformer rules](https://github.com/Automattic/fb-instant-articles/blob/master/rules-configuration.json) which aims to cover standard WordPress installations. If your WordPress content contains elements which are not covered by the built-in ruleset, you can define your own additional rules to extend or override the defaults in the Settings of this plugin, under: **Plugin Configuration** > **Publishing Settings** > **Custom transformer rules**. += Maintenance = +Support for this plugin is provided for PHP 8 migrations, but both Automattic/WPVIP and Facebook/Meta have stopped all active development. At this point in the product lifecycle, publishers should be advised to stop using this plugin, and instead, use direct site traffic for Facebook content. +Meta have announced that Instant Articles will have all support dropped at April 2023. + = Access to Instant Articles = The current criteria for access to Instant Articles are: @@ -89,6 +93,10 @@ Usually simply visiting the permalinks settings page in the WordPress dashboard 1. Customized transformer rules enabled on the main Settings page. The particular configuration shown here would cause `` and `` tags in the source markup to be rendered in *italics* and **bold**, respectively, in the generated Instant Article. == Changelog == +### 5.0.1 - 2022-10-18 + +- Refresh dependency that handles fixing of transformer encodings. + ### 5.0.0 - 2022-10-18 **Minimum PHP requirement is increased from PHP 5.4 to PHP 7.1.** **Minimum WordPress requirement is increased from WP 4.3.0 to WP 4.7.0.**