Releases: tboothman/imdbphp
Releases · tboothman/imdbphp
v6.2.1
v6.2.0
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 ofTitle::movie_recommendations()
#159
Fixes:
- TitleSearchAdvanced - Fix error when search results contained an episode without a year
v6.1.3
v6.1.2
v6.1.1
v6.1.0
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
v6.0.3
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
v6.0.1
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 changeTitle::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()