Version 4.0.0

August 18, 2022

Changed

  • Craft CMS 4.x compatibility
  • Simpler registration of multiple files. Have a look at Register files.

Version 3.0.0

August 18, 2022

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

October 27, 2020

Fixed

  • Fixed CP asset loading issue

Version 2.0.4

October 27, 2020

Fixed

  • Composer v2.0 compatibility (#12)

Version 2.0.3

August 20, 2019

Fixed

  • Fixed another bug that occured with autosuggest fields in Craft 3.* (#5 #6)

Version 2.0.2

August 20, 2019

Fixed

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

Version 2.0.1

February 28, 2019
Critical

Fixed

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

Version 2.0.0

February 26, 2019

:warning: 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

February 11, 2019

Fixed

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

Version 1.0.1

February 11, 2019

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

January 25, 2019

Added

  • Initial release