Releases: bitboxde/minifier
Releases · bitboxde/minifier
Version 4.0.0
4.0.0 - 2022-08-18
Changed
- Craft CMS 4.x compatibility
- Simpler registration of multiple files. Have a look at Register files.
Version 3.0.0
3.0.0 - 2022-08-18
Changed
- No changes to 2.0.5
- Just for a better version control, from now we will go with Craft-Versions.
Version 2.0.5
2.0.5 - 2020-10-27
Fixed
- Fixed CP asset loading issue
Version 2.0.3
Version 2.0.2
Fixed
- Fixed a bug that occured with autosuggest fields in Craft 3.2 (#5)
Version 2.0.1
Fixed
- Some files and some methods were missing on the last commit (#3)
Version 2.0.0
minor adjustments necessary in your project. But with these changes we are more flexible and more stable.
Changed
- Base Path and Base URL usage. It's not the target min-directory any more, instead it's the default source directory.
Have a look at the documentation for some examples.
Added
- Performance improvement
- Events
- CSS preprocessor (less/Sass) solution via events
- More flexible options by registering files
- More configuration possibilities
- Using autosuggest field in Plugin Settings (since Craft CMS Version 3.1)
- Better documentation
Version 1.0.2
Fixed
- Fixed a bug that crept in fixing another bug in Version 1.0.1 (#2)
Version 1.0.1
Fixed
- Fixed a bug when loading files with http:// or https://
- Fixed a bug in "debug mode", when the minifier is disabled (#2)
Version 1.0.0
Added
- Initial release