All Versions
41
Latest Version
Avg Release Cycle
149 days
Latest Release
-

Changelog History
Page 2

  • v2.0.0 Changes

    January 13, 2017
    • PHP 5.6 or greater is now required
    • ๐Ÿ“œ Rename getResponse() to getParsedResponse()
    • โž• Add getResponse() method that returns the unparsed PSR-7 Response 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.
  • v1.4.0 Changes

    ๐Ÿš€ Released: 2016-04-19

    • โž• Add AccessToken::getValues() to access additional vendor data provided with tokens.
  • 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.
  • v1.1.0 Changes

    ๐Ÿš€ Released: 2015-11-13

    • โž• Add ArrayAccessorTrait, update AbstractProvider to utilize.
    • ๐Ÿ‘‰ Use expires to serialize access tokens.
    • ๐Ÿ“š Documentation updates.
  • 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 as false, null, "0", etc.
  • 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.