Releases: wp-graphql/wp-graphql-smart-cache
Releases · wp-graphql/wp-graphql-smart-cache
v1.1.0
Release Notes
New Features
- #215 feat: graphql_purge_logs
Chores / Bugfixes
- #214 fix: over-purging tags
v1.0.4
Release Notes
Chores / Bugfixes
- #210 fix: fixes a regression to v1.0.3 where
post_exists()
was being called even though the post_exists
function doesn't exist in this context, causing errors. Instead of calling post_exists()
this checks instanceof WP_Post
instead.
v1.0.2
Release Notes
Chores / Bugfixes
- #202 fix: ErrorException Warning: Attempt to read property "post_type" on null. Thanks @izzygld!
v1.0.1
Chores / Bugfixes
- Add workflow to update plugin assets/readme when those files are changed
- update links to docs. Thanks @rodrigo-arias!
- set internal taxonomies to public => false, add tests.
- fix bug with the "purge cache" button in the settings page not properly purging all caches for WPEngine users
v1.0
Release Notes
- no functional changes. Version number changed to 1.0, minor updates to docs.
v0.3.9
Release Notes
Chores / Bugfixes:
- fix: vendor directory is not properly being deployed to WordPress.org
v0.3.8
What's Changed
- fix: rename constant name for min required version of WPGraphQL by @colis in #190
New Contributors
Full Changelog: v0.3.7...v0.3.8
v0.3.7
- chore: update readme.txt which is displayed to users on the WordPress.org repo
v0.3.6
Release Notes
- fix: correct the slug name in Workflow to deploy to WordPress.org