This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Releases: stormpath/stormpath-sdk-php
Releases · stormpath/stormpath-sdk-php
Version 1.19.0
Version 1.18.0
Released on January 3, 2017
- Happy New Year!
- Added OrgNameKey to Password Grant Type (Resolves #161)
- Update all copyright dates to 2017
Version 1.17.2
Released on Dec 20, 2016
- Update JWT Library to 4.0
- Change all test emails to testmail.stormpath.com
Version 1.17.1
Released on October 26, 2016
- Fixed bug where Integration was not always reported correctly
Version 1.17.0
Released on October 20, 2016
- Added MFA
- Converted HTTP requests to using psr-7
- General Updates and bug fixes
Version 1.16.0
Released on July 20, 2016
- Fix cache key for resources
- Adds method for getting access to the password modified at property off account
- Work with Password Policy from Directory
- Password Reuse policy
- Adds ability to work with all email templates
- Now able to add an account directly from the organization resource
- Create and work with email blacklist and whitelist.
- Request ID now part of the resource error and error
- Name and Description can be added to API Keys
Version 1.15.0
Released on June 14, 2016
- PSR-6 Caching (Resolves #130, Fixes #24, Fixes #48)
- SAML Tests grouped for easy developer plan testing (Fixes #131)
- Update Readme for moved docs to http://docs.stormpath.com/php/product-guide/latest/
Version 1.14.0
Released on March 16, 2016
- Documentation updates
- Using openssl for apiKey options (Fixes #132)
- Added Github Templates for PRs and Issues (Fixes #138)
- Passing code to Exception off of Resource Exception (Fixes #138)
- Update Facebok Provider to include code and access_token (Fixes #142)
- Official Support for PHP 7 (Fixes #144)
- Updated PHP Sec Library (Fixes #144)
- Added .gitattributes for cleaner composer (Fixes #123)
Version 1.13.0
Released on January 26, 2015
- Added SAML to the SDK!
- Add ability to use the password reset token from the normal workflow inside of the ID Site
- Updated Copyright Dates in all files.
- Updated travis notification to send message to HipChat channel
Version 1.12.2
Released on December 17, 2015
- Fixed a bug where the accessToken and refreshTokens were not accessible from the Account
- We now show the refresh token object from OauthGrantAuthenticatorResult for all requests if enabled
- Removed logging from the phpunit tests. If code coverage is needed, you should now use the flag on phpunit
- Update Readme Documentation to reference the fixes and phpunit changes
- Removed branch alias from composer.json file