Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Releases: stormpath/stormpath-sdk-php

Version 1.19.0

17 Jan 20:22
Compare
Choose a tag to compare

Released on January 17, 2017

  • Added ability to set ttl and tti to cache.
  • Triggers a warning if PHP version is too low

Version 1.18.0

03 Jan 19:02
Compare
Choose a tag to compare

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

21 Dec 18:43
Compare
Choose a tag to compare

Released on Dec 20, 2016

  • Update JWT Library to 4.0
  • Change all test emails to testmail.stormpath.com

Version 1.17.1

26 Oct 21:11
Compare
Choose a tag to compare

Released on October 26, 2016

  • Fixed bug where Integration was not always reported correctly

Version 1.17.0

20 Oct 22:51
Compare
Choose a tag to compare

Released on October 20, 2016

  • Added MFA
  • Converted HTTP requests to using psr-7
  • General Updates and bug fixes

Version 1.16.0

20 Jul 16:38
Compare
Choose a tag to compare

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

14 Jun 23:18
Compare
Choose a tag to compare

Released on June 14, 2016

Version 1.14.0

16 Mar 20:11
Compare
Choose a tag to compare

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

26 Jan 16:19
Compare
Choose a tag to compare

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

17 Dec 22:52
Compare
Choose a tag to compare

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