Skip to content

Commit

Permalink
Release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jreklund committed Oct 2, 2018
1 parent 8e26724 commit 858bba3
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 @@ -2,6 +2,14 @@
History for IMDBPHP
====================

v6.0.4 (02.10.2018)
-------------------
! Bug `Title:genre()` returned empty array in case it's called after `Title:genres()`
! Fix `Title:genres()` caused by a site change #139
! `Title:runtimes()` returned null on some occation as json data aren't always available #135
! Bug `Title:soundclipsites()` returned information from `Title:videosites()`
! Fix `Title:storyline()` caused by a site change #134

v6.0.3 (19.08.2018)
-------------------
! Fix `Title::rating()`, `Title::votes()`, `Title::poster()`, `Title::runtime()`, `Title::creator()`, `Title::episodeTitle()`, `Title::episodeAirDate()`, `Title:country()`, `Title:runtimes()`, `Title:colors()` and `Title:sound()` caused by a site change #133
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* @copyright (c) 2002-2004 by Giorgos Giagas and (c) 2004-2009 by Itzchak Rehberg and IzzySoft
*/
class MdbBase extends Config {
public $version = '6.0.3';
public $version = '6.0.4';

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

0 comments on commit 858bba3

Please sign in to comment.