Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Releases: odan/plates-asset-cache

2.1.0

25 Dec 22:00
Compare
Choose a tag to compare

Added

  • Add PHP 8.0 support

Removed

  • Remove PHP 7.0, 7.1, 7.2 support

2.0.3

06 Apr 14:59
Compare
Choose a tag to compare
  • No changes

2.0.2

08 Sep 11:51
Compare
Choose a tag to compare
  • Fix filename resolver

2.0.1

08 Sep 10:12
Compare
Choose a tag to compare
  • Update dependencies

2.0.0

06 Sep 20:56
Compare
Choose a tag to compare

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 to Odan\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

27 Apr 14:17
Compare
Choose a tag to compare
Update build

1.0.0: Merge pull request #3 from TekkCraft/patch-1

12 Feb 20:16
ec2a1c6
Compare
Choose a tag to compare

0.3.5

25 Apr 23:19
Compare
Choose a tag to compare
Removed phpstan

0.3.4

25 Apr 21:20
Compare
Choose a tag to compare
Fixed default extension name

Fixed extensions

03 Mar 20:44
Compare
Choose a tag to compare
v0.3.3

Added phstan