Skip to content

Releases: MadeHQ/silverstripe-cloudinary

Hotfix tmp upload path

15 Aug 14:17
7a1ac20
Compare
Choose a tag to compare
Merge pull request #45 from MadeHQ/hotfix/upload_tmp_path

Update CloudinaryStorage.php

Allow Cloudinary to generate upload publicIDs

15 Aug 11:31
21f229d
Compare
Choose a tag to compare
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

12 Aug 15:11
9464edb
Compare
Choose a tag to compare
Replace the silverstripe regular file asset with cloudinary & allow r…

4.4.2: FD-44815: Prevent Files from being unpublished

26 Jun 10:31
Compare
Choose a tag to compare
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

26 Jun 11:01
Compare
Choose a tag to compare
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

20 Jun 11:56
Compare
Choose a tag to compare
Also allows uploads via the drag and drop field

4.1.4

01 May 15:08
4380ec7
Compare
Choose a tag to compare
Merge pull request #41 from MadeHQ/feature/add-extend-for-file-form-f…

4.1.3

04 Apr 10:35
Compare
Choose a tag to compare
Remove `gravity` transformation if `crop` hasnt been set

Removes dependency on custom asset-admin

12 Feb 15:51
Compare
Choose a tag to compare
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

27 Mar 14:54
Compare
Choose a tag to compare

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 👿