Skip to content

Commit

Permalink
Release 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jreklund committed Jan 7, 2023
1 parent 6c6e908 commit 52da16f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
History for IMDBPHP
====================

v7.4.2 (07.01.2023)
-------------------
! Remove visibility from const to support < PHP 7.1

v7.4.1 (07.01.2023)
-------------------
! Fix demo as `Title::soundtrack` where simplified in v7.3.1
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.1';
public $version = '7.4.2';

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

0 comments on commit 52da16f

Please sign in to comment.