From 24d4cc28a1f22a0ac985d1317e6e2e6bbc81f750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cduck7000=E2=80=9D?= <“ed@riethorst.net”> Date: Thu, 26 Dec 2024 22:59:42 +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 39b5be6..250611f 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,17 @@ History for imdbGraphQLPHP ==================== +v2.1.1 +------------------- +* Title and Name class added savephoto() and photoLocalurl() Thanks @jcvignoli +* TitleSearch and NameSearch class added object to the output array this is a Title or Name object with search results included +* Added use loggerInterface to Cache class +* Title class Fixed bug variable not set in all pub methods +* Cache class added extra debug info +* Changed some file names to be PSR4 compliant +* Added missing Exception class +* Title class trailer() fixed bug and warning from get_headers + v2.0.2 ------------------- * Title class soundtrack changes diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 87b4e20..8dca450 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -22,7 +22,7 @@ */ class MdbBase extends Config { - public $version = '2.0.2'; + public $version = '2.1.1'; /** * @var CacheInterface