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.