Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

64 lines (49 loc) · 1.53 KB

Changelog

1.6.0 - 2022-07-06

Changed

  • Add support for Craft 4 (thanks to @totov)

1.5.2 - 2018-07-20

Changed

  • Register Twig extension with registerTwigExtension() (thanks to @brandonkelly)

1.5.1 - 2018-06-30

Added

  • Add downloadUrl property to composer.json

Changed

  • Correct a typo in README

1.5.0 - 2018-06-26

Added

1.4.3 - 2018-03-14

Changed

  • Make the manifest file key check more safe

1.4.2 - 2018-01-22

Changed

  • Fix template variable definition (thanks to @nilsenpaul)
  • Add missing developerEmail property for "Send for help" feature

1.4.1 - 2018-01-17

Changed

  • Handle empty publicPath and assetPath settings properly

1.4.0 - 2017-11-23

Changed

  • Add support for Craft 3 RC1

1.3.0 - 2017-06-30

Changed

  • Fix up the file extension detection

1.2.0 - 2017-06-30

Changed

  • Fix up the removing of GET params from the file path
  • Make sure to have no double slashes in generated paths

1.1.0 - 2017-06-22

Changed

  • Fix up inlining for Laravel Mix 1.0+

1.0.2 - 2017-06-22

Changed

  • Improve package keywords
  • Fix up the changelog

1.0.1 - 2017-04-23

Changed

  • Some code styling tweaks

1.0.0 - 2017-04-21

Added

  • Initial release