Releases: php-tmdb/api
Releases · php-tmdb/api
Release v2.1.11
- Bumps
kevinrob/guzzle-cache-middlewareoptionally to 2.x ( #166 )
Release v2.1.10
- 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
secureoption handling (#145) - Pass relative path to HTTP adapters (#149)
This fix restores the way paths are stored inTmdb\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
- Fixes issue with loading tagged images of persons (#146)
- Pass relative path to HTTP adapters (#149)
This fix restores the way paths are stored inTmdb\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
- 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
- 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
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
- ImageHelper now returns protocol-less urls, http:// is replaced with //.
Small update
See dbda108
Adds guest stars
Adding guest stars to tv episodes, fixes #126
Adds gender methods to the person model.
v2.1.4 Release v2.1.4