From 0f8707025867337bd991d1b635f401dc64690371 Mon Sep 17 00:00:00 2001 From: Diego Moreno Quinteiro Date: Sun, 3 Dec 2017 16:27:27 -0800 Subject: [PATCH] Bump version to 4.0.6 --- CHANGELOG.md | 12 +++++++++++- facebook-instant-articles.php | 4 ++-- readme.txt | 14 ++++++++++++-- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 238d9ce6..8395cabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ ## Change Log -### 4.0.5 (2017/08/24 19:07 +00:00) +### 4.0.6 (2017/12/04 00:26 +00:00) +- [#814](https://github.com/automattic/facebook-instant-articles-wp/pull/814) Add default rule for Twitter blockquote (@pestevez) +- [#806](https://github.com/automattic/facebook-instant-articles-wp/pull/806) Clarify requirement of site connection in README (@pestevez) +- [#798](https://github.com/automattic/facebook-instant-articles-wp/pull/798) remove article rescrape code (@timjacobi) +- [#777](https://github.com/automattic/facebook-instant-articles-wp/pull/777) update instructions (@timjacobi) +- [#778](https://github.com/automattic/facebook-instant-articles-wp/pull/778) Add label definitions (@timjacobi) +- [#792](https://github.com/automattic/facebook-instant-articles-wp/pull/792) Change meta box and readme so user doesn't think IAs are actually submitted to Facebook (@timjacobi) +- [#797](https://github.com/automattic/facebook-instant-articles-wp/pull/797) Display error message if meta box can't be loaded (@timjacobi) +- [#775](https://github.com/automattic/facebook-instant-articles-wp/pull/775) Adds caching to instant_articles_embed_oembed_html (@emrikol) + +### 4.0.5 (2017/08/24 19:08 +00:00) - [#750](https://github.com/automattic/facebook-instant-articles-wp/pull/750) Fix query limit and escaping on AMP generation (@diegoquinteiro) ### 4.0.4 (2017/07/27 20:14 +00:00) diff --git a/facebook-instant-articles.php b/facebook-instant-articles.php index 4fb32b6e..a0a83f0c 100644 --- a/facebook-instant-articles.php +++ b/facebook-instant-articles.php @@ -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.0.5 + * Version: 4.0.6 * Text Domain: instant-articles * License: GPLv2 * License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -68,7 +68,7 @@ function show_version_incompatible_warning() { defined( 'ABSPATH' ) || die( 'Shame on you' ); - define( 'IA_PLUGIN_VERSION', '4.0.5' ); + define( 'IA_PLUGIN_VERSION', '4.0.6' ); define( 'IA_PLUGIN_PATH_FULL', __FILE__ ); define( 'IA_PLUGIN_PATH', plugin_basename( __FILE__ ) ); define( 'IA_PLUGIN_FILE_BASENAME', pathinfo( __FILE__, PATHINFO_FILENAME ) ); diff --git a/readme.txt b/readme.txt index 8bdc537a..add9f0d0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: trrine, olethomas, bjornjohansen, dekode, automattic, facebook Tags: instant articles, facebook, mobile Requires at least: 4.3 Tested up to: 4.8 -Stable tag: 4.0.5 +Stable tag: 4.0.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -86,7 +86,17 @@ Usually simply visiting the permalinks settings page in the WordPress dashboard == Changelog == ## Change Log -### 4.0.5 (2017/08/24 19:07 +00:00) +### 4.0.6 (2017/12/04 00:26 +00:00) +- [#814](https://github.com/automattic/facebook-instant-articles-wp/pull/814) Add default rule for Twitter blockquote (@pestevez) +- [#806](https://github.com/automattic/facebook-instant-articles-wp/pull/806) Clarify requirement of site connection in README (@pestevez) +- [#798](https://github.com/automattic/facebook-instant-articles-wp/pull/798) remove article rescrape code (@timjacobi) +- [#777](https://github.com/automattic/facebook-instant-articles-wp/pull/777) update instructions (@timjacobi) +- [#778](https://github.com/automattic/facebook-instant-articles-wp/pull/778) Add label definitions (@timjacobi) +- [#792](https://github.com/automattic/facebook-instant-articles-wp/pull/792) Change meta box and readme so user doesn't think IAs are actually submitted to Facebook (@timjacobi) +- [#797](https://github.com/automattic/facebook-instant-articles-wp/pull/797) Display error message if meta box can't be loaded (@timjacobi) +- [#775](https://github.com/automattic/facebook-instant-articles-wp/pull/775) Adds caching to instant_articles_embed_oembed_html (@emrikol) + +### 4.0.5 (2017/08/24 19:08 +00:00) - [#750](https://github.com/automattic/facebook-instant-articles-wp/pull/750) Fix query limit and escaping on AMP generation (@diegoquinteiro) ### 4.0.4 (2017/07/27 20:14 +00:00)