Skip to content

Commit f29d2e1

Browse files
committed
[RELEASE] 11.5.5 - Maintenance Release
This is a maintenance release for TYPO3 11.5 and the last release that supports Apache Solr 8.11. Next EXT:solr release for TYPO3 11.5 will be 11.6.0, it will contain support for Apache Solr 9 and some breaking improvements. **Note:** This release requires the database schema update, due of database schema change from pull-request #3880 Please read the release notes: https://github.com/TYPO3-Solr/ext-solr/releases/tag/11.5.5 --- How to Get Involved There are many ways to get involved with Apache Solr for TYPO3: * Submit bug reports and feature requests on GitHub * Ask or help or answer questions in our Slack channel * Provide patches through pull requests or review and comment on existing pull requests * Go to www.typo3-solr.com or call dkd to sponsor the ongoing development of Apache Solr for TYPO3 Support us by becoming an EB partner: https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/ or call: +49 (0)69 - 2475218 0 Resolves: #3782
1 parent 7c9dae1 commit f29d2e1

File tree

4 files changed

+7
-18
lines changed

4 files changed

+7
-18
lines changed

.github/workflows/ci-matrix.json

-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
{
2-
"main": {
3-
"PHP": [ "7.4", "8.0", "8.1" ],
4-
"TYPO3": [ "11", "11.5.x-dev" ]
5-
},
6-
72
"release-11.5.x": {
83
"PHP": [ "7.4", "8.0", "8.1" ],
94
"TYPO3": [ "11", "11.5.x-dev" ]
10-
},
11-
12-
"release-11.1.x": {
13-
"PHP": [ "7.2", "7.3", "7.4" ],
14-
"TYPO3": [ "10", "10.4.x-dev" ]
15-
},
16-
17-
"release-11.0.x": {
18-
"PHP": [ "7.2", "7.3", "7.4" ],
19-
"TYPO3": [ "9", "10", "9.5.x-dev", "10.4.x-dev" ]
205
}
216
}

Documentation/Releases/solr-release-11-5.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ will contain support for Apache Solr 9 and some breaking improvements.
1717

1818
11.5.5 contains the following changes:
1919

20-
- !!![BUGFIX:11.5] Exception with tx_solr_statistics after latest TYPO3 security update by @dkd-kaehm in `#3880 <https://github.com/TYPO3-Solr/ext-solr/pull/3880>`__
20+
- [DOC] Fix changelogs and add hints about outdated state on branches `99549d94e on @2023-11-08 <https://github.com/TYPO3-Solr/ext-solrfal/commit/99549d94e>`__ (thanks to Rafael Kähm)
21+
- !!![BUGFIX] Exception with tx_solr_statistics after latest TYPO3 security update `bc6a4d9d3 on @2023-11-15 <https://github.com/TYPO3-Solr/ext-solrfal/commit/bc6a4d9d3>`__ (thanks to Rafael Kähm)
22+
- [BUGFIX] check if all sorting parts are present before access `d54a476c8 on @2023-11-14 <https://github.com/TYPO3-Solr/ext-solrfal/commit/d54a476c8>`__ (thanks to Johannes)
23+
- [BUGFIX] Indexer does not work for extbase-records with sys_language_uid=-1 `ce3a3ea61 on @2023-11-15 <https://github.com/TYPO3-Solr/ext-solrfal/commit/ce3a3ea61>`__ (thanks to Rafael Kähm)
24+
- [BUGFIX] Infinite loop in SolrRoutingMiddleware #3873 `7c9dae186 on @2023-11-14 <https://github.com/TYPO3-Solr/ext-solrfal/commit/7c9dae186>`__ (thanks to Jaro von Flocken)
2125

2226
Release 11.5.4
2327
--------------

Documentation/Settings.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
project = Apache Solr for TYPO3
77
version = 11.5
8-
release = 11.5.4
8+
release = 11.5.5
99
copyright = since 2009 by dkd & contributors
1010

1111
[html_theme_options]

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$EM_CONF[$_EXTKEY] = [
44
'title' => 'Apache Solr for TYPO3 - Enterprise Search',
55
'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.',
6-
'version' => '11.5.4',
6+
'version' => '11.5.5',
77
'state' => 'stable',
88
'category' => 'plugin',
99
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',

0 commit comments

Comments
 (0)