From c515dd272953001b8a20020b47048edf5bb8686c Mon Sep 17 00:00:00 2001 From: Tyler Barnes Date: Wed, 16 Feb 2022 13:35:40 -0800 Subject: [PATCH] v2.3.2 --- CHANGELOG.md | 2 +- readme.txt | 2 +- wp-gatsby.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce48470..2494c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Upcoming +## 2.3.2 Previously Author and Contributor roles couldn't properly use Gatsby Cloud Preview. This release introduces new custom role capabilities which allow all authenticated users that can use WP preview to use Gatsby Preview. diff --git a/readme.txt b/readme.txt index e2ddbd6..48bf923 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Gatsby, GatsbyJS, JavaScript, JAMStack, Static Site generator, GraphQL, He Requires at least: 5.4.2 Tested up to: 5.9 Requires PHP: 7.3 -Stable tag: 2.3.1 +Stable tag: 2.3.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/wp-gatsby.php b/wp-gatsby.php index 0906da0..b4c2d7a 100644 --- a/wp-gatsby.php +++ b/wp-gatsby.php @@ -2,7 +2,7 @@ /** * Plugin Name: WP Gatsby * Description: Optimize your WordPress site to be a source for Gatsby sites. - * Version: 2.3.1 + * Version: 2.3.2 * Author: GatsbyJS, Jason Bahl, Tyler Barnes * Author URI: https://gatsbyjs.org * Text Domain: wp-gatsby @@ -103,7 +103,7 @@ private function setup_constants() { // Plugin version. if (! defined('WPGATSBY_VERSION') ) { - define('WPGATSBY_VERSION', '2.3.1'); + define('WPGATSBY_VERSION', '2.3.2'); } // Plugin Folder Path.