Releases: MadeHQ/silverstripe-cloudinary
Releases · MadeHQ/silverstripe-cloudinary
Hotfix tmp upload path
Merge pull request #45 from MadeHQ/hotfix/upload_tmp_path Update CloudinaryStorage.php
Allow Cloudinary to generate upload publicIDs
Merge pull request #44 from MadeHQ/feature/cloudinary_upload Let cloudinary pick a publicID based on the filename
4.4.3: Merge pull request #43 from MadeHQ/feature/fix_form_upload
Replace the silverstripe regular file asset with cloudinary & allow r…
4.4.2: FD-44815: Prevent Files from being unpublished
Causing issues for LAOpera also we dont have "Private" links working so better to remove ability
4.1.5: FD-44815: Prevent Files from being unpublished
Causing issues for LAOpera also we dont have "Private" links working so better to remove ability Conflicts: src/Model/File.php
4.4.1: Updates to work with SS 4.4.* including AssetStoreRouter
Also allows uploads via the drag and drop field
4.1.4
4.1.3
Removes dependency on custom asset-admin
Remove custom dependency for asset-admin Also fix `Image::Quality` to match signature on parent Also removes the `sync` button from the CMS file admin
Some minor fixes that where missed in initial 4.1 release
Adds a SyncTask that can be run daily to reduce use of Sync with Cloudinary button on frontend
Updates to README.md to better describe usage
Update to FileLink to pass calls and to the parent File object as required
Removed the start_at parameter from the API calls as Cloudinary are not handling it as expected
Updated PHP requirements to 7.0.0
Also added some files that somehow got missed which meant uploads where not saving correctly 👿