Releases: SociallyDev/Spaces-API
Releases · SociallyDev/Spaces-API
Bugfix: Remove hardcoded region
Allowed passing validate file exists flag to Space::file()
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
Added file move method
3.4.0 Moved files now retain the current Object
Added privacy setting on text upload
3.3.0 Added privacy setting to text upload
Made file and space existence validation optional
3.2.0 Version bump
Minor improvements
Space listing now has the space name as the array index
File listing now has the filename as the array index
Major re-write
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
Merges #57
Spaces-API v2
Fixed PHP 5 list issue (#47)