Skip to content

Commit

Permalink
[TASK] 10.0.4 - Maintenance Release
Browse files Browse the repository at this point in the history
# Apache Solr for TYPO3 10.0.4

## New in this release:

* [TASK] Change configuration files to TYPO3 file extensions [13166ad](13166ad) (#2813)
* [BUGFIX] garbage collector on translations [987e1a0](987e1a0) (#2797)
* [BUGFIX] Quote field within score calculation [1015cf7](1015cf7) (#2824)
* [BUGFIX] IndexInspector wrong language to document relation [6af5f89](6af5f89) (#2553 / #2731)
* [BUGFIX] disabled Solr Sites [f9b200a](f9b200a) (#2795)
* [BUGFIX] Enable unicode when fetching pages [1c77b40](1c77b40) (#2810)
* [TASK] Disable cache time information for ajax request [0db4418](0db4418) (#2834)
* [FEATURE] Allow stdWrap on sorting label [ba350e4](ba350e4) (#2339)
* [BUGFIX] Fix handling of case sensitive variant ids [c113b90](c113b90) (#2865)
* [FEATURE] Store number of existing variants [1fd7bd9](1fd7bd9) (#2870)
* [BUGFIX] Fix missing variant field value [f5a02f7](f5a02f7) (#2878)
* [BUGFIX] Exception on Cached state of TranslateViewHelper [fe1ccee](fe1ccee) (#2830)
* [BUGFIX] Check if $recordUid is non-numeric before substitution [a4d25f1](a4d25f1) (#2836)
* [TASK] Remove TYPO3 long time ago deprecated cache class [3c27f79](3c27f79) (#2782)
* [BUGFIX] Use Iconfactory to retrieve record icons [6f10f02](6f10f02) (#2900)
* [BUGFIX] remove escaping on suggestion prefix [4222974](4222974) (#2917)
* [BUGFIX] Make relevance sorting option markable as active [e37b67e](e37b67e) (#2923)

---

# Contributors

Like always this release would not have been possible without the help from our
awesome community. Here are the contributors to this release.

(patches, comments, bug reports, reviews, ... in alphabetical order)

* Achim Fritz
* dev-rke
* Georg Ringer
* Lars Tode
* Markus Friedrich
* Rafael Kähm
* Sebastian Michaelsen
* Stefano Kowalke
* Timo Hund

---

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

---

Fixes: #2928
  • Loading branch information
dkd-kaehm committed May 21, 2021
1 parent e37b67e commit 1501239
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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:
10.0.4-dev
10.0.4

: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 = 10.0.4-dev
release = 10.0.4-dev
version = 10.0.4
release = 10.0.4
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: 10.0.4-dev
release: 10.0.4-dev
version: 10.0.4
release: 10.0.4
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 = '10.0.4-dev'
version = '10.0.4'
# The full version, including alpha/beta/rc tags.
release = '10.0.4-dev'
release = '10.0.4'

# 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' => '10.0.4-dev',
'version' => '10.0.4',
'state' => 'beta',
'category' => 'plugin',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand Down

0 comments on commit 1501239

Please sign in to comment.