forked from TYPO3-Solr/ext-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a maintenance release for TYPO3 12.4 LTS, containing: - [BUGFIX] false as field value is not allowed - [FEATURE] send an event for suggest queries - [TASK] Remove unused field 'cookie' in tx_solr_statistics - [BUGFIX] Unit tests missing mock of EventDispatcher for AfterSuggestQueryHasBeenPreparedEvent - [BUGFIX] Resolve custom partialName in hierarchy facet - [BUGFIX] Adjust paths in jquery-ui.custom.css - [BUGFIX] Broken IndexQueueModule.css asset path in backend - [FEATURE] Improve BeforeSearchResultIsShownEvent - [BUGFIX] 'AfterFacetIsParsedEvent' was never dispatched - [BUGFIX] update acces to backend user modules - [DOC] Add infos about adding own field processors - [BUGFIX] Ensure method return value of root-page-UID is an integer - [BUGFIX] Exception in CLI mode when using suggest TS example - [BUGFIX] Prevent exception in AccessComponent - [TASK] Describe issues with Colima as Docker provider - [TASK] Provide encryptionKey in unit tests - [DOCS] Make values of faceting.urlParameterStyle more clear - [BUGFIX] Handle if some tags are upper-case and strict-comparison - [FEATURE] Power up for magic filter __pageSections - [TASK] Add content stream check - [TASK] Support several Apache Solr versions Please read the release notes: https://github.com/TYPO3-Solr/ext-solr/releases/tag/12.0.2 --- 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
- Loading branch information
1 parent
d26e222
commit 46ced72
Showing
24 changed files
with
1,018 additions
and
640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. include:: /Includes.rst.txt | ||
.. index:: Archive | ||
.. _releases-archive: | ||
|
||
******* | ||
Archive | ||
******* | ||
|
||
|
||
| | ||
.. toctree:: | ||
:titlesonly: | ||
:glob: | ||
|
||
solr-release-11-1.rst | ||
solr-release-10-0.rst | ||
solr-release-9-0.rst | ||
solr-release-8-1.rst | ||
solr-release-8-0.rst | ||
solr-release-7-0.rst | ||
solr-release-6-1.rst | ||
solr-release-6-0.rst | ||
solr-release-5-1.rst | ||
solr-release-5-0.rst | ||
solr-release-4-0.rst | ||
solr_release-3-1.rst | ||
solr-release-3-0.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.