Skip to content

Releases: wp-graphql/wp-graphql-smart-cache

v1.1.0

28 Apr 19:59
209831b
Compare
Choose a tag to compare

Release Notes

New Features

  • #215 feat: graphql_purge_logs

Chores / Bugfixes

  • #214 fix: over-purging tags

v1.0.4

25 Apr 14:15
7ecabab
Compare
Choose a tag to compare

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.3

18 Apr 17:25
Compare
Choose a tag to compare

What's Changed

  • fix: ignore purging after updates to "apple_news_notice" meta key by @jasonbahl in #207
  • add: fix for empty post id's by @izzygld in #205

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Apr 21:13
39693de
Compare
Choose a tag to compare

Release Notes

Chores / Bugfixes

  • #202 fix: ErrorException Warning: Attempt to read property "post_type" on null. Thanks @izzygld!

v1.0.1

08 Mar 20:22
5973fd5
Compare
Choose a tag to compare

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

19 Dec 20:55
Compare
Choose a tag to compare

Release Notes

  • no functional changes. Version number changed to 1.0, minor updates to docs.

v0.3.9

05 Dec 21:36
Compare
Choose a tag to compare

Release Notes

Chores / Bugfixes:

  • fix: vendor directory is not properly being deployed to WordPress.org

v0.3.8

05 Dec 17:51
Compare
Choose a tag to compare

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

02 Dec 22:51
Compare
Choose a tag to compare
  • chore: update readme.txt which is displayed to users on the WordPress.org repo

v0.3.6

02 Dec 22:36
Compare
Choose a tag to compare

Release Notes

  • fix: correct the slug name in Workflow to deploy to WordPress.org