Skip to content

Commit

Permalink
corrected version
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Mar 16, 2024
1 parent f5fc895 commit e8d2c9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
History for IMDBPHP6
====================

v1.3.9
-------------------
* Added creditKnownFor to the Name class (all info is in the wiki)
* Added releaseDate method to Title Class (all info is in the wiki)

v1.3.8
-------------------
* Added children, parents and relatives methods to Name class (all info is in the wiki)
* Added cinematographer method to Title Class (all info is in the wiki)
* Added creditKnownFor to the Name class (all info is in the wiki)
* Added releaseDate method to Title Class (all info is in the wiki)

v1.3.7
-------------------
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.9';
public $version = '1.3.8';

/**
* @var CacheInterface
Expand Down

0 comments on commit e8d2c9f

Please sign in to comment.