Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update tests to test against WordPress 6.4 #266

Merged
merged 5 commits into from Dec 11, 2023
Merged

Conversation

jasonbahl
Copy link
Collaborator

@jasonbahl jasonbahl commented Dec 11, 2023

  • updates tests to test against WordPress 6.4
  • updates README, plugin file accordingly

closes #263

@jasonbahl jasonbahl self-assigned this Dec 11, 2023
Copy link
Member

@josephfusco josephfusco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See feedback

@@ -98,7 +98,7 @@ public function save_query_mapping_cb(

// Save/add the node ids for this query. When one of these change in the future, we can purge the query
foreach ( $runtime_nodes as $node_id ) {
$this->store_content( $node_id, $request_key );
$this->store_content( (string) $node_id, $request_key );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is a changelog entry needed for this?

readme.txt Outdated Show resolved Hide resolved
wp-graphql-smart-cache.php Outdated Show resolved Hide resolved
jasonbahl and others added 2 commits December 11, 2023 14:01
Co-authored-by: Joe Fusco <josephfusco@users.noreply.github.com>
Co-authored-by: Joe Fusco <josephfusco@users.noreply.github.com>
@jasonbahl jasonbahl merged commit cb6384b into main Dec 11, 2023
13 checks passed
@jasonbahl jasonbahl mentioned this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test WPGraphQL Smart Cache on WP 6.4
2 participants