v6.0.0
There are 3 breaking changes from v5 to v6, so please have a look through them all before upgrading.
- Dropped support for PHP versions below 5.6 and added support for PHP 7.2.
5.3+ does still work right now, but tests will only run against PHP 5.6 to 7.2 so you cannot rely on IMDbPHP continuing to work on these out of support versions. - Replaced the
\Imdb\CacheInterface
interface with Simple cache (PSR-16) to make it much easier to replace the default filesystem cache with a different one. #112 - Removed
\Imdb\Title::openingWeekend()
,Title::gross()
,Title::weekendGross()
andTitle::admissions()
As I noted in the release notes for 5.2.5 IMDb have hidden most of the box office information so these methods can no longer work. #115