Skip to content

Releases: php-tmdb/api

Fixes SpokenLanguages and some docblocks

31 Jul 10:58
Compare
Choose a tag to compare
Merge pull request #42 from mihaeu/added-spoken-languages-to-movie

Added spoken languages for movie hydration.

[PATCH] Missing use statement in MovieFactory

13 Jul 18:56
Compare
Choose a tag to compare
v1.4.1

Remove one use statement too many :-)

All new features included!

13 Jul 18:45
Compare
Choose a tag to compare

All TV account related functionality has been added, and several bugs are fixed.

Small update and a few bug fixes.

09 Jul 19:24
Compare
Choose a tag to compare
  • Updating composer dependencies.
  • Something sneaked in that shouldent have.
  • Fixing unit test to conform to recent change
  • Adding examples
  • Added: Get Lastest TV Show
  • Fixing wrong parameter key for the from and to methods, also corrected these in the examples of the changes section. Fixes #31
  • Adding basis for people/tagged_images, still need to refactor all image objects to conform to the new tmdb format with the use of media and media_type keys.
  • Updating the TV methods
  • Expanding new TV changes to the Models and Factories
  • Updating TV API
  • Changing similar_movies to similar
  • Updating the AccountRepository to support the new tv methods.
  • Updating tests
  • Updating the Account API
  • Adding production_companies and production_countries to the movie factory, fixes #29
  • Merge pull request #28 from NChief/firstAirDateYear-fix
  • fixes #27 first_air_date_year in TvSearchQuery

Second alpha release

28 Feb 01:49
Compare
Choose a tag to compare

This alpha fixes issues with different PHP versions ( PHP 5.3.3 in particular ). Thanks @joelwurtz for pointing out the problems with the travis-ci service integration.

First alpha release

27 Feb 13:42
Compare
Choose a tag to compare
v1.0.0-ALPHA1

Fixing composer.json