Skip to content

Commit

Permalink
# Apache Solr for TYPO3 11.0.5 (#2945)
Browse files Browse the repository at this point in the history
This is a bugfix-only release that contains only a bugfixes

## New in this release:

* [BUGFIX] Delete documents for valid connections only [b99d7ad](b99d7ad) (#2940)
* [TASK] Make Apache Solr v8.6+ compatible [12b9483](12b9483) (#2938)
* [TASK] Bump Chart.js to v2.9.4 [4eacf89](4eacf89) (#2946)
* [BUGFIX] use pages configuration as default #issue-2742 [d05f77e](d05f77e) (#2742)
* [BUGFIX] ENV vars not handled correctly in site management module [d83c7d1](d83c7d1) (#2576)
* [BUGFIX] Delete synonyms with URL special chars [5905fdb](5905fdb) (#2336)
* [BUGFIX] Fix typo in CoreOptimizationModule/Index.html [3163d25](3163d25)
* [BUGFIX] Use correct html tags in templates [31e2d2c](31e2d2c) (#2970)
* [BUGFIX] Add missing applicationType to faked request [19baedc](19baedc) (#2932)
* [TASK] Add language cache to SiteUtility [6f7e4d1](6f7e4d1) (#2908)
* [BUGFIX] writing errorHandling of site configuration [1ff6ca3](1ff6ca3) (#2913)
* [TASK] Make language cache work with multi site setups  [b7a39c1](b7a39c1) (#2986)
* [BUGFIX] set base uri to face frontend request [2c34ae9](2c34ae9) (#2914)
* [BUGFIX] getRangeString(): check type before format() - call [a99275a](a99275a) (#2942)
* [BUGFIX] Fix type error in UrlHelper [17f1653](17f1653) (#2756)

Alternatively check following [link with all changes from 11.0.4 to 11.0.5](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
  • Loading branch information
dkd-kaehm committed Aug 20, 2021
1 parent 17f1653 commit 181948e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Apache Solr for TYPO3 (EXT:solr)
solr

:Version:
11.0.4
11.0.5

:Language:
en
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 181948e

Please sign in to comment.