v2.0.0
The primary goal of this release is to update the Authorization Service URLs to use the new hostname, i.e. https://api.npr.org/authorization/v2/...
-> https://authorization.api.npr.org/v2/...
. For background info, see this email that went out to all NPR One developers earlier this summer.
Breaking Changes
ConfigProviderInterface::getNprApiHost()
has been replaced by a new function namedConfigProviderInterface::getNprAuthorizationServiceHost()
; clients will need to update theirConfigProvider
code to match.- Support for PHP 5.5 has been dropped