From 346187050ec3e8c25509582c319a4c9846d1e4ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cduck7000=E2=80=9D?= <“ed@riethorst.net”> Date: Thu, 18 Apr 2024 18:54:04 +0200 Subject: [PATCH] Version bump --- doc/CHANGELOG | 6 ++++++ src/Imdb/MdbBase.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b6260535..4599cbf6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,12 @@ History for IMDBPHP6 ==================== +v1.3.17 +------------------- +* Title and Name class changed checkRedirect, better api call, documented by imdb +* Added logger, for the moment only on GraphQL API call +* Title class added space stripping to query of creditsQuery() due to hoster character limits + v1.3.16 ------------------- * Title class changed output of Director, composer, producer, writer, thanks, stunts, visual effects, cinematographer and special effects to output array instead of string for jobs and episode credits diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index b3f6840a..d369b522 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -21,7 +21,7 @@ */ class MdbBase extends Config { - public $version = '1.3.16'; + public $version = '1.3.17'; /** * @var CacheInterface