From 62d9aff45a0efb4526fb0c1b6a96b64ef12e78dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cduck7000=E2=80=9D?= <“ed@riethorst.net”> Date: Mon, 1 Apr 2024 16:57:34 +0200 Subject: [PATCH] Version bump --- doc/CHANGELOG | 8 ++++++++ src/Imdb/MdbBase.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index a1cc463..8ce39e5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,14 @@ History for IMDBPHP6 ==================== +v1.3.15 +------------------- +* Episodes improved images, added $imgSize parameter for small, medium or full images and renamed img_url to imgUrl +* Title class recommendations added titleCase function to title +* Title class trailer fixed bug amount parameter returning 2 instead of one trailer +* Title class award fixed misspelt array index name, awardPerons to awardPersons +* Title class titleYear added titleCase function to title and originalTitle + v1.3.14 ------------------- * Fixed bug 250 items limit on episodes, now all episodes are returned diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 331f744..65d5849 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -21,7 +21,7 @@ */ class MdbBase extends Config { - public $version = '1.3.14'; + public $version = '1.3.15'; /** * @var CacheInterface