diff --git a/Documentation/CHANGELOG.md b/Documentation/CHANGELOG.md index beab37e..7821192 100644 --- a/Documentation/CHANGELOG.md +++ b/Documentation/CHANGELOG.md @@ -1,6 +1,11 @@ ChangeLog ========= +12.0.4 +------ +* Cleanup coding style +* Update dependencies for none composer installations + 12.0.3 ------ * Remove stack trace arguments from error mail when an exception during logging occured. diff --git a/ext_emconf.php b/ext_emconf.php index 883cb94..b367d39 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -43,7 +43,7 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '12.0.3', + 'version' => '12.0.4', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',