Skip to content

v2.0.0

Compare
Choose a tag to compare
@xiehan xiehan released this 27 Sep 15:34
a521eef

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

  1. ConfigProviderInterface::getNprApiHost() has been replaced by a new function named ConfigProviderInterface::getNprAuthorizationServiceHost(); clients will need to update their ConfigProvider code to match.
  2. Support for PHP 5.5 has been dropped