Releases: canihavesomecoffee/theTVDbAPI
Releases · canihavesomecoffee/theTVDbAPI
Bugfix for multiple languages
- Fix: Ignore ResourceNotFoundException's while retrieving data using the language wrapper.
- Fix: Added getImages method to the multi-language fallback to correct wrong return values.
- New: Added an example to retrieve banners.
Small improvements
Bugfix for firstAired and network
This is a small bugfix release:
- fix: Allow Null to be set on an firstAired and network (PR #5)
Bugfix for airedEpisodeNumber
This is a small bugfix release:
- fix: Correct some documentation
- fix: Allow Null to be set on an airedEpisodeNumber
Compatibility upgrade with API version 3.x
This release brings one small bugfix, one improvement and dependency updates:
- fix: Allow null for series rating
- Bump some composer dependencies
- feature: Add compatibility for theTVDb API version 3.x
Fix TypeError in Actor model
Bump minimal PHP version
This release brings one small improvement, and some changes:
- new Support for retrieving artwork in multiple languages (fallback)
- Minimal PHP version is now 7.2 instead of 7.1
Bugfix - fixing PHPDocs (5)
Bugfix to correct unexpected behaviour. TheTVDbAPI returns NULL in some cases of AiredSeason, whereas only integers were to be expected (according to the API docs)
Bugfix - fixing PHPDocs (4)
Correct inconsistency in API The API model describes seriesId as an 'int', reality yields an string.
Bugfix - fixing PHPDocs (3)
1.0.7 Add new test for episodes and series