Skip to content

Releases: mmikkel/CacheFlag-Craft3

CacheFlag v. 2.0.3

05 May 22:25

Choose a tag to compare

2.0.3 - 2026-05-05

Fixed

  • Fixed a PDO exception that could occur when installing Craft with pre-existing cache flags in the project config YAML files. #28

CacheFlag v. 2.0.2

17 Jun 06:06

Choose a tag to compare

2.0.2 - 2025-06-16

Fixed

  • Fixed a bug where CacheFlag would cache content for preview and tokenised requests

CacheFlag v. 1.4.2

16 Jun 13:25

Choose a tag to compare

1.4.2 - 2025-06-16

Fixed

  • Fixed a bug where CacheFlag would cache content for preview and tokenised requests

CacheFlag v. 2.0.1

27 Feb 09:24

Choose a tag to compare

2.0.1 - 2025-02-27

Fixed

  • Fixed a PDO exception that could occur when applying project config changes after uninstalling Cache Flag

CacheFlag v. 1.4.1

27 Feb 09:11

Choose a tag to compare

1.4.1 - 2025-02-27

Fixed

  • Fixed a PDO exception that could occur when applying project config changes after uninstalling Cache Flag

Cache Flag v. 2.0.0

28 Mar 13:52

Choose a tag to compare

2.0.0 - 2024-03-28

Added

  • Added Craft 5.0 compatibility

Changed

  • Cache Flag's CP section has been moved to a utility

Removed

  • Removed mmikkel\cacheflag\services\CacheFlagService::deleteAllFlaggedCaches()
  • Removed mmikkel\cacheflag\services\CacheFlagService::deleteFlaggedCachesByElement()
  • Removed mmikkel\cacheflag\services\CacheFlagService::deleteFlaggedCachesByFlags()
  • Removed mmikkel\cacheflag\services\CacheFlagService::flagsHasCaches()
  • Removed mmikkel\cacheflag\controllers\DefaultController::actionDeleteFlaggedCachesByFlags()
  • Removed mmikkel\cacheflag\controllers\DefaultController::actionDeleteAllFlaggedCaches()
  • Removed mmikkel\cacheflag\events\AfterDeleteFlaggedTemplateCachesEvent
  • Removed mmikkel\cacheflag\events\BeforeDeleteFlaggedTemplateCachesEvent
  • Removed mmikkel\cacheflag\records\Flagged
  • Removed mmikkel\cacheflag\variables\CpVariable

Cache Flag v. 2.0.0-beta.1

15 Feb 00:32

Choose a tag to compare

Pre-release

Added

  • Adds Craft 5.0 compatibility

Changed

  • Cache Flag's CP section has been moved to a utility

Removed

  • Removed mmikkel\cacheflag\services\CacheFlagService::deleteAllFlaggedCaches()
  • Removed mmikkel\cacheflag\services\CacheFlagService::deleteFlaggedCachesByElement()
  • Removed mmikkel\cacheflag\services\CacheFlagService::deleteFlaggedCachesByFlags()
  • Removed mmikkel\cacheflag\controllers\DefaultController::actionDeleteFlaggedCachesByFlags()
  • Removed mmikkel\cacheflag\controllers\DefaultController::actionDeleteAllFlaggedCaches()
  • Removed mmikkel\cacheflag\events\AfterDeleteFlaggedTemplateCachesEvent
  • Removed mmikkel\cacheflag\events\BeforeDeleteFlaggedTemplateCachesEvent
  • Removed mmikkel\cacheflag\records\Flagged
  • Removed mmikkel\cacheflag\variables\CpVariable

Cache Flag v. 1.4.0

04 Jul 19:24

Choose a tag to compare

1.4.0 - 2023-07-04

Changed

  • The Cache Flag CP section is now available in environments where admin changes are disallowed (saving flags isn't possible unless allowAdminChanges is set to true, but invalidating flagged caches is)

Cache Flag v. 1.3.4

24 Apr 12:27

Choose a tag to compare

1.3.4 - 2023-04-24

Fixed

  • Fixed a PHP exception that could occur when saving or deleting nested elements with invalid owner IDs. #21

Cache Flag v. 1.3.3

11 Feb 18:18

Choose a tag to compare

1.3.3 - 2023-02-11

Fixed

  • Fixed a PHP exception that would occur when invalidating flagged caches via the caches/invalidate HTTP controller action, on Craft 4. Fixes #19