Skip to content

Commit

Permalink
[RELEASE] 11.5.4 - Maintenance Release
Browse files Browse the repository at this point in the history
This is a maintenance release for TYPO3 11.5 and the last release that supports Apache Solr 8.11. Next EXT:solr release for TYPO3 11.5 will be 11.6.0, it
will contain support for Apache Solr 9 and some breaking improvements.

11.5.4 contains the following changes:

- [TASK] Fix CI 2023.09.11 on release-11.5.x by @dkd-kaehm in #3777
- [BUGFIX:BP:11.5] Fix EXT:solr route enhancer by @dkd-friedrich in #3743
- [BUG] Fix detection of "draft records" in workspaces by @baschny in #3642
- [BUGFIX] Do not index translations on default language in languages free mode by @dkd-kaehm in #3786
- [BUGFIX:BP:11.5] Retry Uri Building after exception by @dkd-friedrich in #3789
- [BUGFIX] Delete index documents without available site by @dkd-kaehm in #3778
- [TASK:BP:11.5] Ensure recursive page update on page movement by @dkd-friedrich in #3771
- [FEATURE:BP:11.5] Add index queue indices by @dkd-friedrich in #3791
- [TASK:BP:11.5] Migrate top.fsMod by @dkd-friedrich in #3795
- [BUGFIX:BP:11.5] Return value getPageItemChangedTime() must be of the type int by @dkd-kaehm in #3813
- [TASK:BP:11.5] Remove duplicate withHeader() by @dkd-kaehm in #3626
- [BUGFIX:BP:11.5] Do not list cores twice in Index Inspector by @dkd-kaehm in #3818
- [BUGFIX] Fixes multiple sortings by @BastiLu in #3762
- [BUGFIX:BP:11.5] Fix missing frontend.typoscript request attribute while indexing by @dkd-kaehm in #3822
- [BUGFIX] Prevent indexing error on missing 'foreignLabelField' by @kitzberger in #3740
- [BUGFIX:BP:11.5] Force score to float by @dkd-kaehm in #3824
- [BUGFIX:BP:11.5] Fix possible notice by @dkd-kaehm in #3825
- [DOC:BP:11.5] Add FAQ how to generate URLs to restricted pages by @dkd-kaehm in #3826
- [BUGFIX:BP:11.5] Handle float values in options facet parser by @dkd-kaehm in #3827
- [BUGFIX:BP:11.5] handle localizations with un-available tsfe more gracefully by @dkd-kaehm in #3832
- [TASK] Update the version matrix by @dkd-friedrich in #3860

Please read the release notes:
https://github.com/TYPO3-Solr/ext-solr/releases/tag/11.5.4

---

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

Resolves: #3782
  • Loading branch information
dkd-friedrich committed Nov 6, 2023
1 parent c264673 commit 43bb8d4
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
**Used versions (please complete the following information):**
- TYPO3 Version: [e.g. 11.5.26]
- Browser: [e.g. chrome, safari]
- EXT:solr Version: [e.g. 11.5.3]
- EXT:solr Version: [e.g. 11.5.4]
- Used Apache Solr Version: [e.g. 8.11.1]
- PHP Version: [e.g. 8.1.0]
- MySQL Version: [e.g. 8.0.0]
Expand Down
31 changes: 31 additions & 0 deletions Documentation/Releases/solr-release-11-5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,37 @@
Apache Solr for TYPO3 11.5
==========================

Apache Solr for TYPO3 11.5.4
============================


This is a maintenance release for TYPO3 11.5 and the last release that supports Apache Solr 8.11. Next EXT:solr release for TYPO3 11.5 will be 11.6.0, it
will contain support for Apache Solr 9 and some breaking improvements.

11.5.4 contains the following changes:

