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

Commit

Permalink
Bump version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Moreno Quinteiro committed Jun 10, 2020
1 parent 8e92db0 commit e0bb1a5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## Change Log

### 4.2.0 (2018/11/29 20:47 +00:00)
### 4.2.1 (2020/06/10 21:11 +00:00)
- [#1049](https://github.com/automattic/facebook-instant-articles-wp/pull/1049) Add support for new guttenberg layout elements (@diegoquinteiro)
- [#1012](https://github.com/automattic/facebook-instant-articles-wp/pull/1012) update composer modules (@paulschreiber)
- [#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)
- [#990](https://github.com/automattic/facebook-instant-articles-wp/pull/990) avoid undefined index error in $display_warning_column (@paulschreiber)
- [#1002](https://github.com/automattic/facebook-instant-articles-wp/pull/1002) add Comscore plugin (@paulschreiber)
- [#1007](https://github.com/automattic/facebook-instant-articles-wp/pull/1007) Update Facebook SDK versions (@paulschreiber)

### 4.2.0 (2018/11/29 18:14 +00:00)
- [#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)

### 4.1.1 (2018/07/17 15:45 +00:00)
Expand Down
4 changes: 2 additions & 2 deletions facebook-instant-articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Add support for Instant Articles for Facebook to your WordPress site.
* Author: Automattic, Dekode, Facebook
* Author URI: https://vip.wordpress.com/plugins/instant-articles/
* Version: 4.2.0
* Version: 4.2.1
* Text Domain: instant-articles
* License: GPLv2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -35,7 +35,7 @@ function show_version_incompatible_warning() {

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

define( 'IA_PLUGIN_VERSION', '4.2.0' );
define( 'IA_PLUGIN_VERSION', '4.2.1' );
define( 'IA_PLUGIN_PATH_FULL', __FILE__ );
define( 'IA_PLUGIN_PATH', plugin_basename( __FILE__ ) );
define( 'IA_PLUGIN_FILE_BASENAME', pathinfo( __FILE__, PATHINFO_FILENAME ) );
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: trrine, olethomas, bjornjohansen, dekode, automattic, facebook
Tags: instant articles, facebook, mobile
Requires at least: 4.3
Tested up to: 5.4.1
Stable tag: 4.2.0
Stable tag: 4.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -90,7 +90,15 @@ Usually simply visiting the permalinks settings page in the WordPress dashboard
== Changelog ==
## Change Log

### 4.2.0 (2018/11/29 20:47 +00:00)
### 4.2.1 (2020/06/10 21:11 +00:00)
- [#1049](https://github.com/automattic/facebook-instant-articles-wp/pull/1049) Add support for new guttenberg layout elements (@diegoquinteiro)
- [#1012](https://github.com/automattic/facebook-instant-articles-wp/pull/1012) update composer modules (@paulschreiber)
- [#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)
- [#990](https://github.com/automattic/facebook-instant-articles-wp/pull/990) avoid undefined index error in $display_warning_column (@paulschreiber)
- [#1002](https://github.com/automattic/facebook-instant-articles-wp/pull/1002) add Comscore plugin (@paulschreiber)
- [#1007](https://github.com/automattic/facebook-instant-articles-wp/pull/1007) Update Facebook SDK versions (@paulschreiber)

### 4.2.0 (2018/11/29 18:14 +00:00)
- [#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)

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

0 comments on commit e0bb1a5

Please sign in to comment.