Skip to content

Commit

Permalink
Release 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Feb 21, 2023
1 parent dc7ee3e commit dd149f3
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
====================

v8.0.2 (21.02.2023)
-------------------
! Improved the documentation of Title::alsoknow()
! Fixes Title::alsoknow() returning an 'original title' with a null name when your imdb display title is the original title
- Deprecate PersonSearch::reset()

v8.0.1 (14.02.2023)
-------------------
+ Add setCount and setStart to TitleSearchAdvanced. setCount lets you change how many results you get,
Expand Down
2 changes: 1 addition & 1 deletion src/Imdb/MdbBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
class MdbBase extends Config
{
public $version = '8.0.1';
public $version = '8.0.2';

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

0 comments on commit dd149f3

Please sign in to comment.