Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Mar 30, 2024
1 parent 011aaa6 commit dda6637
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History for IMDBPHP6
====================

v1.3.14
-------------------
* Fixed bug 250 items limit on episodes, now all episodes are returned
* Title class episodes, added thumb parameter true for thumbnail or false for full image url
* Title class episodes, added airdateParts array to episodes, array(day, month,year) as int
* Title class trailer, added amount parameter (int), this controls how many trailers are returned, default: 1

v1.3.13
-------------------
* Added professions method to Name Class, gets all professions of a person
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.13';
public $version = '1.3.14';

/**
* @var CacheInterface
Expand Down

0 comments on commit dda6637

Please sign in to comment.