Skip to content

Releases: php-tmdb/api

Release v2.1.11

19 Nov 00:55
Compare
Choose a tag to compare
  • Bumps kevinrob/guzzle-cache-middleware optionally to 2.x ( #166 )

Release v2.1.10

09 Sep 13:50
v2.1.10
Compare
Choose a tag to compare
  • Fixes issue with loading tagged images of persons (#146)
  • Fixes tests for non-UTC environments (#147)
  • Fixes reading response header for Retry-After (#155)
  • Fixes secure option handling (#145)
  • Pass relative path to HTTP adapters (#149)
    This fix restores the way paths are stored in Tmdb\HttpClient\Request. The base URL is no longer part of the path and is passed to the HTTP adapter as part of the options bag.

WARNING: Custom HTTP adapters which do not follow the documented practice will probably break after update.

Release v2.0.19

09 Sep 13:28
v2.0.19
Compare
Choose a tag to compare
  • Fixes issue with loading tagged images of persons (#146)
  • Pass relative path to HTTP adapters (#149)
    This fix restores the way paths are stored in Tmdb\HttpClient\Request. The base URL is no longer part of the path and is passed to the HTTP adapter as part of the options bag.

WARNING: Custom HTTP adapters which do not follow the documented practice will probably break after update.

Release v2.1.9

02 Jun 04:37
v2.1.9
Compare
Choose a tag to compare
  • Fixes issue with logger level resolver name collision (#142)
  • Improvement to make api usable by the TmdbSymfonyBundle (#143)
  • Support for php-tmdb/api v2.1 and Guzzle (php-tmdb/symfony#17)
  • Adds php 7.1 and symfony 3.3 into the testing matrix

Release v2.0.18

02 Jun 04:37
v2.0.18
Compare
Choose a tag to compare
  • Fix tests after removal of URL encoding in the Search API
  • Remove urlencode in search API to prevent double encoding
  • Handle server 500 as NullException errors
  • Handle missing JSON in body
  • Upgrade phpunit to version 5
  • Adds php 7.1 and symfony 3.3 into the testing matrix
  • Add phpunit 4.8 to run tests on php <5.6

Release date fixes

28 Feb 23:31
v2.1.8
Compare
Choose a tag to compare

Added RELEASE_DATES (#139)

  • added RELEASE_DATES
  • fixed broken test
  • adds new ReleaseDate class and to Movie class
  • remove deprecated
  • restrict phpunit <6, to maintain compatibility with php5.6
  • make sure unit tests run for symfony 3.2 components
  • mistake in the travis matrix
  • updates unit tests
  • adds release date types as constants

Some minor patches

27 Jan 19:54
v2.1.7
Compare
Choose a tag to compare
  • ImageHelper now returns protocol-less urls, http:// is replaced with //.

Small update

12 Nov 15:21
v2.1.6
Compare
Choose a tag to compare

Adds guest stars

08 Nov 20:32
v2.1.5
Compare
Choose a tag to compare

Adding guest stars to tv episodes, fixes #126

Adds gender methods to the person model.

27 Oct 20:24
v2.1.4
Compare
Choose a tag to compare