Skip to content

Commit

Permalink
- update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Aug 10, 2022
1 parent 0bd67a2 commit 19d2cfd
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 26 deletions.
53 changes: 29 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: GraphQL
Requires at least: 4.5
Tested up to: 5.6.1
Requires PHP: 5.6
Stable tag: 0.1.1
Stable tag: 0.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -14,6 +14,12 @@ WPGraphQL Persisted Queries for WPGraphQL, a plugin that provides an extendable

== Changelog ==

= 0.1.2 =

- Updates to support batch queries
- move save urls out of this plugin into the wpengine cache plugin
- updates to tests

= 0.1.1 =

- Initial release to beta users
1 change: 1 addition & 0 deletions src/Cache/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function build_key( $query_id, $query, $variables = null, $operation = nu
'operation' => $operation,
'user' => $user->ID,
];

return hash( 'sha256', wp_json_encode( $parts ) );
}

Expand Down
2 changes: 1 addition & 1 deletion wp-graphql-smart-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: WPGraphQL
* Author URI: http://www.wpgraphql.com
* Domain Path: /languages
* Version: 0.1.1
* Version: 0.1.2
*
* Persisted Queries and Caching for WPGraphQL
*/
Expand Down

0 comments on commit 19d2cfd

Please sign in to comment.