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