Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Dec 15, 2024
1 parent b9bb66e commit c51bfe7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0';
public $version = '2.0.1';

/**
* @var CacheInterface
Expand Down

0 comments on commit c51bfe7

Please sign in to comment.