Skip to content

Commit

Permalink
Release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Aug 20, 2017
1 parent 16987d3 commit ad046f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History for IMDBPHP
====================

v5.2.2 (20.08.2017)
-------------------
! Fix Person::born() and Person::died() caused by site change

v5.2.1 (07.07.2017)
-------------------
! Fix Person::pubprints(), Person::pubmovies(), Person::pubportraits(), Person::interviews(), Person::articles(), Person::pictorials(), Person::magcovers() caused by site change
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.1';
public $version = '5.2.2';

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

0 comments on commit ad046f9

Please sign in to comment.