diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 8ce39e5..fff6de5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 65d5849..f98ec53 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -21,7 +21,7 @@ */ class MdbBase extends Config { - public $version = '1.3.15'; + public $version = '1.3.16'; /** * @var CacheInterface