2.0.0
·
36 commits
to master
since this release
Included commits: 1.0.6...2.0.0
Adjustments
- Adjusted composer.json in order to allow version
^2.0.0forleague/flysystem.
Improvements
- Removed
FlysystemServiceInterface::put(),FlysystemServiceInterface::update(),FlysystemServiceInterface::putStream(),FlysystemServiceInterface::updateStream(),FlysystemServiceInterface::getMetadata(). - Removed
StreamInterface::putStream(),StreamInterface::updateStream(). - Removed
WriterInterface::put(),WriterInterface::update(). - Removed
ReaderInterface::getMetadata(). - Adjusted
FlysystemServiceInterface::has(),FlysystemServiceInterface::isPrivate(),FlysystemServiceInterface::getMimeType(),FlysystemServiceInterface::getTimestamp(),FlysystemServiceInterface::getSize(),FlysystemServiceInterface::createDir(),FlysystemServiceInterface::rename()in order to allow to integrate with increased packages versions. - Adjusted
FlysystemFilesystemBuilderPluginInterface::build()in order to allow to integrate with increased packages versions.