Skip to content

Releases: aharen/OMDbAPI

Fix: Search returns object

Choose a tag to compare

@aharen aharen released this 12 Dec 13:15
ed8f792

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

Choose a tag to compare

@aharen aharen released this 28 Feb 08:54
441957b

A fix that updates the IMDB id validation using updated regex

See #8

Thank you @bumbummen99 🙏🏽

Added support for bigger imdbid's

Choose a tag to compare

@aharen aharen released this 05 Feb 22:15
522a7d3

Update Dependencies

Choose a tag to compare

@aharen aharen released this 11 Nov 17:05
2d3d4ab

Changes:

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

Thank you @Fossil01

Unit Testing

Choose a tag to compare

@aharen aharen released this 20 Feb 05:42

Cheers @Gregwar for the unit tests :)

Associative mode thanks to @Gregwar

Choose a tag to compare

@aharen aharen released this 13 Dec 11:59

Associative mode option now added.

thanks to @Gregwar