All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
GetVersionedUrl
plugin to get URL of specific file version (or latest one if no version provided) - Added
setDeleteOptions
function forApiFacade
class which is necessary to pass options to duringdelete
method execution: for example you can passinvalidate
option to Cloudinary API to force cache invalidation.
-
Added ReadTransformation and GetUrl plugins for Flysystem to utilize more Cloudinary features
-
Added PathConverterInterface to make it possible to implement your own logic in path to public id conversions
-
Fix TypeError on listContents of non-existent folder
- Fix
normalizeMetadata
method to handle\ArrayObject
and regular arrays
Initial release.