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.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blakomen committed Jul 17, 2018
1 parent 030e698 commit ff05033
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,11 @@
## Change Log

### 4.1.0 (2018/07/02 23:16 +00:00)
### 4.1.1 (2018/07/17 15:05 +00:00)
- [#962](https://github.com/automattic/facebook-instant-articles-wp/pull/962) Updating description for the plugin on website (@Blakomen)
- [#1](https://github.com/automattic/facebook-instant-articles-wp/pull/1) Merging into local (@diegoquinteiro, @everton-rosario, @algmelo)
- [#957](https://github.com/automattic/facebook-instant-articles-wp/pull/957) Delete current transient with autoload=yes. (@everton-rosario, @algmelo)

### 4.1.0 (2018/07/02 23:17 +00:00)
- [#937](https://github.com/automattic/facebook-instant-articles-wp/pull/937) Add token-less re-scrape with request signature (@diegoquinteiro)
- [#952](https://github.com/automattic/facebook-instant-articles-wp/pull/952) Updating description for the plugin (@Blakomen)
- [#910](https://github.com/automattic/facebook-instant-articles-wp/pull/910) Add PassThroughRule for Grammarly (@robbiet480)
Expand Down
4 changes: 2 additions & 2 deletions facebook-instant-articles.php
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.1.0
* Version: 4.1.1
* 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.1.0' );
define( 'IA_PLUGIN_VERSION', '4.1.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
11 changes: 8 additions & 3 deletions readme.txt
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.1.0
Stable tag: 4.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

### 4.1.0 (2018/07/02 23:16 +00:00)
### 4.1.1 (2018/07/17 15:05 +00:00)
- [#962](https://github.com/automattic/facebook-instant-articles-wp/pull/962) Updating description for the plugin on website (@Blakomen)
- [#1](https://github.com/automattic/facebook-instant-articles-wp/pull/1) Merging into local (@diegoquinteiro, @everton-rosario, @algmelo)
- [#957](https://github.com/automattic/facebook-instant-articles-wp/pull/957) Delete current transient with autoload=yes. (@everton-rosario, @algmelo)

### 4.1.0 (2018/07/02 23:17 +00:00)
- [#937](https://github.com/automattic/facebook-instant-articles-wp/pull/937) Add token-less re-scrape with request signature (@diegoquinteiro)
- [#952](https://github.com/automattic/facebook-instant-articles-wp/pull/952) Updating description for the plugin (@Blakomen)
- [#910](https://github.com/automattic/facebook-instant-articles-wp/pull/910) Add PassThroughRule for Grammarly (@robbiet480)
Expand Down Expand Up @@ -290,4 +295,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 ff05033

Please sign in to comment.