Skip to content

Releases: live-controls/storage

Version 1.4.1

22 Jul 16:41

Choose a tag to compare

Fixes

  • Fixed putImageFromUrl if no filename is set and set putImage's filename parameter as required

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

22 Jul 16:07

Choose a tag to compare

Fixes

  • Fixed return value of putImage if no filename is set. It was TRUE/FALSE before as we used put, but its FILE_PATH/FALSE now as we use putFile. This is a breaking change!

Full Changelog: v1.3.17...v1.4.0

Version 1.3.17

09 Jul 22:12

Choose a tag to compare

Fixes

  • Fixed invalid default value for fileName in two methods

Full Changelog: v1.3.16...v1.3.17

Version 1.3.16

09 Jul 22:03

Choose a tag to compare

Fixes

  • Fixed invalid filenames with querystrings from AWS links and others in methods putImageFromUrl and putFromUrl

Full Changelog: v1.3.15...v1.3.16

Version 1.3.15

01 Apr 14:00

Choose a tag to compare

Fixes

  • Added $continue param to deleteDirectory method which defaults to true and will ignore if a directory fails. It will return false at the end, but will not skip the directories afterwards

Full Changelog: v1.3.14...v1.3.15

Version 1.3.14

01 Apr 13:30

Choose a tag to compare

Whats New?

  • Added deleteDirectory method to FluentObjectStorageHandler class

Full Changelog: v1.3.13...v1.3.14

Version 1.3.13

12 Dec 19:43

Choose a tag to compare

Whats New?

  • Added putFile as method to the FluentObjectStorageHandler

Changes

  • Updated dependencies

Fixes

  • Fixed wrong spelling in Readme

Version 1.3.12

19 Oct 23:01

Choose a tag to compare

Fixes

  • When using temporaryUrl in Windows the method would return an invalid URL, because the directory_separator value is set to a backslash as in Windows usual, but it should be a forward slash. If you, for whatever reason, need to change this you can change the config value directory_separator

Version 1.3.11

10 Oct 13:08

Choose a tag to compare

Fixes

  • Fixed missing optional value to parameters

Version 1.3.10

10 Oct 13:06

Choose a tag to compare