From a3f0a13ad06f83d62c2ab0743a476a4ae15858e6 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 9 Mar 2022 16:11:16 +0100 Subject: [PATCH] Release v6.0.7 - Bugfix release - See changelog for all changes! --- Changelog.md | 6 ++++++ ext_emconf.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 740bac8..5b0af59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# Version 6.0.7 (2022-03-09) +- [TASK] Update github workflow + +All changes +https://github.com/cdaecke/md_news_author/compare/v6.0.6...v6.0.7 + # Version 6.0.6 (2022-03-09) - [TASK] PHP 7.2 compatibility for upgrade wizard diff --git a/ext_emconf.php b/ext_emconf.php index 52c1b0e..ef17830 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -21,7 +21,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '6.0.6', + 'version' => '6.0.7', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99',