Release notes for the Pitch Craft CMS plugin.
- Craft 5 support
- Updated minimum requirement of
scssphp/scssphp
to version 1.12.1
- Implemented storage path validation
- Updated minimum requirement of
scssphp/scssphp
to version 1.12.0
- 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
- Numerous code optimisations
- Updated minimum requirement of
MatthiasMullie\Minify
to version 1.3.70
- Fixed minimum requirement of
scssphp/scssphp
- 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
- Implemented 'MatthiasMullie\Minify' for CSS/JS minification
- Updated
scssphp/scssphp
to version 1.10.3
- Craft 4 release
- Updated
scssphp/scssphp
to version 1.10.2
- 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
- Removed plugin loaded queue log
- Updated
scssphp/scssphp
requirement to version 1.8.1 scssphp/scssphp
is now compatible with PHP 8.1scssphp/scssphp
now requires a minimum version of PHP 7.2 or above
- Pitch will now work whilst the website is in offline mode.
- Updated
scssphp/scssphp
to version 1.5.2 - Fixed settings issue
- Updated
scssphp/scssphp
to version 1.5 Utilities/ClearCaches
now clears cache
- Fixed SCSS formatter
- Updated
scssphp/scssphp
to version 1.4
- Added CSS/JS minify setting
- Updated SCSS formatter options (for
scssphp/scssphp
1.4) - Fixed PHP 7.4 compliance
- Added
example
files - Minor fixes
- Expanded
README
- Updated
scssphp/scssphp
to version 1.3 - Minor fixes
- Added
$baseUrl
templating for SCSS and JavaScript - Caching is now enabled by default
- Expanded
README
- Fixed Prevent parsing of PHP code in files
- Initial release