Skip to content

Releases: DariusIII/php-itunes-api

Version 1.0.7

30 Jan 14:10
c62ae89
Compare
Choose a tag to compare

Changes:

  • Add artist_name property, to tracks (c974783)
  • Add artist name to albums (f3774fe)

Release 1.0.6

27 Nov 19:43
Compare
Choose a tag to compare

Added

Changed

Release 1.0.5.1

27 Nov 14:45
Compare
Choose a tag to compare

Fixed

  • Some results use trackViewUrl instead of collectionViewUrl (64865d6)

Release 1.0.5

27 Nov 14:34
Compare
Choose a tag to compare

Changed

  • Check if collectionId and collectionArtistId are present in JSON response (55a2d77)

Release 1.0.4

27 Nov 13:11
Compare
Choose a tag to compare

Changed

  • Remove InvalidEndpointException where not used (0e5f61d)
  • Add director and tagline output to Movie entity (4c25b65)

Release 1.0.3

26 Nov 21:19
Compare
Choose a tag to compare

Changed

  • Return false if no data received and not an InvalidEndpointException.

Release 1.0.2

26 Nov 20:27
Compare
Choose a tag to compare

Changed

  • Check if copyright data is returned for Album endpoint

Release 1.0.1

26 Nov 12:42
Compare
Choose a tag to compare

Updated

  • Add genre, store_url and publisher to Album endpoint

Release 1.0

26 Nov 10:35
Compare
Choose a tag to compare

Updated:

  • Add genre to Track entity

Added:

  • Add Movie entity to fetch movie data