Releases: spryker/file-manager
Releases · spryker/file-manager
2.5.0
Included commits: 2.4.0...2.5.0
Improvements
- Adjusted
FileManagerFacade::saveFile()
to execute theFileManagerDataCollectionExpanderPreSavePluginInterface
plugins stack for file manager data extension before it's saved. - Adjusted
FileManagerFacade::readLatestFileVersion()
,FileManagerFacade::findFileByIdFile()
,FileManagerFacade::findFileByIdFileInfo()
,FileManagerFacade::getFilesByIds()
, to execute theFileManagerDataCollectionExpanderPluginInterface
plugins stack for extension after the file manage data collection is read from the persistence. - Added
FileManagerExtension
module to dependencies.
2.4.0
2.3.0
Included commits: 2.2.0...2.3.0
Breaking Changes
- Introduced
spy_mime_type.extensions
field to store available extensions (optional).
Improvements
- Introduced
MimeType.extensions
transfer field. - Impacted
FileManagerFacade::updateMimeTypeSettings()
with the changes. - Impacted
FileManagerFacade::findMimeType()
with the changes. - Impacted
FileManagerFacade::saveMimeType()
with the changes. - Impacted
FileManagerFacade::findAllowedMimeTypes()
with the changes.
Adjustments
- Added
UtilEncoding
module to dependencies.
2.2.0
2.1.0
Included commits: 2.0.1...2.1.0
Improvements
- Introduced
FileManagerFacadeInterface::getFileCollection()
to fetch files from Persistence. - Introduced
FileCriteria
transfer. - Introduced
FileCollection
transfer. - Introduced
Pagination
transfer. - Increased
Transfer
version dependency.
2.0.1
Included commits: 2.0.0...2.0.1
Fixes
- Adjusted
filemanager.databuilder.xml
in order to fix CI errors.
2.0.0
Included commits: 1.2.0...2.0.0
Improvements
- Adjusted
FileManagerFacade::saveFile()
,FileManagerFacade::readLatestFileVersion()
,FileManager::deleteFile()
so it allows interaction with increasedspryker/file-system
version - Adjusted
composer.json
in order to allow version^2.0.0
forspryker/file-system
- Removed
FileManagerToFileSystemServiceInterface::put()
,FileManagerToFileSystemServiceInterface::update()
,FileManagerToFileSystemServiceInterface::putStream()
,FileManagerToFileSystemServiceInterface::updateStream()
from dependencies.
1.2.0
Included commits: 1.1.2...1.2.0
Improvements
- Introduced
FileManagerFacade::getFileInfoVersionsCount()
facade method that returns the number of available file info versions.
1.1.2
Included commits: 1.1.1...1.1.2
Fixes
- Adjusted
FileRemover::deleteFileInfo()
to fix storage file deletion issue.
1.1.1
Included commits: 1.1.0...1.1.1
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.