Minify Changelog.

Link 1.2.13 · 2024.02.10

added - 2024.02.10

  • Added ServicesTrait for the plugin service component registration

Link 1.2.12 · 2024.02.09

added - 2024.02.09

  • Add phpstan and ecs code linting
  • Add code-analysis.yaml GitHub action

changed - 2024.02.09

  • Updated docs to use node 20 & a new sitemap plugin
  • PHPstan code cleanup
  • ECS code cleanup

Link 1.2.11 · 2022.02.22

added - 2022.02.22

  • Add .gitattributes & CODEOWNERS

changed - 2022.02.22

  • Switched documentation system to VitePress
  • Use Textlint for the documentation
  • Build documentation automatically via GitHub action

Link 1.2.10 · 2020.04.02

changed - 2020.04.02

  • Exclude Nginx/Apache Server Side Include (SSI) comments from being stripped via mrclay/minify PR

Link 1.2.9 · 2018.07.21

changed - 2018.07.21

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

Link 1.2.8 · 2018.03.02

changed - 2018.03.02

  • Fixed deprecation errors from Craft CMS 3 RC13

Link 1.2.7 · 2018.02.01

added - 2018.02.01

  • Renamed the composer package name to craft-minify

Link 1.2.6 · 2017.12.06

changed - 2017.12.06

  • Updated to require craftcms/cms ^3.0.0-RC1
  • Switched to Craft::$app->view->registerTwigExtension to register the Twig extension

Link 1.2.5 · 2017.04.11

changed - 2017.04.11

  • Updated minify deps to 3.0.0 for PHP 7.1 compatibility

Link 1.2.4 · 2017.03.24

changed - 2017.03.24

  • hasSettings -> hasCpSettings for Craft 3 beta 8 compatibility
  • Added Craft 3 beta 8 compatible settings
  • Modified config service calls for Craft 3 beta 8

Link 1.2.3 · 2017.03.12

added - 2017.03.12

  • Added craft/cms as a composer dependency
  • Added code inspection typehinting for the plugin & services

changed - 2017.03.12

  • Code refactor/cleanup

Link 1.2.2 · 2017.02.17

changed - 2017.02.17

  • Code cleanup
  • Added a new colored icon

Link 1.2.1 · 2017.02.10

changed - 2017.02.10

  • Cleaned up composer.json

Link 1.2.0 · 2017.02.01

added - 2017.02.01

  • Ported the plugin to Craft 3
  • Broke out the settings into a config.php file