Skip to content

Releases: bitboxde/minifier

Version 4.0.0

18 Aug 10:34
Compare
Choose a tag to compare

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

18 Aug 10:09
Compare
Choose a tag to compare

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

27 Oct 10:56
Compare
Choose a tag to compare

2.0.5 - 2020-10-27

Fixed

  • Fixed CP asset loading issue

Version 2.0.3

02 Sep 11:34
Compare
Choose a tag to compare
  • Fixed another bug that occured with autosuggest fields in Craft 3.* (#5 #6)

Version 2.0.2

20 Aug 08:21
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that occured with autosuggest fields in Craft 3.2 (#5)

Version 2.0.1

28 Feb 06:42
Compare
Choose a tag to compare

Fixed

  • Some files and some methods were missing on the last commit (#3)

Version 2.0.0

26 Feb 12:44
Compare
Choose a tag to compare

⚠️ Did you use a previous version (< 2.0.0), please see the changed log! There are a few
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

11 Feb 12:17
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that crept in fixing another bug in Version 1.0.1 (#2)

Version 1.0.1

11 Feb 07:39
Compare
Choose a tag to compare

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

30 Jan 11:04
Compare
Choose a tag to compare

Added

  • Initial release