Skip to content

Releases: tboothman/imdbphp

v6.2.1

23 Apr 00:07
Compare
Choose a tag to compare
  • Support 8 digit imdb titles #163
  • Fix Title::episodes()'s episode titles containing extra html in some instances #166

v6.2.0

11 Mar 23:42
Compare
Choose a tag to compare

New:

  • Added method Title::real_id(). It returns the IMDb ID of the title the object represents. This can be different to the ID passed to the constructor as IMDb has duplicate IDs for some titles which it later removes one of and redirects to the other title. For example https://www.imdb.com/title/tt7393172/ redirects to https://www.imdb.com/title/tt7384848/. #147
  • Added endyear to the results of Title::movie_recommendations() #159

Fixes:

  • TitleSearchAdvanced - Fix error when search results contained an episode without a year

v6.1.3

26 Dec 16:42
Compare
Choose a tag to compare

Fixed

  • Title::keywords() and Title::keywords_all() for returning an empty set
  • Request::getResponseHeader() for returning an empty set on content-type. It only accepted Content-Type.

v6.1.2

29 Nov 17:49
Compare
Choose a tag to compare

Fixed

  • Parsing::table() for returning an empty set
  • Title::movietype() for returning wrong movietype #154

v6.1.1

24 Nov 13:42
Compare
Choose a tag to compare

Fixed

  • Title::alsoknow() for returning an empty set #152
  • Title::releaseInfo() for returning an empty set #153
  • TitleSearchAdvanced::search() returned incorrect title type

v6.1.0

16 Nov 19:17
Compare
Choose a tag to compare

New

  • Added $short parameter to Title::cast() to get the cast listed on the title page, rather than the cast page. This will save you a http request if you use nothing else from the cast page, but gives fewer cast members. Thanks @sebastian-king

Fixed

  • Fix Title::keywords_all() for keywords with spaces in them
  • Fix TitleSearch::search() to ignore (in development) and empty year
  • Fix TitleSearchAdvanced::setSort() as they changed the order
  • Fix Title::alsoknow() for returning an empty set #150
  • Fix Title::releaseInfo() for returning an empty set #149

Changes

  • Dropped tests for PHP versions below 7.0 and using phpstan again.
    5.3+ does still work right now, but tests will only run against PHP 7.0 to 7.2 so you cannot rely on IMDbPHP continuing to work on these out of support versions.

v6.0.4

02 Oct 15:23
Compare
Choose a tag to compare

Fixed

  • Title:genres() #139 #143
  • Title:runtimes() returned null on some occasion as json data aren't always available #135
  • Title:storyline() #134

Bugs

  • Title:soundclipsites() returned information from Title:videosites()
  • Title:genre() returned empty array in case it's called after Title:genres()

v6.0.3

18 Aug 22:31
Compare
Choose a tag to compare

There where a major site change that caused the following functions to stop working.

Title::movieconnection(), Title::rating(), Title::votes(), Title::poster(), Title::runtime(), Title::creator(), Title::episodeTitle(), Title::episodeAirDate(), Title::country(), Title::runtimes(), Title::colors() and Title::sound().

v6.0.2

12 Aug 13:22
Compare
Choose a tag to compare
  • Fixed error when fetching languages for a title that had none #128
  • Removed rubbish data in Title::plot() when title had no plot #127
  • Fixed people with an ID of over 10 million not being parsed correctly #130

v6.0.1

19 Apr 19:33
Compare
Choose a tag to compare

Fixed

  • Try to fix too many open file handles in Cache::purge() #118
  • Docblocks documentation
  • Typo in Title::storyline()
  • Charts::getChartsBoxOffice() returned an empty set caused by a site change
  • Title::endyear() returned incorrect year if tv show are still on air #119
  • 302 Found redirection by switching to https #121

Various

  • Speed up reading of cached gzipped files
  • Disable Config::$converttozip by default

Removed

  • Invalid phpDocumentor @method tags
  • Unused code in Title::filmograf()