Prepare release of 1.2.0

This commit is contained in:
Daniel Siepmann 2022-03-08 09:45:55 +01:00
parent 46df4f4028
commit 79bda0ce72
2 changed files with 30 additions and 2 deletions

View file

@ -0,0 +1,28 @@
1.2.0
=====
Breaking
--------
Nothing
Features
--------
Nothing
Fixes
-----
Nothing
Tasks
-----
* Changed Fluid templates to be more polished using current Bootstrap markup.
Deprecation
-----------
Nothing

View file

@ -4,14 +4,14 @@ $EM_CONF[$_EXTKEY] = [
'title' => 'ThüCAT',
'description' => 'Integration of ThüCAT into TYPO3 CMS.',
'category' => 'fe',
'state' => 'beta',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Daniel Siepmann',
'author_email' => 'coding@daniel-siepmann.de',
'author_company' => '',
'version' => '1.1.0',
'version' => '1.2.0',
'constraints' => [
'depends' => [
'core' => '',