From 79bda0ce7251a7ddbb2dc5356b19f696632a4932 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 8 Mar 2022 09:45:55 +0100 Subject: [PATCH] Prepare release of 1.2.0 --- Documentation/Changelog/1.2.0.rst | 28 ++++++++++++++++++++++++++++ ext_emconf.php | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 Documentation/Changelog/1.2.0.rst 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' => '',