From 243573824abb4d3e80b33a067be2215755cf68fd Mon Sep 17 00:00:00 2001 From: twoldanski <66474451+twoldanski@users.noreply.github.com> Date: Thu, 9 Mar 2023 09:36:53 +0100 Subject: [PATCH] [TASK] Update ext_emconf (#571) --- ext_emconf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 28d9c8e6..da167616 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,14 +8,14 @@ */ $EM_CONF[$_EXTKEY] = [ - 'title' => 'Headless', - 'description' => 'This extension provides way to output content from TYPO3 in JSON format.', + 'title' => 'TYPO3 Headless API', + 'description' => 'Makes TYPO3 a headless CMS. Content and pages available in JSON format. Supports multilanguage, multidomain, forms, frontend login, workspaces and more. For JS frontend app see nuxt-typo3 package', 'state' => 'stable', 'author' => 'Łukasz Uznański', 'author_email' => 'extensions@macopedia.pl', 'author_company' => 'Macopedia Sp. z o.o.', 'category' => 'fe', - 'version' => '3.2.2', + 'version' => '3.3.0', 'constraints' => [ 'depends' => [ 'frontend' => '11.4.0-11.5.99',