Releases: bushbaby/BsbFlysystem
Releases · bushbaby/BsbFlysystem
4.0.0
3.0.0
- adds a replacement for the deprecated
league/flysystem-dropbox
adapter viaspatie/flysystem-dropbox
which internally uses dropbox api version 2. - remove support for
league/flysystem-copy
as that service is EOL
2.0.0
1.4.1
- factories no longer depends on initializers which are a deprecated function of service manager
- some composer restrictions where added on the lowest possible package versions
- SSL for PEAR repositories as composer does not allow non secure connection by default anymore
v1.3.0
v1.2.2
- adds an adapter for version 3 of the AwsS3 SDK
- removes dev requirement and disables unittests for AwsS3 (v2). We cannot force a dependancy as v2 cannot be used together with and v3.
- moves
bsb_flysystem.global.php.dist
tobsb_flysystem.local.php.dist
as these might contain credentials and should not be placed under version control