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.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Moreno Quinteiro committed Dec 4, 2017
1 parent cf6788b commit 0f87070
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.0.5
* Version: 4.0.6
* Text Domain: instant-articles
* License: GPLv2
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -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 ) );
Expand Down
14 changes: 12 additions & 2 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: 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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0f87070

Please sign in to comment.