Skip to content

Releases: melhorenvio/auth-sdk-php

1.1.1

31 Oct 14:44
Compare
Choose a tag to compare

What's Changed

  • add method getEnvironment()

1.1.0

26 Oct 21:19
Compare
Choose a tag to compare

What's Changed

  • add support to php 8.0.x and 8.1.x
  • guzzlehttp/guzzle version changed to ^7.0
  • phpunit/phpunit set as a dev depencendy in composer.json
  • vlucas/phpdotenv package removed
  • oauth state passed to getAccessToken() method was not being validated
  • unable to call getEndpoint() method
  • unable to call setEnvironment() method
  • getScopes() method returning an array as documented
  • some other fixes
  • better tests and code coverage