Skip to content

v1.1.0

Compare
Choose a tag to compare
@svenhoutmeyers svenhoutmeyers released this 28 Oct 13:03
· 4 commits to develop since this release
  • Updated dependencies on third party libraries:
    • Guzzle ~3.9
    • Symfony/console ~2.5
  • Added a new CLI command token
  • Introduced 2 new classes Command\CommandLineServiceFactory and Command\AuthServiceFactory responsible for instantiating oauth service objects suitable for the CLI, handling common command line options like --debug
  • The strategy used to convert multi-value URL query parameters into a string (see Guzzle 3 documentation) is now being set correctly, so code building upon this library does not have to set it any more.
  • Fix the OAuth signature base string in case multi-value query parameters were used.