Skip to content

Commit

Permalink
release v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBarnes committed May 4, 2022
1 parent 2d4dd2b commit 555a6ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.3.3

Fixes an issue where publicly_queryable post types that were not public weren't being tracked in action monitor even though those post types were available in Gatsby. Thanks @nickcernis! (via PR #217)

## 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.
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Stable tag: 2.3.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
4 changes: 2 additions & 2 deletions wp-gatsby.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: WP Gatsby
* Description: Optimize your WordPress site to be a source for Gatsby sites.
* Version: 2.3.2
* Version: 2.3.3
* Author: GatsbyJS, Jason Bahl, Tyler Barnes
* Author URI: https://gatsbyjs.org
* Text Domain: wp-gatsby
Expand Down Expand Up @@ -103,7 +103,7 @@ private function setup_constants()
{
// Plugin version.
if (! defined('WPGATSBY_VERSION') ) {
define('WPGATSBY_VERSION', '2.3.2');
define('WPGATSBY_VERSION', '2.3.3');
}

// Plugin Folder Path.
Expand Down

0 comments on commit 555a6ec

Please sign in to comment.