From ce2dc4836717942da211070e1dab9868428d59ca Mon Sep 17 00:00:00 2001 From: Andreas Fernandez Date: Tue, 12 Sep 2023 14:50:35 +0200 Subject: [PATCH] [RELEASE] v12.0.2 --- CHANGELOG.md | 14 ++++++++++++++ Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94e314d7..5ab96959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 12.0.2 + +## TASK + +- c6a2a66 [TASK] Add index for `crdate` fields + +## BUGFIX + +- 4ba5e6f [BUGFIX] Build correct database query in `StaticDatabaseMapper` + +## Contributors + +- Andreas Fernandez + # 12.0.1 ## BUGFIX diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8c4f8035..c939d3b8 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = TYPO3 Blog Extension -version = 12.0.1 -release = 12.0.1 +version = 12.0.2 +release = 12.0.2 t3author = TYPO3 GmbH copyright = since 2016 by TYPO3 GmbH description = The blog extension for TYPO3 provides a blog based on TYPO3s core features - pages and content element. diff --git a/ext_emconf.php b/ext_emconf.php index ec082b76..5317ec76 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'state' => 'stable', 'author' => 'TYPO3 GmbH', 'author_email' => 'info@typo3.com', - 'version' => '12.0.1', + 'version' => '12.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',