Skip to content

Commit

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

v1.3.16
-------------------
* Title class changed output of Director,composer,producer,writer,thanks,stunts,visual effects and special effects to output array instead of string for jobs and episode credits
* Title class episode, photo parameter thumb is true or false, true == thumbnail, false == large image max 1000 pixels
* Name class photo parameter thumb is true or false, true == thumbnail, false == large image max 1000 pixels
* Title class added thanks,stunts,visual effects and special effects methods
* Title and Name class added checkRedirect to check if an imdbid is redirected or not
* Title and Name class added externalSites method
* fixed multiple doc blocs

v1.3.15
-------------------
* Episodes improved images, added $imgSize parameter for small, medium or full images and renamed img_url to imgUrl
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.15';
public $version = '1.3.16';

/**
* @var CacheInterface
Expand Down

0 comments on commit 0da1057

Please sign in to comment.