Skip to content

Releases: alantiller/directus-php-sdk

v1.0.3

19 May 18:52
a96fa86
Compare
Choose a tag to compare

✨ New Features

  • #18 added support for PHP 8

v1.0.2

22 Feb 15:36
504669f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • #11 fixed the inability to run multiple instances of the SDK in parallel

v1.0.1

18 Feb 21:25
8184bce
Compare
Choose a tag to compare

✨ New Features

  • We've added 4 new endpoints to manage, add, update and delete files in your directus instance: files_get, files_create, files_update, files_delete

v1.0.0

13 Feb 17:10
9714f7d
Compare
Choose a tag to compare

✨ New Features

  • Were now on packagist so you can now install the Directus SDK via composer. A massive thanks to @andrii-bodnar for doing the leg work adding in composer support.

v1.0.0-beta.3

11 Jan 17:39
2eece4b
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

✨ New Features

  • Added the ability to post multipart data through the make_call function using POST_MULTIPART as the method.
  • Added two endpoints files_get and files_create to allow getting and uploading files through the SDK

v1.0.0-beta.2

02 Apr 01:06
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

✨ New Features

  • Added user functions and improved existing functions
  • Added general call functions for calling an endpoint the doesn't exist yet

🚀 Improvements

  • Changes to make the SDK more consistent with the JS SDK
  • More updates to documentation

🐛 Bug Fixes

  • Null Safe Operators have been added to the config function
  • Changes to the Value Storage to use PHP Session and use Cookies as an addon due to PHP Limitations

v1.0.0-beta.1

12 Mar 01:32
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

My first release (beta) version of my Directus PHP SDK it's functions are very limited it can only (get, create, update and delete items), (auth login, logout, password_reset_request, password_request_reset) it does have the groundwork to add more and it will renew the access token every fifteen minutes or when the next call is made after the expiry time and you can also pass an API token.