Skip to content

Commit

Permalink
Release 7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jreklund committed Jan 7, 2023
1 parent 5f4aea1 commit 18af6fd
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
====================

v7.4.1 (07.01.2023)
-------------------
! Fix demo as `Title::soundtrack` where simplified in v7.3.1
! Fix `Person::photo_localurl` in PHP 8.2
! Fix `Title::photo_localurl` in PHP 8.2

v7.4.0 (07.01.2023)
-------------------
+ Added PER Coding Style using PHP-CS-Fixer to maintain consistent coding styles
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 = '7.4.0';
public $version = '7.4.1';

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

0 comments on commit 18af6fd

Please sign in to comment.