Version 1.2.13
February 10, 2024
Added
- Added
ServicesTraitfor the plugin service component registration
Version 1.2.12
February 9, 2024
Added
- Add
phpstanandecscode linting - Add
code-analysis.yamlGitHub action
Changed
- Updated docs to use node 20 & a new sitemap plugin
- PHPstan code cleanup
- ECS code cleanup
Version 1.2.11
February 22, 2022
Added
- Add
.gitattributes&CODEOWNERS
Changed
- Switched documentation system to VitePress
- Use Textlint for the documentation
- Build documentation automatically via GitHub action
Version 1.2.10
April 2, 2020
Changed
- Exclude Nginx/Apache Server Side Include (SSI) comments from being stripped via
mrclay/minifyPR
Version 1.2.9
July 21, 2018
Changed
- We now default
disableDevModeMinifyingtotrue(which is probably what most people want indevMode)
Version 1.2.8
March 2, 2018
Changed
- Fixed deprecation errors from Craft CMS 3 RC13
Version 1.2.7
February 1, 2018
Added
- Renamed the composer package name to
craft-minify
Version 1.2.6
December 6, 2017
Changed
- Updated to require craftcms/cms
^3.0.0-RC1 - Switched to
Craft::$app->view->registerTwigExtensionto register the Twig extension
Version 1.2.5
April 11, 2017
Changed
- Updated minify deps to
3.0.0for PHP 7.1 compatibility
Version 1.2.4
March 24, 2017
Changed
hasSettings->hasCpSettingsfor Craft 3 beta 8 compatibility- Added Craft 3 beta 8 compatible settings
- Modified config service calls for Craft 3 beta 8
Version 1.2.3
March 12, 2017
Added
- Added
craft/cmsas a composer dependency - Added code inspection typehinting for the plugin & services
Changed
- Code refactor/cleanup
Version 1.2.2
February 17, 2017
Changed
- Code cleanup
- Added a new colored icon
Version 1.2.1
February 10, 2017
Changed
- Cleaned up
composer.json
Version 1.2.0
February 1, 2017
Added
- Ported the plugin to Craft 3
- Broke out the settings into a
config.phpfile