Skip to content

Releases: duck7000/imdbGraphQLPHP

Thumbnail finally totally correct

28 Oct 21:02
9a17874
Compare
Choose a tag to compare
V1.2.0

Update CHANGELOG

Thumb url parameter finally really fixed

27 Oct 13:45
4a1eed1
Compare
Choose a tag to compare

Added a new private method to handle imdb thumb url parameters so finally those thumb images are correct.

It is possible to adjust the newImageHeight and newImageWidth variables to a value of your liking, this way the user has control on how big or small those thumb images going to be. At the moment this is possible only inside the methods that use thumb images. This can also be changed to method parameters, let me know if you would want that.

Added original title method

24 Oct 11:47
7c4c6e7
Compare
Choose a tag to compare

OriginalTitle() gets the original instead of localized title

Bug fix Trailer method

13 Oct 13:01
a75ac53
Compare
Choose a tag to compare

Fixed bug with encoding errors in title used in thumbnail creation

Lot of fixes, changes about thumbnails

08 Oct 20:40
0ae2f2b
Compare
Choose a tag to compare

Mostly thumbnail creation fixes that deal with some image distorted or wrongly cut/resized

Bug fix

04 Oct 16:58
3a434e3
Compare
Choose a tag to compare
  • Fixed a bug that limits cast to 250 items. I changed the GraphQL query and method to make this possible
  • Added Calendar class. with this class you can get comingSoon releases as displayed at imdb/calendar
    Please read the wiki page with explanations of all different method parameters!

Fixed bug recommendations $thumb not set

13 Sep 11:21
db4adc6
Compare
Choose a tag to compare

Fixed this bug again as it didn't work right

First public release!

10 Sep 15:28
35fb73a
Compare
Choose a tag to compare

Finally the master is stable enough to make a release version

Thanks @tomasdouscha, @GeorgeFive for testing!

Fixed bug recommendations $thumb not set

11 Sep 09:57
Compare
Choose a tag to compare
V1.1.3

Merge branch 'master' of https://github.com/duck7000/imdbphp6

Changed recommendations

10 Sep 20:34
78b10b0
Compare
Choose a tag to compare

added thumbnail version for recommendations, otherwise some images are huge!
Some like 15 mb 9000 pixels..
PHP will hit the standard memory limit so this is a big deal.