Releases: php-tmdb/api
Releases · php-tmdb/api
Fixes SpokenLanguages and some docblocks
Merge pull request #42 from mihaeu/added-spoken-languages-to-movie Added spoken languages for movie hydration.
[PATCH] Missing use statement in MovieFactory
v1.4.1 Remove one use statement too many :-)
All new features included!
All TV account related functionality has been added, and several bugs are fixed.
Small update and a few bug fixes.
- 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
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
v1.0.0-ALPHA1 Fixing composer.json