Skip to content

Releases: AzuraCast/php-api-client

2.0.3

Choose a tag to compare

@Vaalyn Vaalyn released this 13 Mar 17:29
  • Fix type casting for lat & long of internal IP location data where those fields are null

2.0.2

Choose a tag to compare

@Vaalyn Vaalyn released this 13 Mar 17:06
  • 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

Choose a tag to compare

@Vaalyn Vaalyn released this 24 Jan 20:04
  • Allows the cache property of the NowPlayingDto to be set to null according to the possible API response values for this property

2.0

2.0

Choose a tag to compare

@Vaalyn Vaalyn released this 07 Nov 00:07

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