Skip to content

Commit

Permalink
Release 5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Feb 5, 2018
1 parent 2b8d8c6 commit b9c7a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History for IMDBPHP
====================

v5.2.5 (05.02.2018)
-------------------
! Fix `Title::locations()` caused by a site change
! The Box Office / Business page has been removed so several pieces of information are missing, but some are available elsewhere. `Title::budget()` and `Title::filmingDates()` have been fixed but several methods like `Title::openingWeekend()` and `Title::gross()` do not work

v5.2.4 (07.11.2017)
-------------------
! `Title::yearspan()` - returned the incorrect end year sometimes
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.2.4';
public $version = '5.2.5';

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

0 comments on commit b9c7a2a

Please sign in to comment.