Version 0.2.4

September 16, 2023

Fixed

  • fixed invalid owner ID exception
  • fixed php 7.4 syntax error

Version 0.2.3

August 17, 2023

Fixed

  • fixed migrations run on install
  • log response errors

Version 0.2.2

August 13, 2023

Fixed

  • added uid to PageCacheQueueRecord

Version 0.2.1

August 13, 2023

Added

  • added console command

Version 0.2.0

August 13, 2023

Added

  • added rewrite rules in README.md
  • added batch job handling

Fixed

  • fixed excludedUrls on all sites
  • disabled ElementAction buttons if plugin is disabled

Changed

  • fixed async requests in PageCacheTask
  • disable optimize HTML by default
  • decode (special characters) in path

Version 0.1.1

June 3, 2023

Added

  • added clear caches utility

Version 0.1.0

May 13, 2023

Fixed

  • Bump new release 0.1.0 (Craft CMS 3.x)

Version 0.0.1

December 13, 2022

Added

  • Project setup
  • Initial beta release

Version 0.0.1-beta.11

March 18, 2023

Fixed

  • Fixed typo in PageCacheService::deleteAllPageCaches()

Version 0.0.1-beta.10

March 18, 2023

Fixed

  • Refactor recreate/delete cache when globals change

Version 0.0.1-beta.9

March 18, 2023

Added

  • Add possibility to recreate cache if global is saved
  • Add twig variable to get dynamic CSRF token input

Fixed

  • Fixed typo in settings.twig

Version 0.0.1-beta.8

March 1, 2023

Fixed

  • Don't cache pages with active assets transforms
  • Remove __home__ from URIs

Version 0.0.1-beta.7

February 27, 2023

Fixed

  • Fixed exception of $owner->owner

Version 0.0.1-beta.6

February 25, 2023

Fixed

  • Check sub-owner elements on relations

Version 0.0.1-beta.5

February 2, 2023

Fixed

  • Fixed type error while saving settings: Settings::$excludedUrls

Version 0.0.1-beta.4

February 1, 2023

Fixed

  • Fixed string replace in PageCacheService@parsePath()

Version 0.0.1-beta.3

February 1, 2023

Fixed

  • Settings validation rules
  • PHP 7 compatibility

Version 0.0.1-beta.2

February 1, 2023

Added

  • Allow php 8 in composer.json
  • Changed .htaccess rewrite rules location
  • Added images for plugin store

Version 0.0.1-beta.1

January 31, 2023

Added

  • Going live with beta