From 0ada0b082192901f23429302576238b5b5a33e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:18:39 +0100 Subject: [PATCH] [RELEASE] Prepare version 0.6.0 --- CHANGELOG.md | 3 ++- Documentation/Changelog/Index.rst | 2 +- Documentation/Installation/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- README.md | 2 +- ext_emconf.php | 4 ++-- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ff9f6..053db69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First preview release -[Unreleased]: https://github.com/brotkrueml/typo3-feed-generator/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-feed-generator/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/brotkrueml/typo3-feed-generator/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/brotkrueml/typo3-feed-generator/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/brotkrueml/typo3-feed-generator/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/brotkrueml/typo3-feed-generator/compare/v0.2.0...v0.3.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 639699b..367f7b1 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_\ , and this project adheres to `Semantic Versioning `_. -`Unreleased `_ +`Unreleased `_ -------------------------------------------------------------------------------------------- Added diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 8986ec7..36a88e7 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -11,7 +11,7 @@ Installation needs at least PHP 8.1. .. attention:: - The extension is under development and in alpha state. + The extension is under development and in beta state. The only way to install this extension is by using Composer. In your Composer-based TYPO3 project root, just type: diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 9abda84..ac18ecc 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = Feed Generator version = 0.6 -release = 0.6.0-dev +release = 0.6.0 copyright = since 2022 by Chris Müller [html_theme_options] diff --git a/README.md b/README.md index 8d0554a..f86f9ab 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Generator for Atom, JSON and RSS feeds in TYPO3 -> The extension is under development and in alpha state. +> The extension is under development and in beta state. The extension supports TYPO3 v11 LTS and TYPO3 v12, and requires at least PHP 8.1. diff --git a/ext_emconf.php b/ext_emconf.php index 6373e04..139c544 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,8 +5,8 @@ 'category' => 'fe', 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'state' => 'alpha', - 'version' => '0.6.0-dev', + 'state' => 'beta', + 'version' => '0.6.0', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',