Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Nov 4, 2015
1 parent 172905b commit 2f3e25e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History for IMDBPHP
====================

v3.0.2 (04.11.2015)
-------------------
! Fix `Title::top250()` (caused by imdb change)
! Fix `Title::quotes()` (caused by imdb change)
! Fix `Title::movie_recommendations()` when a title has a special version number in its name

v3.0.1 (17.06.2015)
-------------------
! Fix Title::movie_recommendations() (DOMDocument was not namespace scoped properly)
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @copyright (c) 2002-2004 by Giorgos Giagas and (c) 2004-2009 by Itzchak Rehberg and IzzySoft
*/
class MdbBase extends Config {
public $version = '3.0.1';
public $version = '3.0.2';

protected $months = array(
"January" => "01",
Expand Down

0 comments on commit 2f3e25e

Please sign in to comment.