Skip to content

Commit

Permalink
Release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed May 3, 2015
1 parent 0021fd0 commit 867b789
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,7 +3,14 @@ $Id$
History for IMDBPHP2
====================

v2.6.0 (03.05.2015)
-------------------
+ Added ability to fetch metacritic rating and number of reviews. `imdb::metacriticRating()` and `imdb::metacriticNumReviews()`
+ An exception will be thrown if you have configured caching but the folder is not writeable. If you do not want caching `usecache` and `storecache` must be false.
! Fix top250 rank parsing

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
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.5.0';
public $version = '2.6.0';

/**
* @deprecated since version 2.3.4
Expand Down

0 comments on commit 867b789

Please sign in to comment.