Releases: tboothman/imdbphp
Releases · tboothman/imdbphp
v7.2.0
v7.1.0
Additions:
Title::episodes()
now has a image_url field on each episode with a url pointing to the picture for that episode
Bug fixes:
v7.0.0
Many changes were needed because of the change of the title page on IMDb, but the library should work as it did in the previous version before the site change.
You must clear your cache folders to make sure the new pages are downloaded, as the old pages are no longer supported.
Thanks to @M0H4MM4D0UTIS , @duck7000 and @buborh for their contributions to making this release possible.
Breaking changes:
Title::mainPictures()
andTitle::prodNotes()
have been removedTitle::movie_recommendations()
no longer returns year, endyear and votesTitle::movietype()
used to return 'TV Mini-Series' but now returns 'TV Mini Series'. The constantTitle::TV_MINI_SERIES
has been updated
Fixes:
TitleSearch
returned no results forTV_MINI_SERIES
v6.5.1
v6.5.0
Additions:
- Fixed
Title::isEpisode()
returning true for series' and made it public. Thanks @amirsasani #213 - New method
Title::actor_stars()
to get only the stars of the title rather than all cast members. Thanks @M0H4MM4D0UTIS #211
Bug Fixes:
- Fix
Title::extReviews()
not returning anything (broken due to html changes on imdb) - Remove excess whitespace on
Title::officialSites()
- Deprecate spoilers on
Title::trivia()
. They're no longer on IMDb
v6.4.2
v6.4.1
v6.4.0
v6.3.0
New:
- Added
rating
andvotes
to the results ofTitle::movie_recommendations()
#179
Fixed:
- Fix
TitleSearch::search()
as$maxResults
were never being used #111 - Fix
TitleSearch::search()
as it returned incorrect movietype for TV Episode #154 - Fix
TitleSearch::search()
as it incorrectly detected year on some titles #178 - Fix
Person::trivia()
,Person::quotes()
andPerson::trademark()
for returning default "no content"-text #171 - 8 digit ids were not being parsed correctly for the demo application #176