Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tboothman committed Feb 14, 2023
1 parent 228f2f3 commit 75d050b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
History for IMDBPHP
====================

v8.0.0
------
v8.0.1 (14.02.2023)
-------------------
+ Add setCount and setStart to TitleSearchAdvanced. setCount lets you change how many results you get,
and setStart lets you offset the start of the search results so you can get multiple pages
! Fix Title::alsoknow() when country is not set. countryCode and languageCode will now be null if no language or country is set

v8.0.0 (13.02.2023)
-------------------

! Title::plot() returns plain text utf-8 strings rather than html. It no longer contains the author at the end (You can get the author from Title::plot_split())
! Title::plot_split() also has plain text utf-8 strings rather than html in its plot field
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.0';
public $version = '8.0.1';

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

0 comments on commit 75d050b

Please sign in to comment.