Version 4.0.0-beta.2

March 4, 2022

Fixed

  • Updated types for Craft CMS 4.0.0-alpha.1 via Rector

Version 4.0.0-beta.1

February 22, 2022

Added

  • Initial Craft CMS 4 compatibility

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/minify PR

Version 1.2.9

July 21, 2018

Changed

  • We now default disableDevModeMinifying to true (which is probably what most people want in devMode)

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->registerTwigExtension to register the Twig extension

Version 1.2.5

April 11, 2017

Changed

  • Updated minify deps to 3.0.0 for PHP 7.1 compatibility

Version 1.2.4

March 24, 2017

Changed

  • hasSettings -> hasCpSettings for 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/cms as 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.php file