Skip to content

Releases: canihavesomecoffee/theTVDbAPI

2.0.0 Beta 3

18 Sep 23:27
Compare
Choose a tag to compare
2.0.0 Beta 3 Pre-release
Pre-release

Final beta before release

2.0.0 Beta 3

18 Sep 22:06
Compare
Choose a tag to compare
2.0.0 Beta 3 Pre-release
Pre-release

Forth beta

  • New
    • Series base and extended records have new fields and methods for average runtime & retrieving the imdb id.
    • Episode base has new fields to match API.

2.0.0 Beta 2

18 Sep 20:48
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release

Third beta

  • Changed:
    • Updated updates controller to the latest revision of the API.
    • Updated series controller to the latest revision of the API.
  • New:
    • SeriesAirDays now has a method to indicate if it airs every day, or no days at all.

2.0.0 Beta 1

17 Sep 19:42
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release

Second beta, with deadline approaching :)

2.0.0 Beta

02 May 00:39
Compare
Choose a tag to compare
2.0.0 Beta Pre-release
Pre-release

2.0.0b (02 May 2021)

Major release for the new API of theTVDb.

  • New: Beta support for API v4.0.0 of theTVDb.
  • Changed: Minimal PHP version is now 7.4
  • Changed: Dependencies got bumped

1.3.0: Add support for Guzzle 7.x

17 Sep 19:04
Compare
Choose a tag to compare
  • New: Allow Guzzle 7.x clients
  • Changed: Allow PHPUnit version 9 next to version 8 to prepare for future PHP version bumps
  • Changed: Update Travis configuration for PHP 7.4

1.2.8: Bugfix for multiple language wrapper methods

06 Sep 01:23
Compare
Choose a tag to compare
  • Fix: Make sure an array is returned when using the multi language wrapper when an array is required.
  • Fix: Make sure the data elements are merged correctly when merging arrays of regular objects.

1.2.7: Bugfix for multiple language wrapper methods

06 Sep 00:55
8992cfc
Compare
Choose a tag to compare
  • Fix: Make sure an array is returned when using the multi language wrapper when an array is required.

Broadened version dependencies for Symfony

08 Mar 10:07
770f426
Compare
Choose a tag to compare
  • New: Broadened allowed version dependencies for the 3 Symfony packages (Dependabot).

Bugfix for TVDbAPI inconsistencies

27 Jan 08:21
0e9d20c
Compare
Choose a tag to compare
  • Fix: Allow null for Banner, Slug and Status fields of BasicSeries (PR #8, #9)