Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Mar 26, 2024
1 parent 61588b9 commit ad1254a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
History for IMDBPHP6
====================

v1.3.13
-------------------
* Added professions method to Name Class, gets all professions of a person
* Renamed popRank method to rank
* Added rank method to Name Class, gets current rank of a person at imdb
* Added pubother method to Name Class, this gets other works of a person
* Added current to spouse method, this indicates if a spouse is the current one or not
* Added dateText to spouse method, this is the fromeDate and toDate in plain text

v1.3.12
-------------------
* Added helper method for GraphQL paginated (to get paginated content just like in Title class)
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.12';
public $version = '1.3.13';

/**
* @var CacheInterface
Expand Down

0 comments on commit ad1254a

Please sign in to comment.