From 181948e48151ef8a8e2a73c53ef1e55127e9e247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Fri, 28 May 2021 17:58:28 +0200 Subject: [PATCH] # Apache Solr for TYPO3 11.0.5 (#2945) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bugfix-only release that contains only a bugfixes ## New in this release: * [BUGFIX] Delete documents for valid connections only [b99d7ad](https://github.com/TYPO3-Solr/ext-solr/commit/b99d7ad) (#2940) * [TASK] Make Apache Solr v8.6+ compatible [12b9483](https://github.com/TYPO3-Solr/ext-solr/commit/12b9483) (#2938) * [TASK] Bump Chart.js to v2.9.4 [4eacf89](https://github.com/TYPO3-Solr/ext-solr/commit/4eacf89) (#2946) * [BUGFIX] use pages configuration as default #issue-2742 [d05f77e](https://github.com/TYPO3-Solr/ext-solr/commit/d05f77e) (#2742) * [BUGFIX] ENV vars not handled correctly in site management module [d83c7d1](https://github.com/TYPO3-Solr/ext-solr/commit/d83c7d1) (#2576) * [BUGFIX] Delete synonyms with URL special chars [5905fdb](https://github.com/TYPO3-Solr/ext-solr/commit/5905fdb) (#2336) * [BUGFIX] Fix typo in CoreOptimizationModule/Index.html [3163d25](https://github.com/TYPO3-Solr/ext-solr/commit/3163d25) * [BUGFIX] Use correct html tags in templates [31e2d2c](https://github.com/TYPO3-Solr/ext-solr/commit/31e2d2c) (#2970) * [BUGFIX] Add missing applicationType to faked request [19baedc](https://github.com/TYPO3-Solr/ext-solr/commit/19baedc) (#2932) * [TASK] Add language cache to SiteUtility [6f7e4d1](https://github.com/TYPO3-Solr/ext-solr/commit/6f7e4d1) (#2908) * [BUGFIX] writing errorHandling of site configuration [1ff6ca3](https://github.com/TYPO3-Solr/ext-solr/commit/1ff6ca3) (#2913) * [TASK] Make language cache work with multi site setups [b7a39c1](https://github.com/TYPO3-Solr/ext-solr/commit/b7a39c1) (#2986) * [BUGFIX] set base uri to face frontend request [2c34ae9](https://github.com/TYPO3-Solr/ext-solr/commit/2c34ae9) (#2914) * [BUGFIX] getRangeString(): check type before format() - call [a99275a](https://github.com/TYPO3-Solr/ext-solr/commit/a99275a) (#2942) * [BUGFIX] Fix type error in UrlHelper [17f1653](https://github.com/TYPO3-Solr/ext-solr/commit/17f1653) (#2756) Alternatively check following [link with all changes from 11.0.4 to 11.0.5](https://github.com/TYPO3-Solr/ext-solr/compare/11.0.4...11.0.5). # Contributors * Achim Fritz * Christoph Lehmann * Daniel Koether * Dmitry Dulepov * Georg Ringer * Markus Friedrich * Markus Kobligk * Peter, CyberForum e.V * Rafael Kähm * Sascha Egerer * Sebastian Hofer * Stefano Kowalke --- How to Get Involved =================== There are many ways to get involved with Apache Solr for TYPO3: * Submit bug reports and feature requests on [GitHub](https://github.com/TYPO3-Solr/ext-solr) * Ask or help or answer questions in our [Slack channel](https://typo3.slack.com/messages/ext-solr/) * Provide patches through Pull Request or review and comment on existing [Pull Requests](https://github.com/TYPO3-Solr/ext-solr/pulls) * Go to [www.typo3-solr.com](http://www.typo3-solr.com) or call [dkd](http://www.dkd.de) 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 --- .travis.yml | 2 -- Documentation/Index.rst | 2 +- Documentation/Settings.cfg | 4 ++-- Documentation/Settings.yml | 4 ++-- Documentation/conf.py | 4 ++-- ext_emconf.php | 2 +- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4261ea64bb..efad895903 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,12 +29,10 @@ env: - TYPO3_VERSION="9.5.x-dev" - TYPO3_VERSION="^10.4" - TYPO3_VERSION="10.4.x-dev" - - TYPO3_VERSION="dev-master" matrix: fast_finish: true allow_failures: - - env: TYPO3_VERSION="dev-master" - env: TYPO3_VERSION="10.4.x-dev" - env: TYPO3_VERSION="9.5.x-dev" diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 2503450fab..7aa98da70c 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -17,7 +17,7 @@ Apache Solr for TYPO3 (EXT:solr) solr :Version: - 11.0.4 + 11.0.5 :Language: en diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 09da8115a3..ee9d59355e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = ApacheSolrForTypo3 EXT:solr -version = 11.0.4 -release = 11.0.4 +version = 11.0.5 +release = 11.0.5 t3author = Ingo Renner, Markus Friedrich, Rafael Kähm, Timo Hund copyright = 2020 diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 8d884fcfe1..35dcc39647 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2020 project: Documentation for EXT:solr the Apache Solr integration for TYPO3 - version: 11.0.4 - release: 11.0.4 + version: 11.0.5 + release: 11.0.5 extensions: - sphinx.ext.intersphinx - t3sphinx.ext.t3extras diff --git a/Documentation/conf.py b/Documentation/conf.py index be9dfd3e35..1cfea8d150 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '11.0.4' +version = '11.0.5' # The full version, including alpha/beta/rc tags. -release = '11.0.4' +release = '11.0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ext_emconf.php b/ext_emconf.php index 93e8856df3..b48d7d2b28 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -2,7 +2,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.0.4', + 'version' => '11.0.5', 'state' => 'stable', 'category' => 'plugin', 'author' => 'Ingo Renner, Timo Hund, Rafael Kähm, Markus Friedrich',