Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Maintenance release, mostly

Compare
Choose a tag to compare
@burzum burzum released this 14 Jan 22:07
· 203 commits to 4.0 since this release

Commit summary

  • cc787f7 - Adding fileToUploadArray for uploadArray, keeping uploadArray as alias
  • 8e08f63 - Improving the BasePathBuilderTest
  • bdd98d6 - Improving the StorageException throwing
  • 31dcc62 - Added new events to prepare future changes.
  • 904c34c - Fixing the broken StorageUtils::normalizeGlobalFilesArray()
  • 63c57d1 - Refining the path building.

Added new events to prepare future changes.

⚠️ The following events will be triggered after a file was stored/removed from a storage backend.

  • FileStorage.afterStoreFile
  • FileStorage.afterDeleteFile

You can listen to them to do image processing or other post processing there or flag them for processing or whatever else you want. This might become the new way of handling the already existing image processing functionality. In a later 2.0 release.