Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Apr 18, 2024
1 parent 047270f commit 3461870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class MdbBase extends Config
{
public $version = '1.3.16';
public $version = '1.3.17';

/**
* @var CacheInterface
Expand Down

0 comments on commit 3461870

Please sign in to comment.