Releases: hmerritt/php-imdb-api
Releases · hmerritt/php-imdb-api
v1.2.15
v1.2.14
v1.2.10
v1.2.9
v1.1.8
Fixes
- Fix
preg_replace(): Compilation failed: range out of order in character class at offset 8
(thanks to @antonmarin !) - Fix broken pattern matching for
year
,trailer
, &cast
- Fix broken tests
v1.1.7
v1.0.4
Fixes
Patch item matches for the new IMDB site design
- Detects TV shows and returns correct "Year" - 2014–2016
Patch strategy
The new IMDB site seems to be on a canary rollout - this means the old site is still active and has not been replaced fully yet.
To resolve this, I have 'patched' the pattern matches to detect BOTH the old and the new site.