From 6dfefc19664da538510b7c0201cbb200546fa6fc Mon Sep 17 00:00:00 2001 From: Markus Friedrich Date: Mon, 14 Mar 2022 16:03:28 +0100 Subject: [PATCH] # Release 11.5.0-rc-1 First release candidate of 11.5.0 for TYPO3 11 LTS #standwithukraine #nowar ## Huge improvements: * TYPO3 11 LTS compatibility * Improved data update handling ## Known issues: * [BUG:11.5] Frequent Searches plugin does not work #3166 ## Open tasks: * [TASK] Finalize lastSearches Integration test cases #3160 * [TASK] Re-Enable early failing in Build/Test/IntegrationTests.xml and IntegrationFrontendTests.xml #3169 * [BUGFIX] Fix GroupItemPaginate ViewHelper #3220 ## Note for non-composer instances: This release candidate is not available in TYPO3 TER, if you want to try this release, please download and install this release manually from: * https://github.com/TYPO3-Solr/ext-solr/releases/tag/11.5.0-rc-1 --- # 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 --- Documentation/Index.rst | 2 +- Documentation/Releases/solr-release-11-5.rst | 17 +++++++++++++++-- Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/Documentation/Index.rst b/Documentation/Index.rst index eb51f59e09..79ac21128d 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -17,7 +17,7 @@ Apache Solr for TYPO3 (EXT:solr) solr :Version: - 11.5.0-beta2 + 11.5.0-rc-1 :Language: en diff --git a/Documentation/Releases/solr-release-11-5.rst b/Documentation/Releases/solr-release-11-5.rst index 923df49e1b..f63dacf48b 100644 --- a/Documentation/Releases/solr-release-11-5.rst +++ b/Documentation/Releases/solr-release-11-5.rst @@ -6,7 +6,7 @@ .. include:: ../Includes.txt -.. _releases-11-1: +.. _releases-11-5: ============================ Apache Solr for TYPO3 11.5.0 @@ -15,12 +15,25 @@ Apache Solr for TYPO3 11.5.0 We are happy to release EXT:solr 11.5.0. The focus of this release has been on TYPO3 11 LTS compatibility. +#standwithukraine #nowar + **Important**: This version is installable with TYPO3 11 LTS only and contains some breaking changes, see details below. New in this release =================== -TBD +Support of TYPO3 11 LTS +----------------------- + +With EXT:solr 11.5 we provide the support of TYPO3 11 LTS. + + +Bootstrap 5.1 +------------- + +The default templates provided by EXT:solr were adapted for Bootstrap 5.1. + +The templates are also prepared to display some icons with Bootstrap Icons, but the usage is optional and the icons are no longer provided with EXT:solr as the former Glyphicons were. Contributors ============ diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ff15532f4c..465dc56a8a 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = ApacheSolrForTypo3 EXT:solr -version = 11.5.0-beta2 -release = 11.5.0-beta2 +version = 11.5.0-rc-1 +release = 11.5.0-rc-1 t3author = Ingo Renner, Markus Friedrich, Rafael Kähm, Timo Hund copyright = 2022 diff --git a/ext_emconf.php b/ext_emconf.php index bfd733ee2d..3a3151747f 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.5.0-beta-2', + 'version' => '11.5.0-rc-1', 'state' => 'beta', 'category' => 'plugin', 'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',