Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Oct 18, 2022
1 parent 898258d commit 7142f3d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions facebook-instant-articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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';

Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down Expand Up @@ -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 `<u>` and `<bold>` 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.**
Expand Down

0 comments on commit 7142f3d

Please sign in to comment.