From 692762b699b9299bea35c4db0825ac8c0f386631 Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Mon, 1 Apr 2024 09:30:43 +0200 Subject: [PATCH] [RELEASE] Release version 0.7.0 --- Documentation/guides.xml | 2 +- ext_emconf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 8e238577..7b3d27ef 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -13,7 +13,7 @@ interlink-shortcode="contentblocks/content-blocks" /> diff --git a/ext_emconf.php b/ext_emconf.php index 88a04131..2faf6f15 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,10 +8,10 @@ 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', 'state' => 'beta', - 'version' => '0.6.3', + 'version' => '0.7.0', 'constraints' => [ 'depends' => [ - 'typo3' => '12.4.0-12.4.99', + 'typo3' => '12.4.11-12.4.99', ], 'conflicts' => [], 'suggests' => [],