Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
“duck7000” committed Dec 26, 2024
1 parent 54e8f36 commit 24d4cc2
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
@@ -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
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
*/
class MdbBase extends Config
{
public $version = '2.0.2';
public $version = '2.1.1';

/**
* @var CacheInterface

0 comments on commit 24d4cc2

Please sign in to comment.