Skip to content

Commit

Permalink
Release 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Dec 13, 2014
1 parent bcc1e22 commit 28c0f7b
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mdb_base.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28c0f7b

Please sign in to comment.