diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 0af046a2b2..28b08bb422 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Used versions (please complete the following information):**
- TYPO3 Version: [e.g. 10.4.23]
- Browser: [e.g. chrome, safari]
- - EXT:solr Version: [e.g. 11.2.2]
+ - EXT:solr Version: [e.g. 11.2.3]
- Used Apache Solr Version: [e.g. 8.11.1]
- PHP Version: [e.g. 7.4.0]
- MySQL Version: [e.g. 8.0.0]
diff --git a/Documentation/Releases/solr-release-11-2.rst b/Documentation/Releases/solr-release-11-2.rst
index 07afb03fc6..3694f9d3d6 100644
--- a/Documentation/Releases/solr-release-11-2.rst
+++ b/Documentation/Releases/solr-release-11-2.rst
@@ -7,13 +7,21 @@
Apache Solr for TYPO3 11.2
==========================
-Apache Solr for TYPO3 11.2.2 - Last non ELTS release
+Apache Solr for TYPO3 11.2.3 - Last non ELTS release
====================================================
This is a maintenance release for TYPO3 10.4 and the last non ELTS release, as TYPO3 10 LTS reaches the ELTS phase on April 30, 2023.
EXT:solr release-11.2.x will not be maintained in `TYPO3-Solr/ext-solr `__ repository any more. The maintenance and builds will be moved to a private
-repository and ELTS versions, EXT:solr 11.2.3+ for TYPO3 10 ELTS versions, can be obtained through the `dkd EB program `__.
+repository and ELTS versions, EXT:solr 11.2.4+ for TYPO3 10 ELTS versions, can be obtained through the `dkd EB program `__.
+
+This release contains:
+
+- [BUGFIX:P:11.2] make CE search form in backend editable again by @dkd-kaehm in `#3640 `__
+* [DOC] Fix wrong type for boostQuery in the docs and example by @rr-it and @dkd-kaehm in `a997a2f4 `__
+
+Apache Solr for TYPO3 11.2.2
+============================
This release contains:
diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg
index 6aefb26013..667f157a2b 100644
--- a/Documentation/Settings.cfg
+++ b/Documentation/Settings.cfg
@@ -5,7 +5,7 @@
project = Apache Solr for TYPO3
version = 11.2
-release = 11.2.2
+release = 11.2.3
copyright = since 2009 by dkd & contributors
[html_theme_options]
diff --git a/ext_emconf.php b/ext_emconf.php
index 0532595f8f..d32a7f836a 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Apache Solr for TYPO3 - Enterprise Search',
'description' => 'Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.',
- 'version' => '11.2.2',
+ 'version' => '11.2.3',
'state' => 'stable',
'category' => 'plugin',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',