Releases: hmerritt/php-imdb-api
Releases · hmerritt/php-imdb-api
v1.2.15
08 Jul 09:16
Compare
Sorry, something went wrong.
No results found
v1.2.14
19 Dec 13:54
Compare
Sorry, something went wrong.
No results found
Feat: redis cache option
Fix: Technical specs matchers
Fix: Escape preg_quote matcher
v1.2.10
19 Aug 14:13
Compare
Sorry, something went wrong.
No results found
v1.2.10
Fix bug for php 7.3 & 7.4 support (#20 thanks to @medram )
v1.2.9
14 Aug 14:47
Compare
Sorry, something went wrong.
No results found
v1.2.9
Hotfix rating_votes regex pattern (#19 thanks to @adminko-svk for the issue + hotfix)
v1.1.8
29 Aug 20:02
Compare
Sorry, something went wrong.
No results found
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
26 Feb 00:30
Compare
Sorry, something went wrong.
No results found
Features
Genres (thanks to @kas7err !)
Actor avatar thumbnail (thanks to @kas7err !) + avatar high-quality
Fixes
Updated pattern matching (more reliable results)
Fix URL redirect causing empty return values
v1.0.4
03 Jun 21:14
Compare
Sorry, something went wrong.
No results found
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.
v1.0.3
07 Dec 04:41
Compare
Sorry, something went wrong.
No results found
Fixes
Encode search string to be URL compatible
Add search test to cover URL encoding
v1.0.2
27 Feb 21:31
Compare
Sorry, something went wrong.
No results found
v1.0.1
25 Feb 06:52
Compare
Sorry, something went wrong.
No results found
Merge pull request #3 from hmerritt/v1.0.1
Added unit tests for Cache functions