-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We are happy to release EXT:solr 11.6.0. The focus of this release has been on Apache Solr upgrade to v9.7.0. **Important**: This version is installable with TYPO3 11 LTS on v11.5.14+ only and contains some breaking changes, see details below. Full list of changes: - !!![BUGFIX:BP:11.6] Queue check considers indexing configuration - !!![TASK:BP:11.6] Introduce queue and queue item interfaces - [TASK:BP:11.6] Consider queue initialization status - !!![TASK:BP:11.6] Introduce specific EXT:solr exceptions - [TASK] Prepare release-11.6.x for TYPO3 11.5 LTS - [TASK] sync the CI stuff from main branch into 11.6.x - [TASK] Activate PHPStan - [TASK] Use Apache Solr 9.2 for EXT:solr 11.6 - [FEATURE] Introduce TYPO3_SOLR_ENABLED_CORES docker env variable - [TASK] Make it possible to change solr unix GID:UID on docker… - [TASK] revert unnecessary changes on Apache Solr 9.2 upgrade - !!![TASK] Upgrade to Apache Solr 9.3.0 - [BUGFIX] Fix result highlighting fragment size - [TASK] Update to Solr 9.5 - New Crowdin updates 2024.07.03 - [TASK] Upgrade to Apache Solr 9.7 Please read the release notes: https://github.com/TYPO3-Solr/ext-solr/releases/tag/11.6.0 --- 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
4dd498b
commit 151e1e1
Showing
3 changed files
with
147 additions
and
23 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
'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.6.0', | ||
'state' => 'beta', | ||
'state' => 'stable', | ||
'category' => 'plugin', | ||
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich', | ||
'author_email' => '[email protected]', | ||
|