Skip to content

Releases: php-tmdb/api

Deprecating search types

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 17 Oct 18:21
v2.1.3
v2.1.3

Release v2.1.3

Late night problems sorted, time for bed :)

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 16 Oct 01:55
v2.1.2
v2.1.2

Release v2.1.2

Releasing 2.1.0

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 16 Oct 01:16
v2.1.0
  • 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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 07 Apr 17:38

Fixes issue related to #112

v2.0.16

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 06 Apr 17:40

Changes:

Fixes unit tests for dependency verisons

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 11 Mar 20:03
v2.0.15

Updating version

Adds support for PHP7 ( unit tests )

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 09 Mar 19:22

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

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 11 Oct 20:56

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.

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 17 Sep 18:07
v2.0.12

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

Added a sort function to the GenericCollection

Choose a tag to compare

@wtfzdotnet wtfzdotnet released this 12 Sep 21:56
v2.0.11

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