1.1.3
版本发布时间: 2016-01-15 06:07:11
burzum/cakephp-file-storage最新发布版本:3.0.0-beta(2020-01-08 22:53:13)
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.
:warning: 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.