Skip to content

Commit

Permalink
Release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreklund committed Feb 25, 2024
1 parent 1cc009a commit c622579
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,21 @@
History for IMDBPHP
====================

v8.2.0 (25.02.2024)
-------------------
+ Add Podcast Episode support #326 by @Fossil01
! Fix Title::trivia() - limited to 5 entries
! Fix Title::filmingDates()
! Fix Title::keywords_all() - limited to 50 entries
! Fix Title::locations() - limited to 5 entries
! Fix Title::quotes() and Title::quotes_split()
! Fix Title::goofs() - limited to 5 entries
! Fix Title::crazy_credits()
! Fix Title::metacriticRating()
! Fix Title::creator()

v8.1.0 (14.03.2023)
-------------------

+ Add Psr/Log v2 to allowed versions in composer.json
! Fix Title::aspect_ratio no longer returning anything

Expand All @@ -22,7 +34,6 @@ v8.0.1 (14.02.2023)

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
! Title::releaseInfo() return has changed. The country strings have changed slightly, the dates are numbers rather than stringy numbers and month has been removed.
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.1.0';
public $version = '8.2.0';

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

0 comments on commit c622579

Please sign in to comment.