From 21e82bf8b1c448d7feaedcddcbaf438265fa2a99 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Wed, 4 Oct 2023 12:41:00 +0200 Subject: [PATCH] [RELEASE] Release version 0.1.3 - Harden name requirements - Fix caching issue for icons --- 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 81f64bdf..815580ad 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,7 +4,7 @@ [general] project = Content Blocks -release = 0.1.2 +release = 0.1.3 copyright = since 2023 by TYPO3 contributors [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 7ea5eb7c..f0d03ca2 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.2', + 'version' => '0.1.3', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.0.0',