Releases: live-controls/storage
Releases · live-controls/storage
Version 1.4.1
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
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
Version 1.3.16
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
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
Whats New?
- Added deleteDirectory method to FluentObjectStorageHandler class
Full Changelog: v1.3.13...v1.3.14
Version 1.3.13
Whats New?
- Added putFile as method to the FluentObjectStorageHandler
Changes
- Updated dependencies
Fixes
- Fixed wrong spelling in Readme
Version 1.3.12
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
Fixes
- Fixed missing optional value to parameters
Version 1.3.10
Full Changelog: v1.3.9...v1.3.10