Skip to content

Commit

Permalink
Release 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jreklund committed Oct 8, 2022
1 parent 082ca5b commit 1fdcc68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
History for IMDBPHP
====================

v7.3.1 (08.10.2022)
-------------------
* Remove PHP 7.3 from tests
! Fix `Calendar::upcomingReleases()`
! Fix `PersonSearch::results()`
! Fix `Title::storyline()`
! Fix `Title::tagline()`
! Fix `Title::parentalGuide()`
! Fix `TitleSearch::search()`
! Fix `Title::populateEpisodeSeasonEpisode()`
! Fix `Title::keywords()` #278 @duck7000 and @tboothman
* Simplify `Title::soundtrack()` to just return raw data rather than badly trying to parse it
! Fix `Person::spouse()` #275 @duck7000
! Fix `Title::died()`

v7.3.0 (03.03.2022)
-------------------
+ `Person::real_id()` gives the imdb ID of a person after following any redirects from the ID requested. Thanks @duck7000
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class MdbBase extends Config
{
public $version = '7.3.0';
public $version = '7.3.1';

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

0 comments on commit 1fdcc68

Please sign in to comment.