Releases: dailymotion/dailymotion-sdk-php
Releases · dailymotion/dailymotion-sdk-php
SSL Certificate update and some fixes
SSLv3 discontinued (CVE-2014-3566)
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
- 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
- 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
fromDailymotion::uploadFile()
. - Fixed an issue with cookie session storage trans-typing when getting an access token.
Refreshed the SDK codebase to 2014 standards
- 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