diff --git a/Documentation/Changelog/1.2.0.rst b/Documentation/Changelog/1.2.0.rst new file mode 100644 index 0000000..6a7f8ce --- /dev/null +++ b/Documentation/Changelog/1.2.0.rst @@ -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 + diff --git a/ext_emconf.php b/ext_emconf.php index a81782a..a066365 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => '',