This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Releases: odan/plates-asset-cache
Releases · odan/plates-asset-cache
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
Added
-
Added option
url_base_path
.- The public url base path
- The default value is '' (empty)
- Example: 'url_base_path' => 'assets/cache/',
-
Added option
path_chmod
.- You need to prefix mode with a zero (0)
- Use -1 to disable chmod
-
Added support for Plates folder aliases
-
Added more tests
Breaking Changes
- Renamed namespace
Odan\Asset
toOdan\PlatesAsset
- The AppEngine constructor has changed:
Engine $engine, array $options
- The directory of the
path
option has no affect to the url base path anymore.
1.1.0
1.0.0: Merge pull request #3 from TekkCraft/patch-1
Added missing PHPDoc parameter
0.3.5
0.3.4
Fixed extensions
v0.3.3 Added phstan