From c87732521b7392eec212c7b222dcf7ebfdcbe9a6 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Wed, 7 Feb 2024 16:31:39 -0700 Subject: [PATCH] - update version, release notes --- readme.txt | 12 +++++++++++- wp-graphql-smart-cache.php | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 47f58c3..63017cb 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: WPGraphQL, Cache, API, Invalidation, Persisted Queries, GraphQL, Performan Requires at least: 5.6 Tested up to: 6.4.2 Requires PHP: 7.4 -Stable tag: 1.2.1 +Stable tag: 1.3.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -65,6 +65,10 @@ Learn more about how [Appsero collects and uses this data](https://appsero.com/p == Upgrade Notice == += 1.3.0 = + +This fixes a regression to WPGraphQL v1.20.0 where the Query Analyzer became optional and defaulted to "off". WPGraphQL Smart Cache force-enables the Query Analyzer to support Cache tagging and tag-based cache invalidation. + = 1.2.0 = **Code Removal** @@ -94,6 +98,12 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12. == Changelog == += 1.3.0 = + +**New Features** + +- [#270](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/270): feat: force enable query analyzer. This fixes a regression to WPGraphQL v1.20.0 where the Query Analyzer became optional and defaulted to "off". WPGraphQL Smart Cache force-enables the Query Analyzer to support Cache tagging and tag-based cache invalidation. + = 1.2.1 = **Chores / Bugfixes** diff --git a/wp-graphql-smart-cache.php b/wp-graphql-smart-cache.php index 6cd9459..4a01c6d 100644 --- a/wp-graphql-smart-cache.php +++ b/wp-graphql-smart-cache.php @@ -11,7 +11,7 @@ * Requires PHP: 7.4 * Text Domain: wp-graphql-smart-cache * Domain Path: /languages - * Version: 1.2.1 + * Version: 1.3.0 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html * @@ -46,7 +46,7 @@ } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_VERSION' ) ) { - define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.2.1' ); + define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.0' ); } if ( ! defined( 'WPGRAPHQL_SMART_CACHE_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {