From 34ffcc19e689226d25253b16aa41cc9173a01567 Mon Sep 17 00:00:00 2001 From: Tom Boothman Date: Sun, 16 Oct 2016 22:12:04 +0100 Subject: [PATCH] Release 5.0.0 --- doc/CHANGELOG | 5 +++++ src/Imdb/MdbBase.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 00cf4412..0b6e6301 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -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 diff --git a/src/Imdb/MdbBase.php b/src/Imdb/MdbBase.php index 21ee312a..34d4ed1b 100644 --- a/src/Imdb/MdbBase.php +++ b/src/Imdb/MdbBase.php @@ -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",