Skip to content

Releases: pantheon-systems/pantheon-advanced-page-cache

1.2.3

06 Apr 14:37
a2c7b01
Compare
Choose a tag to compare
  • Bump tested up to version to 6.2

1.2.2

15 Mar 02:09
1d44fa4
Compare
Choose a tag to compare

Adds PHP 8.2 compatibility [#218].
Bump dependencies [#204].

1.2.1

23 Feb 15:25
846f98a
Compare
Choose a tag to compare

Handle models that are not instances of the WPGraphQL\Model\Model class, props @macbookandrew 🎉 [#212].
Make dependabot target develop branch [#209].
Bump dependencies [#210] [#214].

1.2.0

29 Nov 20:59
243d4bc
Compare
Choose a tag to compare

Adds Github Actions for building tag and deploying to wp.org. Add CONTRIBUTING.md. [#203].

Version 1.1.1

01 Nov 15:16
5a601b8
Compare
Choose a tag to compare

Fix typos in README files [#201].

Version 1.1.0

01 Nov 14:09
53fa644
Compare
Choose a tag to compare

Hook into WPGraphQL to emit surrogate keys [#199].
Add Plugin Integrations section to README [#200].

Version 1.0.0

02 Mar 13:39
530528f
Compare
Choose a tag to compare
  • Plugin is stable.

Version 0.3.1

27 Oct 14:07
91547af
Compare
Choose a tag to compare
  • Fixes reversed argument order with use of implode() [#139].
  • Various PHPCS cleanup [#127].

Version 0.3.0

27 Nov 16:04
fe0afb3
Compare
Choose a tag to compare
  • Emits '404' surrogate key on 404s; purges when purging the homepage [#107].
  • Adds more specific filters for modifying surrogate keys in different contexts [#109].
  • Cleans up codebase according to WordPress Coding Standards [#110, #116].

Version 0.2.1

25 Oct 23:12
Compare
Choose a tag to compare
  • Ensures use of ?_embed emits correct surrogate keys [#103].