Skip to content

Commit

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

v7.4.0 (07.01.2023)
-------------------
+ Added PER Coding Style using PHP-CS-Fixer to maintain consistent coding styles
+ Added .editorconfig to maintain consistent coding styles
* Move the PHPStan configuration to neon and raise the level to 1
* Format project according to coding style
* Don't use zip for PersonTest
! Fix `Title::cast` in PHP 8.1
! Fix `Person::photo`
! Fix `TitleTest::testEpisodes_returns_unknown_season_episodes`
! Fix `Title::aspect_ratio`
! Fix `TitleTest::testRuntimes_two_runtimes_one_annotation`
! Fix `Person::real_id`
! Fix `TitleTest::testAlsoknow`
! Fix `Person::filmograf` #286 @duck7000
* Change `Title::parentalGuide()` to also html entity decode single quotes
! Fix `Calendar::upcomingReleases`
! Fix `Title::tagline` in PHP 5.6 #284 @paxter

v7.3.1 (08.10.2022)
-------------------
* Remove PHP 7.3 from tests
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.3.1';
public $version = '7.4.0';

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

0 comments on commit 0c52b93

Please sign in to comment.