Releases: php-tmdb/api
Releases · php-tmdb/api
Release list
Deprecating search types
Late night problems sorted, time for bed :)
v2.1.2 Release v2.1.2
Releasing 2.1.0
Bugfix in genres
v2.0.16
Fixes unit tests for dependency verisons
v2.0.15 Updating version
Adds support for PHP7 ( unit tests )
As the tests indicate everything is all good on PHP7, and it's time to officially support it, this release adds travis builds for php7 and removes allowance of failures.
Thanks @rjkip
v2.0.13
Fixes genre_ids's field missing in the collection of popular query.
v2.0.12 Adding patch to fix the incorrect genres collection for popular queri…
Added a sort function to the GenericCollection
v2.0.11 Addded `sort` function to the GenericCollection so any collection can…