Skip to content

Commit 5ffd6f5

Browse files
committed
- update versions, changelog for release
1 parent b634d69 commit 5ffd6f5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: WPGraphQL, Cache, API, Invalidation, Persisted Queries, GraphQL, Performan
44
Requires at least: 5.6
55
Tested up to: 6.5
66
Requires PHP: 7.4
7-
Stable tag: 1.3.2
7+
Stable tag: 1.3.3
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

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

9999
== Changelog ==
100100

101+
= 1.3.3 =
102+
103+
**Chores / Bugfixes**
104+
105+
- [#294](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/294): fix: queryid not returning X-GraphQL-Keys headers
106+
- [#292](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/292): chore: update test workflow to use docker compose instead of docker-compose
107+
- [#291](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/291): fix: restore whitespace rules for PHPCBF
108+
- [#286](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/286): chore: update .wordpress-org assets
109+
- [#284](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/284): chore: Note that hosts might set a limit on caching
110+
101111
= 1.3.2 =
102112

103113
**Chores / Bugfixes**

wp-graphql-smart-cache.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* Author: WPGraphQL
88
* Author URI: http://www.wpgraphql.com
99
* Requires at least: 5.6
10-
* Tested up to: 6.5
10+
* Tested up to: 6.6.1
1111
* Requires PHP: 7.4
1212
* Text Domain: wp-graphql-smart-cache
1313
* Domain Path: /languages
14-
* Version: 1.3.2
14+
* Version: 1.3.3
1515
* License: GPL-3
1616
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1717
*
@@ -46,7 +46,7 @@
4646
}
4747

4848
if ( ! defined( 'WPGRAPHQL_SMART_CACHE_VERSION' ) ) {
49-
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.1' );
49+
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.3.3' );
5050
}
5151

5252
if ( ! defined( 'WPGRAPHQL_SMART_CACHE_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {

0 commit comments

Comments
 (0)