Skip to content

Releases: aharen/OMDbAPI

Fix: Search returns object

12 Dec 13:15
ed8f792

Choose a tag to compare

What's Changed

  • array|object return type for search method by @Fossil01 in #10

Full Changelog: v2.1.2...v2.1.3

Fixes #9

Thanks @Fossil01

Fix IMDB id validation

28 Feb 08:54
441957b

Choose a tag to compare

A fix that updates the IMDB id validation using updated regex

See #8

Thank you @bumbummen99 🙏🏽

Added support for bigger imdbid's

05 Feb 22:15
522a7d3

Choose a tag to compare

Update Dependencies

11 Nov 17:05
2d3d4ab

Choose a tag to compare

Changes:

  • Updated Guzzle version
  • Updated PHP version
  • Uses HTTPS instead of HTTP

Thank you @Fossil01

Unit Testing

20 Feb 05:42

Choose a tag to compare

Cheers @Gregwar for the unit tests :)

Associative mode thanks to @Gregwar

13 Dec 11:59

Choose a tag to compare

Associative mode option now added.

thanks to @Gregwar