From 29cefdabc38c5ea8b2821bf9effa4288098934ca Mon Sep 17 00:00:00 2001 From: Nikita Hovratov Date: Wed, 27 Sep 2023 17:48:33 +0200 Subject: [PATCH] [RELEASE] Release version 0.1.0 The first public TER release for Content Blocks! We've worked for 1 year to get to this state. Please try it out and send feedback to us. This will eventually become the official system extension content_blocks for TYPO3 v13. As this is a beta version, be careful using it in production. Things may break in every new release. Have fun using Content Blocks! --- Documentation/Settings.cfg | 11 +++++------ ext_emconf.php | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 856fe6dc..19f149d7 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -4,22 +4,21 @@ [general] project = Content Blocks -version = main (development) -release = main (development) +release = 0.1.0 copyright = since 2023 by TYPO3 contributors [html_theme_options] # "Edit on GitHub" button -github_repository = typo3/typo3 +github_repository = nhovratov/content-blocks github_branch = main -path_to_documentation_dir = typo3/sysext/content_blocks/Documentation/ +path_to_documentation_dir = Documentation/ # Footer links project_home = https://typo3.org/community/teams/typo3-development/initiatives/structured-content/content-blocks project_contact = https://typo3.org/community/teams/typo3-development/initiatives/structured-content/ -project_repository = https://github.com/typo3/typo3 -project_issues = https://forge.typo3.org/projects/typo3cms-core/issues +project_repository = https://github.com/nhovratov/content-blocks +project_issues = https://github.com/nhovratov/content-blocks/issues project_discussions = diff --git a/ext_emconf.php b/ext_emconf.php index 6e1a48f4..2e8fe362 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,8 +7,8 @@ 'author' => 'TYPO3 Core Team', 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', - 'state' => 'stable', - 'version' => '12.4.0-13.0.0', + 'state' => 'beta', + 'version' => '0.1.0', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-13.0.0',