Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
“duck7000” committed Apr 1, 2024
1 parent 1769738 commit 62d9aff
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 IMDBPHP6
====================

v1.3.15
-------------------
* Episodes improved images, added $imgSize parameter for small, medium or full images and renamed img_url to imgUrl
* Title class recommendations added titleCase function to title
* Title class trailer fixed bug amount parameter returning 2 instead of one trailer
* Title class award fixed misspelt array index name, awardPerons to awardPersons
* Title class titleYear added titleCase function to title and originalTitle

v1.3.14
-------------------
* Fixed bug 250 items limit on episodes, now all episodes are returned
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.14';
public $version = '1.3.15';

/**
* @var CacheInterface
Expand Down

0 comments on commit 62d9aff

Please sign in to comment.