Skip to content

Releases: josbeir/cakephp-filesystem

3.0.2

13 Feb 14:34
b9757e3
Compare
Choose a tag to compare

Moving requirement phpunit/phpunit to require-dev

3.0.1

13 Feb 14:32
Compare
Choose a tag to compare

2.0.2

20 Oct 13:29
b3e26ac
Compare
Choose a tag to compare

Compatibility fixes for more recent CakePHP4 versions

3.0-alpha.2

15 Feb 10:04
Compare
Choose a tag to compare
3.0-alpha.2 Pre-release
Pre-release
  • Support for league/flysystem:^3.0
  • Updates to support latest version of cakephp-codesniffer

3.0-alpha.1

10 Feb 12:11
Compare
Choose a tag to compare
3.0-alpha.1 Pre-release
Pre-release

Initial migration to the Flysystem 2.0 backend

Feel free to test and give feedback or PR's !

  • Flysystem 2 dropped plugin support (especially ForcedRename and ForcedCopy which we used) so this is removed in this plugin too.
  • Improved Exception handling should be checked and some tests need to be added. This is also because a different approach of exception handling in flysystem2

2.0.1

30 Dec 11:52
a8a4852
Compare
Choose a tag to compare

bump CakePHP requirement to 4.0.1 (see cakephp/cakephp#14033) and (cakephp/cakephp#14032)

2.0.0

28 Dec 15:28
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

This release adds CakePHP 4.0 compatibility
For cake 3.x please use the 1.x version

Many thanks to @JacobAGTyler !

1.0.4

20 Sep 16:18
c11f413
Compare
Choose a tag to compare

Only use strings in replacement data

1.0.3

14 Sep 09:36
Compare
Choose a tag to compare
  • Remove forced uuid set after uploading
  • Add configuration option to passed config to FileSourceNormalizer

1.0.2

11 Jul 16:12
e60add6
Compare
Choose a tag to compare

Make FileEntityInterface a bit less strict so it plays nice with cake ORM entities.