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.
- Changed Switched from delete_resources to destroy API for file deletes. This allows to easier use
invalidate
option.
- Changed bump phpunit version to ^6
- Changed drop PHP 5 support
- Fix Deprecation errors in PHP 7.4
- 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.