- [TASK] Fix CI 2023.09.11 on release-11.5.x by @dkd-kaehm in `#3777 <https://github.com/TYPO3-Solr/ext-solr/pull/3777>`__
- [BUGFIX:BP:11.5] Fix EXT:solr route enhancer by @dkd-friedrich in `#3743 <https://github.com/TYPO3-Solr/ext-solr/pull/3743>`__
- [BUG] Fix detection of "draft records" in workspaces by @baschny in `#3642 <https://github.com/TYPO3-Solr/ext-solr/pull/3642>`__
- [BUGFIX] Do not index translations on default language in languages free mode by @dkd-kaehm in `#3786 <https://github.com/TYPO3-Solr/ext-solr/pull/3786>`__
- [BUGFIX:BP:11.5] Retry Uri Building after exception by @dkd-friedrich in `#3789 <https://github.com/TYPO3-Solr/ext-solr/pull/3789>`__
- [BUGFIX] Delete index documents without available site by @dkd-kaehm in `#3778 <https://github.com/TYPO3-Solr/ext-solr/pull/3778>`__
- [TASK:BP:11.5] Ensure recursive page update on page movement by @dkd-friedrich in `#3771 <https://github.com/TYPO3-Solr/ext-solr/pull/3771>`__
- [FEATURE:BP:11.5] Add index queue indices by @dkd-friedrich in `#3791 <https://github.com/TYPO3-Solr/ext-solr/pull/3791>`__
- [TASK:BP:11.5] Migrate top.fsMod by @dkd-friedrich in `#3795 <https://github.com/TYPO3-Solr/ext-solr/pull/3795>`__
- [BUGFIX:BP:11.5] Return value getPageItemChangedTime() must be of the type int by @dkd-kaehm in `#3813 <https://github.com/TYPO3-Solr/ext-solr/pull/3813>`__
- [TASK:BP:11.5] Remove duplicate withHeader() by @dkd-kaehm in `#3817 <https://github.com/TYPO3-Solr/ext-solr/pull/3626>`__
- [BUGFIX:BP:11.5] Do not list cores twice in Index Inspector by @dkd-kaehm in `#3818 <https://github.com/TYPO3-Solr/ext-solr/pull/3818>`__
- [BUGFIX] Fixes multiple sortings by @BastiLu in `#3762 <https://github.com/TYPO3-Solr/ext-solr/pull/3762>`__
- [BUGFIX:BP:11.5] Fix missing frontend.typoscript request attribute while indexing by @dkd-kaehm in `#3822 <https://github.com/TYPO3-Solr/ext-solr/pull/3822>`__
- [BUGFIX] Prevent indexing error on missing 'foreignLabelField' by @kitzberger in `#3740 <https://github.com/TYPO3-Solr/ext-solr/pull/3740>`__
- [BUGFIX:BP:11.5] Force score to float by @dkd-kaehm in `#3824 <https://github.com/TYPO3-Solr/ext-solr/pull/3824>`__
- [BUGFIX:BP:11.5] Fix possible notice by @dkd-kaehm in `#3825 <https://github.com/TYPO3-Solr/ext-solr/pull/3825>`__
- [DOC:BP:11.5] Add FAQ how to generate URLs to restricted pages by @dkd-kaehm in `#3826 <https://github.com/TYPO3-Solr/ext-solr/pull/3826>`__
- [BUGFIX:BP:11.5] Handle float values in options facet parser by @dkd-kaehm in `#3827 <https://github.com/TYPO3-Solr/ext-solr/pull/3827>`__
- [BUGFIX:BP:11.5] handle localizations with un-available tsfe more gracefully by @dkd-kaehm in `#3832 <https://github.com/TYPO3-Solr/ext-solr/pull/3832>`__
- [TASK] Update the version matrix by @dkd-friedrich in `#3860 <https://github.com/TYPO3-Solr/ext-solr/pull/3860>`__

Apache Solr for TYPO3 11.5.3
============================

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = Apache Solr for TYPO3
version = 11.5
release = 11.5.3
release = 11.5.4
copyright = since 2009 by dkd & contributors

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.3',
'version' => '11.5.4',
'state' => 'stable',
'category' => 'plugin',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand Down

0 comments on commit 43bb8d4

Please sign in to comment.