From c51bfe7bff7f326763fba274ababa98564dbb28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cduck7000=E2=80=9D?= <“ed@riethorst.net”> Date: Sun, 15 Dec 2024 22:21:14 +0100 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 8e385ff..65581c6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,14 @@ History for imdbGraphQLPHP ==================== +v2.0.1 +------------------- +* Title class plot added parameter $spoil (boolean) Default: false (not include spoilers) +* Title class cast() changed name_alias to alias as i don't use snake case anywhere else +* Title class connection fixed bug name and id not checked +* Title class helper titleYear() fixed bug name and originalName not checked + + v2.0.0 ------------------- * Name class new methods added diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index a1dab46..1d34bc4 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -22,7 +22,7 @@ */ class MdbBase extends Config { - public $version = '2.0.0'; + public $version = '2.0.1'; /** * @var CacheInterface