- Updated test cases
- Added support for php 8.3
- Bug fixes
- Updated license and fixed composer.json issues
- Fixed a bug with security that always use default expiration of one hour no matter what was passed in
- Updated client->upload() function to return filelink instead of array of status and json
- Added option param in upload() call for Intelligent Ingestion
- Intelligent Ingestion Upload
- Small file upload bugfix
- Added Image Tagging and Safe For Work functionalities
- Updated source header to Filestack-Source
- FS-980 modified upload() function to use multiparts upload api
- FS-1039 added getConvertTaskInfo() to client and filelink
- Added rulesets for PHPMD
- Cleaned up code
- Switched to using PHPMD engine for codeclimate
- Integrated CodeClimate
- Linked Travisci and Coveralls to project
- Soft release
- Updated README, prepared to publish to packagist.org
- FS-398 added zip() and compress() functionalities
- FS-406 added screenshot() functionality
- FS-408 added collage() funcionality
- FS-94 added debug() call
- FS-409 added convertFile() functionality
- FS-410 added Audio and Video conversions
- FS-89 Integrated tests with TravisCI
- FS-90 Implemented Security
- FS-91 Added download(), getContent(), getMetadata() functions
- FS-92 Added delete() and overwrite() funciton
- FS-93 Implemeted Transformation functions
- FS-95 Added store function to CommonMixin
- FS-88 Added basic tests
- Initial project file structure