Skip to content

Commit

Permalink
Merge pull request #275 from wp-graphql/release/v1.3.1
Browse files Browse the repository at this point in the history
release: v1.3.1
  • Loading branch information
jasonbahl authored Feb 19, 2024
2 parents 7c7ca61 + efb2575 commit 7d98350
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
Stable tag: 1.3.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -100,6 +100,13 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12.

= 1.3.0 =

**Chores / Bugfixes**

- [#273](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/273): fix: improve clarity on Cache settings page
- [#272](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/272): fix: invalidate caches for menu items

= 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.
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-smart-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Requires PHP: 7.4
* Text Domain: wp-graphql-smart-cache
* Domain Path: /languages
* Version: 1.3.0
* Version: 1.3.1
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down Expand Up @@ -46,7 +46,7 @@
}

if ( ! defined( 'WPGRAPHQL_SMART_CACHE_VERSION' ) ) {
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.0' );
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.1' );
}

if ( ! defined( 'WPGRAPHQL_SMART_CACHE_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {
Expand Down

0 comments on commit 7d98350

Please sign in to comment.