Skip to content

Commit

Permalink
Release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Apr 19, 2017
1 parent 0dfeb7d commit 81ae237
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
====================

v5.2.0 (19.04.2017)
-------------------
+ Add support for using http proxies to fetch from IMDb
! Fix `Title::orig_title()` always being empty if the Title was created from a search
! Improve the look and the coding of the demo pages

v5.1.1 (21.02.2017)
-------------------
! Fix `Title::movietype()` randomly returning a month rather than a movie type (caused by v5.1.0)
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.1';
public $version = '5.2.0';

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

0 comments on commit 81ae237

Please sign in to comment.