From dfd95d422618462ecf03f7e9e9a976b7c293ec5c Mon Sep 17 00:00:00 2001 From: Diego Moreno Quinteiro Date: Wed, 28 Jun 2017 15:48:11 -0300 Subject: [PATCH] Bump version to 4.0.1 --- facebook-instant-articles.php | 4 ++-- readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/facebook-instant-articles.php b/facebook-instant-articles.php index 396d1d51..ecdc3bf5 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.0 + * Version: 4.0.1 * 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.0' ); + define( 'IA_PLUGIN_VERSION', '4.0.1' ); 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 65269284..67f075db 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.0 +Stable tag: 4.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html