From 98eb5ffafb563428b0b4dd0bf52722a9b409e7b3 Mon Sep 17 00:00:00 2001 From: "Daniel Siepmann (Codappix)" Date: Mon, 9 Sep 2024 08:39:36 +0200 Subject: [PATCH] Add missing dependency to typo3/cms-install (#120) As this provides the upgrade wizard feature. --- Documentation/Changelog/3.0.1.rst | 29 +++++++++++++++++++++++++++++ composer.json | 3 ++- ext_emconf.php | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 Documentation/Changelog/3.0.1.rst diff --git a/Documentation/Changelog/3.0.1.rst b/Documentation/Changelog/3.0.1.rst new file mode 100644 index 0000000..dc6a53c --- /dev/null +++ b/Documentation/Changelog/3.0.1.rst @@ -0,0 +1,29 @@ +3.0.1 +===== + +Breaking +-------- + +Nothing + +Features +-------- + +Nothing + +Fixes +----- + +* Add missing dependency to `typo3/cms-install`. + As this provides the upgrade wizard feature. + +Tasks +----- + +Nothing + +Deprecation +----------- + +Nothing + diff --git a/composer.json b/composer.json index 336dd7d..41ea9ae 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,8 @@ "typo3/cms-backend": "^12.4", "typo3/cms-core": "^12.4", "typo3/cms-extbase": "^12.4", - "typo3/cms-frontend": "^12.4" + "typo3/cms-frontend": "^12.4", + "typo3/cms-install": "^12.4" }, "require-dev": { "codappix/typo3-php-datasets": "^1.4", diff --git a/ext_emconf.php b/ext_emconf.php index 1d92258..bc50bb6 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ $EM_CONF['thuecat'] = [ 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', 'author_company' => '', - 'version' => '3.0.0', + 'version' => '3.0.1', 'constraints' => [ 'depends' => [ 'core' => '',