Skip to content

Releases: hmerritt/php-imdb-api

v1.2.14

19 Dec 13:54
Compare
Choose a tag to compare
  • Feat: redis cache option
  • Fix: Technical specs matchers
  • Fix: Escape preg_quote matcher

v1.2.10

19 Aug 14:13
029230f
Compare
Choose a tag to compare

v1.2.10

  • Fix bug for php 7.3 & 7.4 support (#20 thanks to @medram)

v1.2.9

14 Aug 14:47
Compare
Choose a tag to compare

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
Choose a tag to compare

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
b9a3351
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixes

  • Encode search string to be URL compatible
  • Add search test to cover URL encoding

v1.0.2

27 Feb 21:31
f3f715b
Compare
Choose a tag to compare
Deleted duplicate file

v1.0.1

25 Feb 06:52
0145be3
Compare
Choose a tag to compare
Merge pull request #3 from hmerritt/v1.0.1

Added unit tests for Cache functions

v1.0.0

25 Feb 04:13
Compare
Choose a tag to compare

Major rewrite of entire API