From 0ddee209576eb7306745323c04d98cf1e98e5126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cduck7000=E2=80=9D?= <“ed@riethorst.net”> Date: Mon, 16 Dec 2024 21:42:12 +0100 Subject: [PATCH] version bump --- doc/CHANGELOG | 11 +++++++++++ src/Imdb/MdbBase.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 65581c6..39b5be6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,17 @@ History for imdbGraphQLPHP ==================== +v2.0.2 +------------------- +* Title class soundtrack changes + The output array is changed, now the separate comments are inside creditSplit array where they belong (see wiki) + CreditSplit['creditors'] has now a attribute field that contains any remaining text after the anchor name. Example: as Roger Whitaker + massive code cleanup, simplified checks, added missing checks etc +* Name class spouse changes + Removed leftover debug info + comments are now in a array() as there might be more than one comment +* Several code improvements/cleanups + v2.0.1 ------------------- * Title class plot added parameter $spoil (boolean) Default: false (not include spoilers) diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 1d34bc4..87b4e20 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -22,7 +22,7 @@ */ class MdbBase extends Config { - public $version = '2.0.1'; + public $version = '2.0.2'; /** * @var CacheInterface