Skip to content

Releases: dailymotion/dailymotion-sdk-php

SSL Certificate update and some fixes

20 Nov 13:24
Compare
Choose a tag to compare
  • Fixed non-invalidation of cookie storage when emptying session on logout
  • Update documentation (README.md)
  • Added callback url to file upload method
  • Update SSL certificate for *.dailymotion.com

SSLv3 discontinued (CVE-2014-3566)

18 Feb 16:48
Compare
Choose a tag to compare

Due to the SSLv3 CVE-2014-3566 vulnerability, the Dailymotion API servers are about to drop SSLv3 support. This change allows PHP to chose the best SSL version available by itself. Please update your installations!

Better documentation + fixes

03 Nov 16:33
Compare
Choose a tag to compare
  • Better documentation to address misunderstandings about how the SDK works regarding authentication.
  • Exposed the Dailymotion::getAccessToken() method for those who hate lazy authentication.
  • Fixed issues with the current URL detector.

Minor warning fixes + progress_url

21 Oct 09:41
Compare
Choose a tag to compare
  • Fixed the strict standards warning thrown when calling Dailymotion::httpRequest().
  • Fixed a scope issue when calling Dailymotion::getAuthorizationUrl().
  • Added a way to retrieve the progress_url from Dailymotion::uploadFile().
  • Fixed an issue with cookie session storage trans-typing when getting an access token.

Refreshed the SDK codebase to 2014 standards

11 Sep 14:46
Compare
Choose a tag to compare
  • Added more code commentaries and fixed most typos
  • Added the possibility to specify a username/password for the proxy (thanks to quazardous)
  • Added fluent returns to most setters to allow method chaining (return $this)
  • Added redirection follow if allowed by the execution environment
  • Added a debug for the CLI SAPI (for xterm-compliant shells)
  • Updated the SDK version to better reflect the changes
  • Updated the method comments to make it IDE friendly
  • More robust version of the HTTP response parser
  • Scopes are now always referenced as arrays
  • Refreshed the tests to better reflect the state of the Graph API in 2014
  • Adding new oauth authorize endpoint URL