Skip to content

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

2.1.0

08 Aug 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

28 May 19:40
Compare
Choose a tag to compare
  • Adds new admin alerts and Site Health tests about default cache max age settings and recommendations [#268, #271]. The default Pantheon GCDN cache max age value has been updated to 1 week in the Pantheon MU plugin. For more information, see the release note.
  • Updated UI in Pantheon Page Cache admin page when used in a Pantheon environment (with the Pantheon MU plugin). [#272]
  • Automatically updates the cache max age to the recommended value (1 week) if it was saved at the old default value (600 seconds). [#269]
  • Adds a hook into the nonce_life filter when nonces are created on the front-end to set the pantheon_cache_default_max_age to less than the nonce lifetime to avoid nonces expiring before the cache does. [#282] props @ryanshoover

Upgrade Notice

This release requires a minimum WordPress version of 6.4.0. It uses Site Health checks and the wp_admin_notices function to alert users to the new cache max-age default settings and recommendations. The plugin will still function with earlier versions, but you will not get the benefit of the alerts and Site Health checks.

This version also automatically updates the cache max age (set in the Pantheon Page Cache settings) to the recommended value (1 week) if it was saved at the old default value (600 seconds). If the cache max age was set to any other value (or not set at all), it will not be changed. A one-time notice will be displayed in the admin interface to inform administrators of this change.

Full Changelog: 1.5.0...2.0.0

v2.0.0-RC3

24 May 19:00
6d93207
Compare
Choose a tag to compare
v2.0.0-RC3 Pre-release
Pre-release

What's Changed

Full Changelog: 1.5.0...v2.0.0-RC3

v2.0.0-RC2

24 May 15:18
5bd113b
Compare
Choose a tag to compare
v2.0.0-RC2 Pre-release
Pre-release

What's Changed

Full Changelog: 1.5.0...v2.0.0-RC2

1.5.0

11 Mar 21:13
c84fdd0
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #260

Full Changelog: 1.4.2...1.5.0

1.4.2

16 Oct 20:06
3d40fb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

08 Aug 17:59
550d56b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

01 Aug 19:47
3c63bd0
Compare
Choose a tag to compare

What's Changed

  • Update CODEOWNERS by @CdrMarks in #224
  • Bump pantheon-systems/pantheon-wp-coding-standards from 1.0.0 to 1.0.1 by @dependabot in #233
  • Bump yoast/phpunit-polyfills from 1.0.5 to 2.0.0 by @dependabot in #236
  • Lint README for lost spacing by @pwtyler in #238
  • [BUGS-3964] Add filter to skips surrogate keys for taxonomy terms by @pwtyler in #239
  • [BUGS-3964] Bump dev version to 1.4.0 && update lockfileVersion by @pwtyler in #240
  • Release 1.4.0 by @pwtyler in #241

Full Changelog: 1.3.0...1.4.0

1.3.0

19 Apr 14:23
Compare
Choose a tag to compare

Adds support for WordPress Multisite which resolves issue where editing a Post on one subsite clears the home page cache of other sites in the Multisite install if it has a Post containing the same ID #228.

1.2.4

13 Apr 19:57
5a1b5cc
Compare
Choose a tag to compare

Adds surrogate key to post-type archive pages (eg, "portfolio") that's specific to that archive( eg "portfolio-archive"), and clears that archive where appropriate. [#225]