Skip to content

Commit

Permalink
Release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Mar 25, 2015
1 parent 6b1bf4d commit 4db5e31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ $Id$
History for IMDBPHP2
====================

v2.5.0 (25.03.2015)
* Changed `credits` in `imdb_person` to return an array for addons as the docblock states
* Fixed `writing()` credits for tv show
* Handle a title with no cast
* Fix rating parsing when using european languages
* Remove usage of short array syntax

v2.4.1 (02.01.2015)
-------------------
+ Add two extra fields to `cast()`. `credited` indicates whether the actor was credited for that role or not. `role_other` is an array of any other extra information put again the role, such as 'voice' or 'archive footage'
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.4.1';
public $version = '2.5.0';

/**
* @deprecated since version 2.3.4
Expand Down

0 comments on commit 4db5e31

Please sign in to comment.