Skip to content

Releases: AzuraCast/php-api-client

2.0.3

13 Mar 17:29
Compare
Choose a tag to compare
  • Fix type casting for lat & long of internal IP location data where those fields are null

2.0.2

13 Mar 17:06
Compare
Choose a tag to compare
  • Allow LocationDto data to be nullable to match possible responses for non-resolvable listener IPs where only success and message are returned by the API

2.0.1

24 Jan 20:04
Compare
Choose a tag to compare
  • Allows the cache property of the NowPlayingDto to be set to null according to the possible API response values for this property

2.0

07 Nov 00:07
Compare
Choose a tag to compare
2.0

Breaking changes:

  • Updated dependency on guzzlehttp/guzzle to require ^7.0 instead of ^6.3
  • The properties (as well as the getters and setters) for password and comments of the StreamerDto are now nullable - See issue #15