Skip to content

Releases: enl/flysystem-cloudinary

1.3.0

20 Aug 11:50
@enl enl
Compare
Choose a tag to compare
  • Changed Switched from delete_resources to destroy API for file deletes. This allows to easier use invalidate option.

1.1.1

21 Feb 13:25
@enl enl
Compare
Choose a tag to compare
  • Added GetVersionedUrl plugin to get URL of specific file version
    (or latest one if no version provided)
  • Added setDeleteOptions function for ApiFacade class which is necessary to pass options
    to during delete method execution: for example you can pass invalidate option
    to Cloudinary API to force cache invalidation.

Release 1.1

27 Jan 12:26
@enl enl
Compare
Choose a tag to compare
  • 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