wp-graphql / wp-graphql-smart-cache

Smart Caching & Cache Invalidation for WPGraphQL
60 stars 14 forks source link

Minimum version of WPGraphQL is 1.12.0 #183

Closed jasonbahl closed 1 year ago

jasonbahl commented 1 year ago

This plugin plays off functionality that was added to WPGraphQL core in v1.12.0 (see: https://github.com/wp-graphql/wp-graphql/releases/tag/v1.12.0)

At the moment, this plugin checks to make sure WPGraphQL v1.2.0 or newer is active, but it should check if v1.12.0+ is active

jasonbahl commented 1 year ago

closed by #184