Releases: npr/npr-one-backend-proxy-php
Releases · npr/npr-one-backend-proxy-php
Implement JsonSerializable on JsonModel
v3.1.0 Implement JsonSerializable on JsonModel
Drop PHP5 support
It was time. Past time, really.
PHP 7.2+ is now required.
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
v1.1.0
Total issues resolved: 2
v1.0.1
Official public release
After being in a closed-source beta period for a couple of months, this is our official initial public release.