Skip to content

Releases: php-tmdb/api

Deprecating search types

17 Oct 18:21
v2.1.3

Choose a tag to compare

v2.1.3

Release v2.1.3

Late night problems sorted, time for bed :)

16 Oct 01:55
v2.1.2

Choose a tag to compare

Releasing 2.1.0

16 Oct 01:16
v2.1.0

Choose a tag to compare

  • Upgraded to Guzzle 6
  • Upgraded to PHPUnit 5
  • Dropped support for symfony components < 2.7
  • #119 adds nullexceptions
  • #120 remove duplicated urlencode

Take note that the default constructing of options has been changed, the constructor has been simplified.

Bugfix in genres

07 Apr 17:38

Choose a tag to compare

Fixes issue related to #112

v2.0.16

06 Apr 17:40

Choose a tag to compare

Changes:

Fixes unit tests for dependency verisons

11 Mar 20:03

Choose a tag to compare

v2.0.15

Updating version

Adds support for PHP7 ( unit tests )

09 Mar 19:22

Choose a tag to compare

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

11 Oct 20:56

Choose a tag to compare

Fixes an issue with videos in the tv repository, and adds some extra exception codes to assert against.

Fixes genre_ids's field missing in the collection of popular query.

17 Sep 18:07

Choose a tag to compare

v2.0.12

Adding patch to fix the incorrect genres collection for popular queri…

Added a sort function to the GenericCollection

12 Sep 21:56

Choose a tag to compare

v2.0.11

Addded `sort` function to the GenericCollection so any collection can…