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' => '',