Skip to content

Commit

Permalink
- update versions, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Nov 28, 2022
1 parent efa2e5d commit f0b2f39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 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.0
Requires PHP: 7.4
Stable tag: 0.3.3
Stable tag: 0.3.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -24,6 +24,10 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12.

== Changelog ==

= 0.3.4 =

- ([#188](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/188)): fix: update constant name for min required version of WPGraphQL. Conflict with constant name defined in WPGraphQL for ACF.

= 0.3.3 =

- ([#184](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/184)): fix: update min required version of WPGraphQL. This plugin relies on features introduced in v1.12.0 of WPGraphQL.
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: 0.3.3
* Version: 0.3.4
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down Expand Up @@ -44,7 +44,7 @@
}

if ( ! defined( 'WPGRAPHQL_SMART_CACHE_VERSION' ) ) {
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '0.3.3' );
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '0.3.4' );
}

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

0 comments on commit f0b2f39

Please sign in to comment.