Skip to content

Commit

Permalink
[RELEASE] 11.5.5 - Maintenance Release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dkd-kaehm committed Nov 17, 2023
1 parent 7c9dae1 commit f29d2e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci-matrix.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
{
"main": {
"PHP": [ "7.4", "8.0", "8.1" ],
"TYPO3": [ "11", "11.5.x-dev" ]
},

"release-11.5.x": {
"PHP": [ "7.4", "8.0", "8.1" ],
"TYPO3": [ "11", "11.5.x-dev" ]
},

"release-11.1.x": {
"PHP": [ "7.2", "7.3", "7.4" ],
"TYPO3": [ "10", "10.4.x-dev" ]
},

"release-11.0.x": {
"PHP": [ "7.2", "7.3", "7.4" ],
"TYPO3": [ "9", "10", "9.5.x-dev", "10.4.x-dev" ]
}
}
6 changes: 5 additions & 1 deletion Documentation/Releases/solr-release-11-5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ will contain support for Apache Solr 9 and some breaking improvements.

11.5.5 contains the following changes:

- !!![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>`__
- [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)
- !!![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)
- [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)
- [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)
- [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)

Release 11.5.4
--------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = Apache Solr for TYPO3
version = 11.5
release = 11.5.4
release = 11.5.5
copyright = since 2009 by dkd & contributors

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4',
'version' => '11.5.5',
'state' => 'stable',
'category' => 'plugin',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand Down

0 comments on commit f29d2e1

Please sign in to comment.