Skip to content

Commit c80c0d5

Browse files
authored
Merge pull request #267 from wp-graphql/release/v1.2.1
release: v1.2.1
2 parents cb6384b + 86eb85e commit c80c0d5

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

readme.txt

Lines changed: 12 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.4.2
66
Requires PHP: 7.4
7-
Stable tag: 1.2.0
7+
Stable tag: 1.2.1
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -94,6 +94,17 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12.
9494

9595
== Changelog ==
9696

97+
= 1.2.1 =
98+
99+
**Chores / Bugfixes**
100+
101+
- [#266](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/266): ci: update tests to run against WordPres 6.4
102+
- [#266](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/266): fix: ensure store_content() is passed a string to adhere to phpstan standards
103+
- [#262](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/262): fix: remove invalid namespaces from autoloading. Thanks @szepeviktor!
104+
- [#251](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/251): ci: add WP 6.3 to test matrix
105+
- [#258](https://github.com/wp-graphql/wp-graphql-smart-cache/pull/258): ci: add build-plugin command to set up no-dev
106+
107+
97108
= 1.2.0 =
98109

99110
**New Features**

wp-graphql-smart-cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Requires PHP: 7.4
1212
* Text Domain: wp-graphql-smart-cache
1313
* Domain Path: /languages
14-
* Version: 1.2.0
14+
* Version: 1.2.1
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.2.0' );
49+
define( 'WPGRAPHQL_SMART_CACHE_VERSION', '1.2.1' );
5050
}
5151

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

0 commit comments

Comments
 (0)