Skip to content

Releases: wshafer/psr11-flysystem

2.1.0

15 Sep 14:07
Compare
Choose a tag to compare

Fixes the Adaptor Cache factory. Previously it was using a file system instead of an adaptor as it should have been.

Upgrade Notes:
While this IS a BC break and config settings have changed, I believe this will have no impact on anyone using these factories, since that factory simply wasn't working. For new config settings please see: https://github.com/wshafer/psr11-flysystem#adaptor

Minor bug fixes for Adapters

22 Sep 20:16
Compare
Choose a tag to compare
2.1.1

Fix coverage

2.0.0

14 Sep 21:44
Compare
Choose a tag to compare

Convert to using named services.
Added Default File System
Allow for overwriting the default cache config

Version 1 users should read the upgrading docs located at https://github.com/wshafer/psr11-flysystem#version-1-to-version-2

1.0.0

25 Jul 22:27
Compare
Choose a tag to compare

First public release.

1.0.0-rc1

20 Jun 03:54
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Release Candidate 1

Add final missing services. Should now be able to use all adaptors, and caches with the file systems.

0.0.3

31 May 20:07
Compare
Choose a tag to compare

Combined Factories for easier configuration.
Updated Readme

Bug Fixes

23 May 01:39
Compare
Choose a tag to compare
0.0.2

Fix coverage report

Alpha Release for Composer Test

18 May 19:11
Compare
Choose a tag to compare
0.0.1

Add zf config provider for users of Expressive