Version 2.4.0

January 25, 2024
  • Craft 5 support
  • Updated minimum requirement of scssphp/scssphp to version 1.12.1

Version 2.3.3

December 14, 2023
  • Implemented storage path validation
  • Updated minimum requirement of scssphp/scssphp to version 1.12.0

Version 2.3.2

August 31, 2023
  • Code optimisations
  • Increased storage path normalisation
  • Fix error with clearing cache if the storage directory doesn't exist
  • Updated minimum requirement of MatthiasMullie\Minify to version 1.3.71

Version 2.3.1

May 22, 2023
  • Numerous code optimisations
  • Updated minimum requirement of MatthiasMullie\Minify to version 1.3.70

Version 2.2.1

December 22, 2022
  • Fixed minimum requirement of scssphp/scssphp

Version 2.2.0

December 7, 2022
  • Added twig commands for inline compiling of SCSS and/or minification of CSS/JS
  • Updated minimum requirement of scssphp/scssphp to version 1.11.0
  • Updated minimum requirement of MatthiasMullie\Minify to version 1.3.69

Version 2.1.0

June 28, 2022
  • Implemented 'MatthiasMullie\Minify' for CSS/JS minification
  • Updated scssphp/scssphp to version 1.10.3

Version 2.0.0

March 25, 2022
  • Craft 4 release

Version 1.2.1

March 25, 2022
  • Updated scssphp/scssphp to version 1.10.2

Version 1.2.0

October 29, 2021
  • Added a console command to clear the Pitch cache ./craft pitch/clear
  • Added a Cache Duration setting
  • Added an Advanced Caching setting that offers superior performance by bypassing PHP on subsequent Pitch requests. This mode requires additional configuration and is highly recommended for use on production environments
  • Added an ADVANCED.md readme file for instructions on setting up advanced caching mode
  • Pitch is now officially a year old, YAY

Version 1.1.1

October 11, 2021
  • Removed plugin loaded queue log
  • Updated scssphp/scssphp requirement to version 1.8.1
  • scssphp/scssphp is now compatible with PHP 8.1
  • scssphp/scssphp now requires a minimum version of PHP 7.2 or above

Version 1.1.0

July 2, 2021
  • Pitch will now work whilst the website is in offline mode.

Version 1.0.9

May 18, 2021
  • Updated scssphp/scssphp to version 1.5.2
  • Fixed settings issue

Version 1.0.8

May 17, 2021
  • Updated scssphp/scssphp to version 1.5
  • Utilities/ClearCaches now clears cache

Version 1.0.7

November 11, 2020
  • Fixed SCSS formatter

Version 1.0.6

November 9, 2020
  • Updated scssphp/scssphp to version 1.4

Version 1.0.5

November 4, 2020
  • Added CSS/JS minify setting
  • Updated SCSS formatter options (for scssphp/scssphp 1.4)
  • Fixed PHP 7.4 compliance

Version 1.0.3

October 31, 2020
  • Added example files
  • Minor fixes
  • Expanded README

Version 1.0.2

October 30, 2020
  • Updated scssphp/scssphp to version 1.3
  • Minor fixes

Version 1.0.1

October 29, 2020
  • Added $baseUrl templating for SCSS and JavaScript
  • Caching is now enabled by default
  • Expanded README
  • Fixed Prevent parsing of PHP code in files

Version 1.0.0

October 29, 2020
  • Initial release