Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Feb 21, 2017
1 parent 7c0c684 commit 63d8226
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
History for IMDBPHP
====================

v5.1.1 (21.02.2017)
-------------------
! Fix `Title::movietype()` randomly returning a month rather than a movie type (caused by v5.1.0)
! Stop `Title::producer()` erroring when there are no producers.

v5.1.0 (20.02.2017)
-------------------
! Fix `Title::movietype()` so it can return 'TV Special' #83
+ Return top 250 TV ranking in `Title::top250()` for a TV show, as well as the top 250 for films #80
+ Allow for unknown seasons in `Title::episodes()`. Both season and episodes can now be -1 (unknown) #43
+ Allow series producers in `Title::producer()` #85
! Stop `Title::aspect_ratio()` using undefined index when no aspect ratio exists #82
! Fix `Title::movietype()` so it can return 'TV Special'
+ Return top 250 TV ranking in `Title::top250()` for a TV show, as well as the top 250 for films
+ Allow for unknown seasons in `Title::episodes()`. Both season and episodes can now be -1 (unknown)
+ Allow series producers in `Title::producer()`
! Stop `Title::aspect_ratio()` using undefined index when no aspect ratio exists

v5.0.3 (21.01.2017)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @copyright (c) 2002-2004 by Giorgos Giagas and (c) 2004-2009 by Itzchak Rehberg and IzzySoft
*/
class MdbBase extends Config {
public $version = '5.1.0';
public $version = '5.1.1';

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

0 comments on commit 63d8226

Please sign in to comment.