From 0ae2f2b44d6bdf65cffda3343663057acb61d2dc Mon Sep 17 00:00:00 2001 From: duck7000 Date: Sun, 8 Oct 2023 22:38:53 +0200 Subject: [PATCH] Update CHANGELOG --- doc/CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 1315ab08..5c553515 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,6 +1,15 @@ History for IMDBPHP6 ==================== +v1.1.6 +------------------- +* Cast: fixed thumbnail creation, previous did not get the right crop/resize +* Complete overhaul of trailer method, added HD icon to thumbnail if apliable, fixed forbidden characters in thumbnail url +* mainphoto fixed thumbnail creation, previous did not get the right crop/resize +* recommendations fixed thumbnail creation, previous did not get the right crop/resize +* episodes fixed thumbnail creation, previous did not get the right crop/resize +* Added 2 private method's to calculate thumbnail crop value for landscape and portrait images +* photo fixed thumbnail creation, previous did not get the right crop/resize (this is very hard so it may not always completely accurate v1.1.5 -------------------