Duncan McClean

Static Cache Manager Release Notes

Duncan McClean

4.0.0

May 9th, 2024

What's new

What's changed

  • Dropped PHP 8.1 support
  • Dropped Statamic 4 support

3.1.2

September 10th, 2023

What's improved

  • Multi-site is now actually supported! #21 by @martyf

3.1.1

July 9th, 2023

What's fixed

  • Fixed utility not being registered properly #20

3.1.0

June 13th, 2023

What's new

  • Added back PHP 8.1 support #19

3.0.0

April 28th, 2023

What's new

  • Static Cache Manager v3 now supports Statamic 4 #16

Upgrade guide

  1. In your site's composer.json file, replace doublethreedigital/static-cache-manager with duncanmcclean/static-cache-manager
  2. Then, change the addon's version constraint to ^3.0

2.1.0

January 27th, 2023

What's new

  • Statamic 3.4 Support

2.0.0

December 29th, 2022

The supported versions of PHP/Statamic/Laravel used alongside this addon have changed, the supported versions are now:

  • PHP 8.1 & 8.2
  • Statamic 3.3
  • Laravel 9

1.2.1

March 8th, 2022

What's improved

  • Finally added an icon to the utility
  • Made the textbox work a little bit better for smaller screen sizes

1.2.0

February 26th, 2022

What's new

  • Statamic 3.3 support

Breaking changes

  • Dropped support for Statamic 3.0 and Statamic 3.1

1.1.1

February 23rd, 2022

What's fixed

1.1.0

January 21st, 2022

What's fixed

  • When you enter a path, you couldn't previously start it with a / or it wouldn't do anything #8 #9
  • If you were wanting to clear a cached file like whats-on_.html, entering whats-on wouldn't do anything because it would look for the wrong path (whats-on, instead of whats-on_.html) #9

1.0.1

August 19th, 2021

What's new

1.0.0

April 5th, 2021

  • Initial release