Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Dec 16, 2024
1 parent bab33fb commit 0ddee20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class MdbBase extends Config
{
public $version = '2.0.1';
public $version = '2.0.2';

/**
* @var CacheInterface
Expand Down

0 comments on commit 0ddee20

Please sign in to comment.