Skip to content

Releases: npr/npr-one-backend-proxy-php

Implement JsonSerializable on JsonModel

16 Jan 23:08
Compare
Choose a tag to compare
v3.1.0

Implement JsonSerializable on JsonModel

Drop PHP5 support

16 Jan 22:52
12527a5
Compare
Choose a tag to compare

It was time. Past time, really.

PHP 7.2+ is now required.

v2.0.0

27 Sep 15:34
a521eef
Compare
Choose a tag to compare

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

v1.1.0

04 Aug 16:21
Compare
Choose a tag to compare

v1.0.1

08 Jul 22:15
Compare
Choose a tag to compare

Very minor patch release; also using this to test and make sure changes show up in Packagist.

Official public release

08 Jul 19:37
Compare
Choose a tag to compare

After being in a closed-source beta period for a couple of months, this is our official initial public release.