Releases: josbeir/cakephp-filesystem
Releases · josbeir/cakephp-filesystem
3.0.2
3.0.1
2.0.2
3.0-alpha.2
- Support for league/flysystem:^3.0
- Updates to support latest version of cakephp-codesniffer
3.0-alpha.1
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
andForcedCopy
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
bump CakePHP requirement to 4.0.1 (see cakephp/cakephp#14033) and (cakephp/cakephp#14032)
2.0.0
This release adds CakePHP 4.0 compatibility
For cake 3.x please use the 1.x version
Many thanks to @JacobAGTyler !