From c275346703a11cff85f4855f5be204ede9bca84c Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Fri, 29 Sep 2023 15:38:45 +0200 Subject: [PATCH] [RELEASE] Release version 0.1.2 Fixed icon path in classic mode. --- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 1536a9ca..81f64bdf 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,7 +4,7 @@ [general] project = Content Blocks -release = 0.1.1 +release = 0.1.2 copyright = since 2023 by TYPO3 contributors [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index fc173c50..7ea5eb7c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', 'state' => 'beta', - 'version' => '0.1.1', + 'version' => '0.1.2', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.0.0',