diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 44055ae7..4af4639b 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -2,6 +2,12 @@ History for IMDBPHP ==================== +v5.2.0 (19.04.2017) +------------------- ++ Add support for using http proxies to fetch from IMDb +! Fix `Title::orig_title()` always being empty if the Title was created from a search +! Improve the look and the coding of the demo pages + v5.1.1 (21.02.2017) ------------------- ! Fix `Title::movietype()` randomly returning a month rather than a movie type (caused by v5.1.0) diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 1945d075..cd8021be 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -18,7 +18,7 @@ * @copyright (c) 2002-2004 by Giorgos Giagas and (c) 2004-2009 by Itzchak Rehberg and IzzySoft */ class MdbBase extends Config { - public $version = '5.1.1'; + public $version = '5.2.0'; protected $months = array( "January" => "01",