This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
Maintenance release, mostly
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.
- 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.