diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 909b634e..c9f23d28 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -3,6 +3,14 @@ $Id$ History for IMDBPHP2 ==================== +v2.4 (13.12.2014) +------------------- +! Speed up poster parsing and fix errors on large pages +! Fix `awards()` where award has no recipients, no category or large notes +! Fix `cast()` parsing of role. The role field no longer contains anything other than the name of the role played ++ Added extra fields for number of episodes and years playing the role to `cast()` +! Fix photo field in `cast()` results to correctly remove the resizing bit in the url + v2.3.6 (21.11.2014) ------------------- ! Fix regexp for place of death parsing when no cause of death is given diff --git a/mdb_base.class.php b/mdb_base.class.php index e38e7d2d..30a430d0 100644 --- a/mdb_base.class.php +++ b/mdb_base.class.php @@ -27,7 +27,7 @@ * @version $Revision$ $Date$ */ class mdb_base extends mdb_config { - public $version = '2.3.6'; + public $version = '2.4'; /** * @deprecated since version 2.3.4