mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-04 19:16:13 +01:00
Prepare release of 1.2.0
This commit is contained in:
parent
46df4f4028
commit
79bda0ce72
2 changed files with 30 additions and 2 deletions
28
Documentation/Changelog/1.2.0.rst
Normal file
28
Documentation/Changelog/1.2.0.rst
Normal 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
|
||||
|
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in a new issue