Skip to content

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

// 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?

jasonbahl and others added 2 commits December 11, 2023 14:01
@jasonbahl jasonbahl merged commit cb6384b into main Dec 11, 2023
@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

3 participants