Skip to content

Releases: SociallyDev/Spaces-API

Bugfix: Remove hardcoded region

15 Dec 11:11
Compare
Choose a tag to compare
3.6.1

Added deprecation notice

Allowed passing validate file exists flag to Space::file()

11 Nov 09:57
Compare
Choose a tag to compare

If performing file operations in a loop, calling Space::file() can be slow. You can now pass a boolean as the second parameter to disable checking the file exists, which will speed up the process

3.5.0

30 Mar 10:29
Compare
Choose a tag to compare

Added mimeType and private options to Space::uploadFile and test added.
Docs updated to reflect changes
Composer deps bumped to latest versions

Added file move method

09 Feb 09:02
Compare
Choose a tag to compare
3.4.0

Moved files now retain the current Object

Added privacy setting on text upload

04 Oct 08:37
Compare
Choose a tag to compare
3.3.0

Added privacy setting to text upload

Made file and space existence validation optional

17 Aug 11:44
Compare
Choose a tag to compare

Minor improvements

16 Aug 15:09
Compare
Choose a tag to compare

Space listing now has the space name as the array index
File listing now has the filename as the array index

Major re-write

09 Aug 16:35
Compare
Choose a tag to compare

This is a major re-write of the core to bring it up to modern standards.

Code changes will be required if you are upgrading. See the upgrade guide in the docs

Spaces-API v2.0.1

04 Aug 16:57
fbf764f
Compare
Choose a tag to compare

Spaces-API v2

28 Sep 12:08
Compare
Choose a tag to compare
Fixed PHP 5 list issue (#47)