Asset Compress Versions Save

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

5.0.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/markstory/asset_compress/compare/4.1.0...5.0.0

4.1.0

2 years ago
  • Added the skip-plugins option to asset_compress build.
  • Moved CI to GitHub actions.

4.0.4

3 years ago

Fixes

  • AssetCompressMiddleware now correctly sets the mime type of svg files.

4.0.3

3 years ago

Fixes

  • Update tests to use integration base classes.
  • Fixed the --force flag on commands.
  • Updated to the new middleware interface in 4.0
  • asset_compress clear will now clear all managed file types instead of only js and css files.

Internal Breaking Changes

  • Converted Shells to Command classes. If you have subclassed assetcompress tasks your application will be broken.

4.0.2

4 years ago

Fixed

  • Disabled unused plugin hook methods.

4.0.1

4 years ago

Fixes

  • Fixed cake4 incompatibility in shell tasks.

4.0.0

4 years ago
  • Compatible with CakePHP 4.0

3.5.1

4 years ago
  • Update suggested scssphp package.
  • Remove usage of deprecated class alias.

0.26

5 years ago
  • Improved cache invalidation for sass and less files. Now first level imports will also be included in freshness tests.

3.4.2

5 years ago
  • Added PHP 7.2 and 7.3 to the build matrix.
  • Fixed deprecation warnings for 3.7 compatibility.