Version 1.9.2
March 26, 2022
- Fix issues with Supertable / exclude SuperTableBlockElement
Version 1.9.1
February 8, 2022
- Add
softPurge
option in example config - Drop database table if exists (might happen with a dirty uninstall)
Version 1.9.0
October 15, 2021
- Add
softPurge
option to enable Soft Purge for Fastly.
Version 1.8.0
February 8, 2021
- MySQL 8.0 support (removed ordered FULLTEXT index)
- Switched to
psalm
for static analysis
Version 1.7.0
January 27, 2021
- Craft 3.6 support
- Guzzle dependencies updated
- pgsql
uid_urlhash_idx
(PR #7436)
Version 1.6.0
June 16, 2020
- Require at least Craft 3.2
- Prevent cache purge on updated drafts or revisions
- Prevent caching of CP requests (@timkelty)
- Allow to modify cache control from template
- Support for Cloudflare scoped API tokens (@tomdavies)
Version 1.5.1
May 3, 2019
- Prevent purge on resaving
Version 1.5.0
March 12, 2019
- Added support for multiple varnish servers (@larsboldt)
- Fixed a bug when using
keyPrefix
Version 1.4.2
October 11, 2018
- Backport schema change to initial migration
Version 1.4.1
September 6, 2018
- Fix initialize
$tags
earlier
Version 1.4.0
August 24, 2018
- Added config
keyPrefix
option to prevent key collisions. - Always purge section on
Elements::EVENT_AFTER_SAVE_ELEMENT
to make sure status change (disabled>>enabled) clears lists of entries - Code cleanup
Version 1.3.7
July 10, 2018
Added
- Varnish:
headers
config option - Varnish: purgeAll()
Version 1.3.6
June 18, 2018
Changed
- DB fallback: Schema - changed
url
field fromvarchar(255) to
text` to allow longer urls - DB fallback: Schema - Added
urlHash
Version 1.3.5
May 26, 2018
Changed
- DB fallback: Schema - changed
tags
field fromvarchar(255) to
text` to allow more tags
Version 1.3.4
May 8, 2018
Changed
- API request exception: Show at least http status if no message is available
Version 1.3.3
May 2, 2018
Changed
- Adjusted the length of the uid on mysql (cache tag fallback)
Version 1.3.2
April 5, 2018
Changed
- Changed version constraint to
craftcms/cms: ^3.0.0
Version 1.3.1
March 16, 2018
Fixed
- Category Elements are now supported
Version 1.3.0
February 23, 2018
Added
- Added Cloudflare support
Version 1.2.0
January 23, 2018
Added
- Added DB fallback for pgsql
Fixed
- PHP 7.2 issue (Object is reserved word)
Version 1.1.3
January 23, 2018
Fixed
- Fixed install bug when using PostgreSQL
Version 1.1.2
January 22, 2018
Fixed
- Prevent DB fallback when using PostgreSQL
Version 1.1.1
December 5, 2017
Changed
- Requires Craft 3.0.0-RC1
Version 1.1.0
November 24, 2017
Added
- Added DB fallback (mysql)
- Added Config `useLocalTags option
- Add
X-Upper-Cache
header with cache date orBYPASS
Changed
- Requires Craft 3.0.0-RC1 (alias)
Version 1.0.0
October 23, 2017
Added
- Auto-tagging for elements, sections and structures
- Auto-invalidation on entry updates and changes in sections and structures
- Keycdn driver
- Fastly driver
- Varnish driver
- Dummy driver