diff --git a/Changelog.md b/Changelog.md index aa3ac90..78e9e0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Version 3.0.2 (2022-03-31) +[BUGFIX] Remove archive date, if no value is provided + +All changes +https://github.com/cdaecke/md_newsfrontend/compare/3.0.1...3.0.2 + # Version 3.0.1 (2022-02-08) [BUGFIX] use full path to models `FrontendUser` and `FileReference`, otherwise it will try to use the models of ext:news diff --git a/ext_emconf.php b/ext_emconf.php index 8c6c90a..93ddd85 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.0.1', + 'version' => '3.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99',