Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Oct 16, 2016
1 parent 74302a7 commit 34ffcc1
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.0.0 (16.10.2016)
-------------------
! Started using curl for all http(s) requests.
! Fixed `Title::composer()` for TV shows

v4.1.1 (14.09.2016)
-------------------
! Fixed `Title::savephoto()`, which broke due to imdb moving their images be served with SSL
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 = '4.1.1';
public $version = '5.0.0';

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

0 comments on commit 34ffcc1

Please sign in to comment.