Skip to content

Releases: canihavesomecoffee/theTVDbAPI

Bugfix for multiple languages

12 Jan 02:20
Compare
Choose a tag to compare
  • 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

07 Jan 20:44
Compare
Choose a tag to compare
  • Fix: Make documentation on getEpisodes a bit clearer (#6)
  • Changed: Updated the examples
  • New: Added getAllEpisodes method to retrieve all episodes of a show at once. (#6)
  • New: A changelog

Bugfix for firstAired and network

18 Nov 07:54
3c69c55
Compare
Choose a tag to compare

This is a small bugfix release:

  • fix: Allow Null to be set on an firstAired and network (PR #5)

Bugfix for airedEpisodeNumber

17 Nov 10:14
Compare
Choose a tag to compare

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

16 Nov 21:11
db0e898
Compare
Choose a tag to compare

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

03 Nov 17:23
cb6979a
Compare
Choose a tag to compare

This release brings one bugfix:

  • fix: #3 Update Actor.php (fixes #2)

Bump minimal PHP version

24 Feb 20:54
Compare
Choose a tag to compare

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)

19 May 09:09
Compare
Choose a tag to compare

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)

14 Apr 16:59
Compare
Choose a tag to compare
Correct inconsistency in API

The API model describes seriesId as an 'int', reality yields an string.

Bugfix - fixing PHPDocs (3)

14 Apr 16:49
Compare
Choose a tag to compare
1.0.7

Add new test for episodes and series