Skip to content

Releases: spryker/file-manager

2.5.0

11 Oct 07:25
Compare
Choose a tag to compare

Included commits: 2.4.0...2.5.0

Improvements

  • Adjusted FileManagerFacade::saveFile() to execute the FileManagerDataCollectionExpanderPreSavePluginInterface plugins stack for file manager data extension before it's saved.
  • Adjusted FileManagerFacade::readLatestFileVersion(),FileManagerFacade::findFileByIdFile(),FileManagerFacade::findFileByIdFileInfo(), FileManagerFacade::getFilesByIds(), to execute the FileManagerDataCollectionExpanderPluginInterface plugins stack for extension after the file manage data collection is read from the persistence.
  • Added FileManagerExtension module to dependencies.

2.4.0

06 May 14:04
Compare
Choose a tag to compare

Included commits: 2.3.0...2.4.0

Improvements

  • Added PHPStan 1.10.* support.

2.3.0

10 Aug 10:04
Compare
Choose a tag to compare

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

03 Apr 08:35
Compare
Choose a tag to compare

Included commits: 2.1.0...2.2.0

Adjustments

  • Adjusted composer.json to allow for new Locale major.

2.1.0

20 Jan 11:34
Compare
Choose a tag to compare

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

29 Dec 12:37
Compare
Choose a tag to compare

Included commits: 2.0.0...2.0.1

Fixes

  • Adjusted filemanager.databuilder.xml in order to fix CI errors.

2.0.0

08 Oct 18:46
Compare
Choose a tag to compare

Included commits: 1.2.0...2.0.0

Improvements

  • Adjusted FileManagerFacade::saveFile(), FileManagerFacade::readLatestFileVersion(), FileManager::deleteFile() so it allows interaction with increased spryker/file-system version
  • Adjusted composer.json in order to allow version ^2.0.0 for spryker/file-system
  • Removed FileManagerToFileSystemServiceInterface::put(), FileManagerToFileSystemServiceInterface::update(), FileManagerToFileSystemServiceInterface::putStream(), FileManagerToFileSystemServiceInterface::updateStream() from dependencies.

1.2.0

24 Nov 15:02
Compare
Choose a tag to compare

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

18 Aug 14:42
Compare
Choose a tag to compare

Included commits: 1.1.1...1.1.2

Fixes

  • Adjusted FileRemover::deleteFileInfo() to fix storage file deletion issue.

1.1.1

17 Jun 15:44
Compare
Choose a tag to compare

Included commits: 1.1.0...1.1.1

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.