All Versions
41
Latest Version
Avg Release Cycle
149 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
January 13, 2017- PHP 5.6 or greater is now required
- ๐ Rename
getResponse()
togetParsedResponse()
- โ Add
getResponse()
method that returns the unparsed PSR-7Response
instance - โ Removed
RandomFactory
, switched to native random functions
-
v1.4.2 Changes
July 28, 2016๐ Fixed
- Random state strings will now always be alpha-numeric, to prevent URI encoding issue #546
-
v1.4.1 Changes
April 29, 2016๐ Released: 2016-04-29
- โ Add
QueryBuilderTrait
to standardize query string generation.
- โ Add
-
v1.4.0 Changes
๐ Released: 2016-04-19
- โ Add
AccessToken::getValues()
to access additional vendor data provided with tokens.
- โ Add
-
v1.3.0 Changes
๐ Released: 2016-02-13
- Enable dynamic parameters being passed into the authorization URL.
- ๐ Minor documentation updates.
-
v1.2.0 Changes
๐ Released: 2016-01-23
- Add
resource_owner_id
to the JSON-serialized representation of the access token. - ๐ Minor documentation updates and improved test coverage.
- Add
-
v1.1.0 Changes
๐ Released: 2015-11-13
- โ Add
ArrayAccessorTrait
, updateAbstractProvider
to utilize. - ๐ Use
expires
to serialize access tokens. - ๐ Documentation updates.
- โ Add
-
v1.0.2 Changes
๐ Released: 2015-09-22
- ๐ Allow access tokens to be created from storage (see #431).
- ๐ Minor fixes and documentation updates.
-
v1.0.1 Changes
๐ Released: 2015-08-26
- ๐ Allow required parameters checked using the
RequiredParameterTrait
to be set asfalse
,null
,"0"
, etc.
- ๐ Allow required parameters checked using the
-
v1.0.0 Changes
๐ Released: 2015-08-19
- ๐ We are running code-quality builds through Scrutinizer, and we are running unit test builds on the new Travis CI container-based infrastructure.
- Cleaned up code, as recommended by Scrutinizer.
- ๐ Documentation updates.