Releases: pantheon-systems/pantheon-advanced-page-cache
Releases · pantheon-systems/pantheon-advanced-page-cache
1.2.3
- Bump tested up to version to 6.2
1.2.2
Adds PHP 8.2 compatibility [#218].
Bump dependencies [#204].
1.2.1
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
Adds Github Actions for building tag and deploying to wp.org. Add CONTRIBUTING.md. [#203].
Version 1.1.1
Fix typos in README files [#201].
Version 1.1.0
Hook into WPGraphQL to emit surrogate keys [#199].
Add Plugin Integrations section to README [#200].
Version 0.3.1
- Fixes reversed argument order with use of
implode()
[#139].
- Various PHPCS cleanup [#127].
Version 0.3.0
- 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
- Ensures use of
?_embed
emits correct surrogate keys [#103].