Skip to content

Commit

Permalink
Merge pull request #180 from wp-graphql/release/v0.3.2
Browse files Browse the repository at this point in the history
release: v0.3.2
  • Loading branch information
jasonbahl authored Nov 11, 2022
2 parents b66def5 + 5a46eec commit c0c5eb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 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.1
Stable tag: 0.3.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 0.3.2 =

**New Features**

- ([#178](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/178)): feat: add new "graphql_cache_is_object_cache_enabled" filter

**Chores/Bugfixes**

- ([#179](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/179)): fix: prevent error when users install the plugin with Composer

= 0.3.1 =

- chore: update readme.txt with tags, updated "tested up to" version
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.1
* Version: 0.3.2
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
Expand All @@ -36,7 +36,7 @@
}

const WPGRAPHQL_REQUIRED_MIN_VERSION = '1.2.0';
const WPGRAPHQL_SMART_CACHE_VERSION = '0.3.1';
const WPGRAPHQL_SMART_CACHE_VERSION = '0.3.2';

// If the autoload file exists, require it.
// If the plugin was installed from composer, the autoload
Expand Down

0 comments on commit c0c5eb5

Please sign in to comment.