Skip to content

Releases: vfalies/tmdb

[1.12] - 2021-08-20

20 Aug 14:17
856ecb4
Compare
Choose a tag to compare

Updated

  • Remove PHPUnit result cache file during tests

Added

  • Add getCast() / getCrew() methods to TVShow / TVSeason / TVEpisode object

[1.11] - 2021-04-29

29 Apr 11:30
6826222
Compare
Choose a tag to compare

Updated

  • Compatibility code & tests from PHP 7.1 to PHP 8.0

Added

  • Add log to change items

[1.10] - 2021-04-24

24 Apr 08:08
360ffd9
Compare
Choose a tag to compare

Updated

Implementing Item Changes: Thanks to Steve Richter for implementation

  • Implement checkOptionDate and checkOptionDateRange in Tmdb & Tests
  • Implement Change and Change Result, Implement itemChangeGenerator
  • Add Tests for Change endpoint
  • PHPCSFixer changes, Fix comments in various files
  • Add Tests for Change Result
  • Refactor date option validation
  • Add Tests for Exceptions in Change class
  • Fix getAdult() in Change Result
  • Refactor Change class to better describe its purpose …
  • Add support for retrieving changes to an item …
  • Implement getChangeKeys method on ItemChanges Item Abstract
  • Clean up code/comments, Rename TVItemChanges -> TVShowItemChanges
  • Implement getItemChanges and getChanges methods on Items …
  • Add Tests
  • Apply Scrutinizer Fixes
  • Update tests

[1.9] - 2020-09-27

27 Sep 21:09
783a15b
Compare
Choose a tag to compare

Added

  • Add find feature to find a movie / people / tv shows / tv episodes / tv seasons from external ID
    (IMDb, TVDb, TVRage, Faceboo, Twitter, Instagram)
  • Add all documentations in README.md

Changed

  • Replace deprecated phpunit methods assertInternalType in all tests
  • Fix Bug#49 #49 (comment)

1.8.3

14 Jun 20:38
0b84ea7
Compare
Choose a tag to compare

[1.8.3] - 2020-06-14

Changed

  • Update Guzzle version dependence in Composer

1.8.1

28 Mar 09:47
257cf71
Compare
Choose a tag to compare

[1.8.1] - 2020-03-28

Changed

  • Fix http response

1.8

07 Mar 15:33
1161510
Compare
Choose a tag to compare
1.8

[1.8] - 2020-03-07

Added

  • Add Logo Result, Name Result, and TVNetwork item (SRichter contributor)

1.7.1

07 Mar 14:51
ce30fce
Compare
Choose a tag to compare

[1.7.1] - 2020-03-07

Added

  • Add missing unit tests

1.7

17 Jan 21:26
d1c97e4
Compare
Choose a tag to compare
1.7

[1.7] - 2020-01-17

Added

  • Add get videos movie method

1.6.7

16 Jan 14:55
Compare
Choose a tag to compare

[1.6.7] - 2020-01-16

Changed

  • Bug fix: TMdb blocking GET requests with post body
  • Fix composer.lock