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

Commit e0bb1a5

Browse files
author
Diego Moreno Quinteiro
committed
Bump version to 4.2.1
1 parent 8e92db0 commit e0bb1a5

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Change Log
22

3-
### 4.2.0 (2018/11/29 20:47 +00:00)
3+
### 4.2.1 (2020/06/10 21:11 +00:00)
4+
- [#1049](https://github.com/automattic/facebook-instant-articles-wp/pull/1049) Add support for new guttenberg layout elements (@diegoquinteiro)
5+
- [#1012](https://github.com/automattic/facebook-instant-articles-wp/pull/1012) update composer modules (@paulschreiber)
6+
- [#1001](https://github.com/automattic/facebook-instant-articles-wp/pull/1001) Load functions which rely on `plugins_loaded` action hook in VIP Go environment (@paulschreiber)
7+
- [#990](https://github.com/automattic/facebook-instant-articles-wp/pull/990) avoid undefined index error in $display_warning_column (@paulschreiber)
8+
- [#1002](https://github.com/automattic/facebook-instant-articles-wp/pull/1002) add Comscore plugin (@paulschreiber)
9+
- [#1007](https://github.com/automattic/facebook-instant-articles-wp/pull/1007) Update Facebook SDK versions (@paulschreiber)
10+
11+
### 4.2.0 (2018/11/29 18:14 +00:00)
412
- [#997](https://github.com/automattic/facebook-instant-articles-wp/pull/997) Removed fields from deprecated feature to enable comments/likes/share from media content (@everton-rosario)
513

614
### 4.1.1 (2018/07/17 15:45 +00:00)

facebook-instant-articles.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Add support for Instant Articles for Facebook to your WordPress site.
55
* Author: Automattic, Dekode, Facebook
66
* Author URI: https://vip.wordpress.com/plugins/instant-articles/
7-
* Version: 4.2.0
7+
* Version: 4.2.1
88
* Text Domain: instant-articles
99
* License: GPLv2
1010
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -35,7 +35,7 @@ function show_version_incompatible_warning() {
3535

3636
defined( 'ABSPATH' ) || die( 'Shame on you' );
3737

38-
define( 'IA_PLUGIN_VERSION', '4.2.0' );
38+
define( 'IA_PLUGIN_VERSION', '4.2.1' );
3939
define( 'IA_PLUGIN_PATH_FULL', __FILE__ );
4040
define( 'IA_PLUGIN_PATH', plugin_basename( __FILE__ ) );
4141
define( 'IA_PLUGIN_FILE_BASENAME', pathinfo( __FILE__, PATHINFO_FILENAME ) );

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: trrine, olethomas, bjornjohansen, dekode, automattic, facebook
33
Tags: instant articles, facebook, mobile
44
Requires at least: 4.3
55
Tested up to: 5.4.1
6-
Stable tag: 4.2.0
6+
Stable tag: 4.2.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -90,7 +90,15 @@ Usually simply visiting the permalinks settings page in the WordPress dashboard
9090
== Changelog ==
9191
## Change Log
9292

93-
### 4.2.0 (2018/11/29 20:47 +00:00)
93+
### 4.2.1 (2020/06/10 21:11 +00:00)
94+
- [#1049](https://github.com/automattic/facebook-instant-articles-wp/pull/1049) Add support for new guttenberg layout elements (@diegoquinteiro)
95+
- [#1012](https://github.com/automattic/facebook-instant-articles-wp/pull/1012) update composer modules (@paulschreiber)
96+
- [#1001](https://github.com/automattic/facebook-instant-articles-wp/pull/1001) Load functions which rely on `plugins_loaded` action hook in VIP Go environment (@paulschreiber)
97+
- [#990](https://github.com/automattic/facebook-instant-articles-wp/pull/990) avoid undefined index error in $display_warning_column (@paulschreiber)
98+
- [#1002](https://github.com/automattic/facebook-instant-articles-wp/pull/1002) add Comscore plugin (@paulschreiber)
99+
- [#1007](https://github.com/automattic/facebook-instant-articles-wp/pull/1007) Update Facebook SDK versions (@paulschreiber)
100+
101+
### 4.2.0 (2018/11/29 18:14 +00:00)
94102
- [#997](https://github.com/automattic/facebook-instant-articles-wp/pull/997) Removed fields from deprecated feature to enable comments/likes/share from media content (@everton-rosario)
95103

96104
### 4.1.1 (2018/07/17 15:45 +00:00)
@@ -298,4 +306,4 @@ Usually simply visiting the permalinks settings page in the WordPress dashboard
298306
### 0.2 (2016/03/09 19:44 +00:00)
299307
- [#41](https://github.com/automattic/facebook-instant-articles-wp/pull/41) Add support for subtitles through the filter instant_articles_subtitle (@bjornjohansen)
300308
- [#39](https://github.com/automattic/facebook-instant-articles-wp/pull/39) Jetpack compat: YouTube and Facebook embeds (@bjornjohansen)
301-
- [#22](https://github.com/automattic/facebook-instant-articles-wp/pull/22) Migrate the wpcom-helper.php from WordPress.com. (@Automattic)
309+
- [#22](https://github.com/automattic/facebook-instant-articles-wp/pull/22) Migrate the wpcom-helper.php from WordPress.com. (@Automattic)

0 commit comments

Comments
 (0)