Skip to content

Commit 00e00a2

Browse files
committed
[RELEASE] 11.5.2 - Maintenance Release
This is a maintenance release for TYPO3 11.5, containing: - [BUGFIX:BP:11.5] Fix error when indexing pages with field processing instruction categoryUidToHierarchy - [BUGFIX:BP:11.5] Custom doktype is deleted from solr after saving with custom queue configuration - [BUGFIX:BP:11.5] Don't use minimum-stability dev on TYPO3 stable - [BUGFIX:BP:11.5] Fix value resolution in SOLR_RELATION - [FEATURE:P:11.5] Add new option manualSortOrderDelimiter for facets - [BUGFIX:P:11.5] Casting after check - [TASK] Docker version check on docker image build - [BUGFIX:P:11.5] Use ConfigurationManager to get typscript in plugin FlexForm - [BUGFIX:P:11.5] Exception on search plugin if no Solr connection is configured - [BUGFIX:BP:11.5] Fix handling of non existing pages on deletions - [TASK:BP:11] Verify the record before accessing the pid - [TASK:BP:11.5] Handle Solr connection exception - [BUGFIX:BP:11.5] Fix Solr response handling during indexing - [BUGFIX:BP:11.5] Use plugin namespace as label for flexforms - [BUGFIX:BP:11.5] Respect indexingPriority in QueueItemRepository - [BUGFIX:BP:11.5] add empty string as fallback - [BUGFIX:BP:11.5] use siteLanguage TypoScript object to get language id - [BUGFIX:BP:11.5] Sanitize frequent and last searches output - [BUGFIX:BP:11.5] changed from always picking the 0 array value to pic… - [BUGFIX:BP:11.5] Avoid getSolrConfiguration() on null - [TASK:BP:11.5] Disable sql handler - [BUGFIX:BP:11.5] Avoid PHP 8 warning when page indexing fails - [BUGFIX:BP:11.5] Ensure record exists before asserting if draft - [BUGFIX:BP:11.5] Fix usage of null coalescing operator - [BUGFIX:BP:11.5] return empty string for renderStatic if there is no content …
1 parent ec03e64 commit 00e00a2

File tree

6 files changed

+316
-47
lines changed

6 files changed

+316
-47
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Used versions (please complete the following information):**
27-
- TYPO3 Version: [e.g. 11.5.4]
27+
- TYPO3 Version: [e.g. 11.5.26]
2828
- Browser: [e.g. chrome, safari]
29-
- EXT:solr Version: [e.g. 11.5.1]
29+
- EXT:solr Version: [e.g. 11.5.2]
3030
- Used Apache Solr Version: [e.g. 8.11.1]
31-
- PHP Version: [e.g. 7.4.0]
31+
- PHP Version: [e.g. 8.1.0]
3232
- MySQL Version: [e.g. 8.0.0]
3333

3434
**Additional context**

Documentation/Releases/solr-release-11-0.rst

+183-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,190 @@
1-
.. include:: /Includes.rst.txt
1+
.. ==================================================
2+
.. FOR YOUR INFORMATION
3+
.. --------------------------------------------------
4+
.. -*- coding: utf-8 -*- with BOM.
5+
6+
.. include:: ../Includes.txt
27

38

49
.. _releases-11:
510

11+
==========================
12+
Apache Solr for TYPO3 11.0
13+
==========================
14+
15+
16+
Apache Solr for TYPO3 11.0.8
17+
============================
18+
19+
We are happy to release EXT:solr 11.0.8 maintenance release, this release is a non-public ELTS release.
20+
21+
Support of Apache Solr 9.2.0
22+
----------------------------
23+
24+
Apache Solr 8.5.1 is outdated, thus we now provide support of Apache Solr 9.2. Technically an update is not required, but recommended to avoid possible
25+
security issues in no longer supported Apache Solr versions. If you can't update your Apache Solr server right now, EXT:solr 11.0.8 should still work with 8.5,
26+
but you'll see warnings in the reports module.
27+
28+
Note: With Apache Solr 9 the following components are no longer available and you have to adapt the configuration if needed. No longer available components are:
29+
30+
1) Data Import Handler (DIH)
31+
DIH is an independent project now; it is no longer a part of Solr
32+
33+
2) VelocityResponseWriter
34+
VelocityResponseWriter is an independent project now; it is no longer a part of Solr. This encompasses all previously included /browse and wt=velocity examples.
35+
36+
Small improvements and bugfixes
37+
-------------------------------
38+
39+
- [TASK:Security:P:ELTS_9.5] Update jQuery and its plugin libs by @dkd-kaehm in #3
40+
- [BUGFIX:BP:11.0] Respect indexingPriority in QueueItemRepository by @dkd-friedrich in #5
41+
- [TASK] Integrate in packagist.com : conflict with non ELTS EXTsolr by @dkd-kaehm in #4
42+
- [BUGFIX:BP:11.0] Sanitize frequent and last searches output by @dkd-friedrich in #6
43+
- [BUGFIX] Fix TypeError in StatisticsWriterProcessor by @dkd-friedrich in #6
44+
- [TASK] Remove unneeded GitHub actions by @dkd-friedrich in #6
45+
- [TASK] Remove unneeded TYPO3 version from matrix by @dkd-friedrich in #6
46+
- [BUGFIX] Try to solve conflicts issue on composer on CI by @dkd-kaehm in #7
47+
- [TASK] Prepare configsets for 11.0 ELTS by @dkd-friedrich in #8
48+
- [BUGFIX:BP:11.0] Fix expected variant results by @dkd-friedrich in #8
49+
- [TASK] Update version matrix by @dkd-friedrich in #8
50+
51+
52+
Apache Solr for TYPO3 11.0.7
53+
============================
54+
55+
TYPO3 9 LTS reached the ELTS stage: free community support for TYPO3 9 LTS ended on 30 sept. 2021.
56+
We'll join the TYPO3s ELTS regiment and provide EXT:solr support for TYPO3 9 ELTS upwardly via our EB program.
57+
Therefore the EXT:solr release-11.0.x will not be maintained in TYPO3-Solr/ext-solr repository any more. The maintenance and builds will be moved to other place.
58+
The new EXT:solr 11.0.8+ for TYPO3 9 ELTS versions will be provided via dkds EB program.
59+
60+
61+
Apache Solr for TYPO3 11.0.6
62+
============================
63+
64+
This is a bugfix-only release that contains only bugfixes
65+
66+
This is a bugfix-only release that contains:
67+
68+
- [BUGFIX:BP:11-0] Respect TCA setting of 'tstamp' field (#3037)
69+
- [BUGFIX:BP:11.0] Update SolrNotAvailable.html (#3020)
70+
- [BUGFIX] Recursive constants (#3048)
71+
- [BUGFIX] Follow up to recursive constants (#3058)
72+
- [BUGFIX:BP:11.0] Don't use jQuery.ajaxSetup (#2503)
73+
- [TASK:11.0] Replace mirrors for Apache Solr binaries on install-solr.sh (#3094)
74+
75+
76+
Apache Solr for TYPO3 11.0.5
77+
============================
78+
79+
This is a bugfix-only release that contains only bugfixes
80+
81+
82+
- [TASK] 2021.12.13 Rebuild Docker images due of(CVE-2021-44228)
83+
- [BUGFIX] Delete documents for valid connections only b99d7ad (#2940)
84+
- [TASK] Make Apache Solr v8.6+ compatible 12b9483 (#2938)
85+
- [TASK] Bump Chart.js to v2.9.4 4eacf89 (#2946)
86+
- [BUGFIX] use pages configuration as default #issue-2742 d05f77e (#2742)
87+
- [BUGFIX] ENV vars not handled correctly in site management module d83c7d1 (#2576)
88+
- [BUGFIX] Delete synonyms with URL special chars 5905fdb (#2336)
89+
- [BUGFIX] Fix typo in CoreOptimizationModule/Index.html 3163d25 (#2965)
90+
- [BUGFIX] Use correct html tags in templates 31e2d2c (#2970)
91+
- [BUGFIX] Add missing applicationType to faked request 19baedc (#2932)
92+
- [TASK] Add language cache to SiteUtility 6f7e4d1 (#2908)
93+
- [BUGFIX] writing errorHandling of site configuration 1ff6ca3 (#2913)
94+
- [TASK] Make language cache work with multi site setups b7a39c1 (#2986)
95+
- [BUGFIX] set base uri to face frontend request 2c34ae9 (#2914)
96+
- [BUGFIX] getRangeString(): check type before format() - call a99275a (#2942)
97+
- [BUGFIX] Fix type error in UrlHelper 17f1653 (#2756)
98+
99+
100+
Apache Solr for TYPO3 11.0.4
101+
============================
102+
103+
This is a bugfix-only release that contains
104+
105+
- [BUGFIX] Removes secondary parameter c6a9dcc (#2746)
106+
- [DOCS] Use *_PORT variable for setting the port fca6f68 (#2759)
107+
- [BUGFIX] Correct Content-Type header for suggest response e843b44 (#2783)
108+
- [TASK] Change configuration files to TYPO3 file extensions 6d513e6 (#2813)
109+
- [BUGFIX] garbage collector on translations 9adcc40 (#2797)
110+
- [BUGFIX] Quote field within score calculation 3969340 (#2824)
111+
- [BUGFIX] disabled Solr Sites e7bc3ab (#2795)
112+
- [BUGFIX] Enable unicode when fetching pages eb33376 (#2810)
113+
- [TASK] Disable cache time information for ajax request f54213f (#2834)
114+
- [TASK] Adjust composer TYPO3 version constrains for EXT:Solr 11.0.4+ 50df86a (#2844)
115+
- [FEATURE] Allow stdWrap on sorting label 5f2cee2 (#2339)
116+
- [BUGFIX] Fix handling of case sensitive variant ids (#2865)
117+
- [FEATURE] Store number of existing variants 9c88401 (#2870)
118+
- [BUGFIX] Function call with non existing variable 0a69d45 (#2842 / #2520)
119+
- [BUGFIX:BACKPORT:11] Fix missing variant field value 8e0c648 (#2878)
120+
- [BUGFIX] Exception on Cached state of TranslateViewHelper 1765751 (#2830)
121+
- [BUGFIX] Check if $recordUid is non-numeric before substitution a9cf555 (#2836)
122+
- [TASK] Remove usages of Prophet by all occurrences within TYPO3 API 3bbf25a, 45b1703, 4f2b37a (#2862)
123+
- [TASK] Remove TYPO3 long time ago deprecated cache class 79cafe9 (#2782)
124+
- [BUGFIX] Change filter for workspace 5408889 (#2847)
125+
- [BUGFIX] Use Iconfactory to retrieve record icons fa77962 (#2900)
126+
- [BUGFIX] Language overlay for records is not retrieved since solr Version 11.x (#2788)
127+
- [BUGFIX] Temporary free mode fix d5e936b
128+
- [BUGFIX] Content id in language aspect c84ce1b
129+
- [BUGFIX] Language aspect for indexer 9af09f3
130+
- [BUGFIX] remove escaping on suggestion prefix f70829e (#2917)
131+
- [FEATURE] Exclude sub entries of page/storage recursively 4151a25 (#2934)
132+
- [BUGFIX] Make relevance sorting option markable as active bc813c8 (#2922)
133+
134+
135+
Apache Solr for TYPO3 11.0.3
136+
============================
137+
138+
This is a bugfix-only release that contains only a few bugfixes
139+
140+
- [TASK] Use minor version of solr docker image (#2740)
141+
- [BUGFIX] Make sure HtmlContentExtractor::cleanContent() is UTF-8 safe (#2514)
142+
- [BUGFIX] Database exception in RecordMonitor for records no-"enable" columns (#2512)
143+
- [BUGFIX] Indexing of records fails with solr 10.x (#2521)
144+
- [BUGFIX] Hard codes plugin namespace (#2732)
145+
- [BUGFIX] Restricted pages are not being indexed in Typo3 10 (#2695)
146+
- [BUGFIX] Prevent duplicate urls for page 0 (#2718)
147+
- [BUGFIX] Fix assignment for page uid variable (#2664)
148+
- [BUGFIX] Use num_found in static db table (#2668)
149+
- [BUGFIX] Build core base path right, when path is slash only (#2692)
150+
- [BUGFIX] Fix missing renderType attribute in flexform for search plugin (#2669)
151+
- [BUGFIX] Add option to override 'port' in frontend indexing URL (#2618)
152+
- [BUGFIX] Reset uriBuilder before building a new uri (#2658)
153+
- [DOCS] Multiple improvements to the docs
154+
155+
156+
Apache Solr for TYPO3 11.0.2
157+
============================
158+
159+
This is a bugfix-only release that contains only a few bugfixes
160+
161+
- [TASK] Add warning in the docs that a fqdn is required for the sitehandling
162+
- [BUGFIX] Re-enable Integration Tests for TYPO3 v10
163+
- [BUGFIX] Fix unit tests with new controller context check
164+
- [BUGFIX] Fix tests and add groups for tests
165+
- [BUGFIX] Remove mocks in TYPO3 v10 Integration tests
166+
- [BUGFIX] Remove unneeded constant
167+
- [BUGFIX] Fix travis.yml to use correct stable versions
168+
- [BUGFIX] Ensure to hand in PSR-7 Request to TSFE->getPageAndRootlineWithDomain
169+
- [BUGFIX] Remove unneeded is_siteroot flag in nested storage folder
170+
- [BUGFIX] Always return array on non-mounted sites
171+
- [BUGFIX] Fix multiple rootpages in nested sites
172+
- [BUGFIX] Prevent SiteNotFoundException in reports module
173+
174+
175+
Apache Solr for TYPO3 11.0.1
6176
============================
177+
178+
This is a bugfix-only release that contains only a few bugfixes
179+
180+
- [BUGFIX] Fix documentation and Versionmatrix
181+
- [BUGFIX] Fix failing build on docker hub
182+
183+
7184
Apache Solr for TYPO3 11.0.0
8185
============================
9186

187+
10188
We are happy to release EXT:solr 11.0.0.
11189
The focus of this release was the support of TYPO3 10 LTS.
12190

@@ -16,17 +194,17 @@ EXT:solr 11 requires the usage of the TYPO3 site handling for the configuration
16194
The ```legacyMode``` that allows the usage of domain records and configuration of solr cores in TypoScript was dropped with EXT:solr 11.
17195

18196
New in this release
19-
===================
197+
-------------------
20198

21199
Support of TYPO3 10 LTS
22-
-----------------------
200+
~~~~~~~~~~~~~~~~~~~~~~~
23201

24202
With EXT:solr 11 we provide the support of TYPO3 10 LTS. If you update to EXT:solr 11, make sure, that you are using the TYPO3 site management to manage your Apache Solr endpoints.
25203

26204
Thanks to: Achim Fritz & b13 for the support on that topic
27205

28206
Support of Apache Solr 8.5.1
29-
----------------------------
207+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30208

31209
With EXT:solr 11 we support Apache Solr 8.5.1, the latest release of Apache Solr.
32210

@@ -35,7 +213,7 @@ To see what was changed in Apache Solr 8.5.x please read the release notes of Ap
35213
https://archive.apache.org/dist/lucene/solr/8.5.1/changes/Changes.html
36214

37215
Small improvements and bugfixes
38-
-------------------------------
216+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39217

40218
Beside the major changes we did several small improvements and bugfixes:
41219

@@ -162,5 +340,3 @@ http://www.typo3-solr.com/en/contact/
162340
or call:
163341

164342
+49 (0)69 - 2475218 0
165-
166-

Documentation/Releases/solr-release-11-2.rst

+78-20
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,111 @@
33

44
.. _releases-11-2:
55

6+
==========================
7+
Apache Solr for TYPO3 11.2
8+
==========================
9+
10+
Apache Solr for TYPO3 11.2.2 - Last non ELTS release
11+
====================================================
12+
13+
This is a maintenance release for TYPO3 10.4 and the last non ELTS release, as TYPO3 10 LTS reaches the ELTS phase on April 30, 2023.
14+
15+
EXT:solr release-11.2.x will not be maintained in `TYPO3-Solr/ext-solr <https://github.com/TYPO3-Solr/ext-solr/>`__ repository any more. The maintenance and builds will be moved to a private
16+
repository and ELTS versions, EXT:solr 11.2.3+ for TYPO3 10 ELTS versions, can be obtained through the `dkd EB program <https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/>`__.
17+
18+
This release contains:
19+
20+
- [BUGFIX] Type-hinting for SiteUtility::getConnectionProperty() by @dkd-kaehm in #3395
21+
- [TASK:Security:P:11.2] Update jQuery and its plugin libs by @dkd-kaehm in #3430
22+
- [FEATURE] Add signal before search in resultsAction by @stat1x in #3391
23+
- [BUGFIX:BP:11.2] Don't use minimum-stability dev on TYPO3 stable in build/CI by @dkd-kaehm in #3466
24+
- [TASK] Docker version check on docker image build by @dkd-kaehm in #3524
25+
- [BUGFIX:P:11.2] Use ConfigurationManager to get typscript in plugin FlexForm by @dkd-kaehm in #3497
26+
- [TASK] Use PCOV for coverage instead of xDebug :: Upgrade to phpunit 8 by @dkd-kaehm in #3528
27+
- [BUGFIX:BP:11.2] Make API eID script compatible with TYPO3 v11.5 by @dkd-friedrich in #3550
28+
- [BUGFIX:BP:11.2] Use plugin namespace as label for flexforms by @dkd-friedrich in #3553
29+
- [BUGFIX:BP:11.2] Respect indexingPriority in QueueItemRepository by @dkd-friedrich in #3557
30+
- [BUGFIX:BP:11.2] use siteLanguage TypoScript object to get language id by @dkd-friedrich in #3555
31+
- [TASK:11.2] equalize CI/Github-Actions for release-11.0|2|5 and main by @dkd-kaehm in #3467
32+
- [BUGFIX:BP:11.2] Sanitize frequent and last searches output by @dkd-friedrich in #3592
33+
- [BUGFIX:BP:11.2] changed from always picking the 0 array value to pic… by @dkd-friedrich in #3594
34+
- [BUGFIX] Enforce visibility context in Tsfe by @saitho in #3050
35+
- [TASK:BP:11.2] Disable sql handler by @dkd-friedrich in #3604
36+
37+
38+
Apache Solr for TYPO3 11.2.1
639
============================
40+
41+
This is a maintenance release for TYPO3 10.4, containing:
42+
43+
- [BUGFIX] Prepend wrong fe language on empty cache (#3375)
44+
- [TASK] Use TYPO3 IpAnonymizationUtility (#3262)
45+
- [BUGFIX:BP:11.2] Shortcircuit work in SolrRoutingMiddleware (#3202)
46+
- [TASK] Fix scrutinizer on release-11.2.x
47+
- [BUGFIX:BP:11.2] Do not handle page updates on new page with uid 0 (#3338)
48+
- [TASK] Remove not used strptime() adaption for windows.
49+
- [BUGFIX] Respect indexing configuration for new and updated subpages (#3276)
50+
- [BUGFIX] Ensure keywords string does not exceed database field length (#3321)
51+
- [TASK:BP:11.2] Adapt column arrangement within sites config (#3295)
52+
- [DOCS:BP:11.2] add missing doc for ..pageIndexed
53+
- [BUGFIX] Fix PSR-4 Namespaces and Paths (#3285)
54+
- [BUGFIX] Silence DebugWriter for PageIndexerRequest (#3030)
55+
- [BUGFIX] AbstractSolrTask::setRootPageId(): Argument #1 must be of type int, string given (#3267)
56+
- [BUGFIX:11.2] Update GarbageCollector.php (#3249)
57+
- [DOCS] Align with new TYPO3 documentation standards (#3242)
58+
- [DOCS] Align README.md with other extensions (#3218)
59+
- [BUGFIX] Missing dot in configuration in numberOfResultsPerGroup method (#3098
60+
- [TASK] Added info about using page content in fields
61+
- [TASK] Added info about the virtual field __solr_contents
62+
- [BUGFIX:BP:11.2] Fix write connection (#2916)
63+
64+
765
Apache Solr for TYPO3 11.2.0
866
============================
967

1068
We are happy to release EXT:solr 11.2.0.
1169
The focus of this release has been on supporting the latest Apache Solr version 8.11.1 and on optimizing the data update monitoring.
1270

1371
New in this release
14-
===================
72+
-------------------
1573

1674
Apache Solr 8.11.1 support
17-
--------------------------
75+
~~~~~~~~~~~~~~~~~~~~~~~~~~
1876

1977
With EXT:solr 11.2.0 we support Apache Solr 8.11.1, the latest release of Apache Solr.
2078

2179
To see what has changed in Apache Solr please read the release notes of Apache Solr:
2280
https://solr.apache.org/docs/8_11_1/changes/Changes.html
2381

2482
Improved data update monitoring and handling
25-
--------------------------------------------
83+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2684

2785
To ensure the Solr index is up-to-date an extensive monitoring is done, in huge sites this may slow down the TYPO3 backend, as many records and
2886
pages have to be checked and updated. With EXT:solr 11.2 you can configure how EXT:solr will monitor and handle data updates, by default EXT:solr
2987
acts as in all former versions, but you can now configure a delayed update handling or even turn the monitoring off.
3088

3189

3290
Small improvements and bugfixes
33-
-------------------------------
91+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3492

3593
Beside the major changes we did several small improvements and bugfixes:
3694

37-
* [TASK] Upgrade Solarium to 6.0.4 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3178
38-
* [BUGFIX] Fix thrown exception in Synonym and StopWordParser .. __: https://github.com/TYPO3-Solr/ext-solr/commit/300325221d9b4ec38b83b6d5e985d8d95ab1f9c5
39-
* [BUGFIX] TER releases missing composer dependencies .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3176
40-
* [TASK] Configure CI matrix for release 11.2 .. __: https://github.com/TYPO3-Solr/ext-solr/commit/5a3843e191a2d3924412a43b54b48ba399e00036
41-
* [BUGFIX:BP:11.1] Fix autosuggest with non-ascii terms .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3096
42-
* [BUGFIX] Prevent unwanted filter parameters from being generated .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3126
43-
* [TASK] Add Czech translation .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3132
44-
* [TASK] Replace mirrors for Apache Solr binaries on install-solr.sh .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3094
45-
* [BUGFIX:BP:11-1] routeenhancer with empty filters .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3099
46-
* [TASK] Use Environment::getContext() instead of GeneralUtility .. __: https://github.com/TYPO3-Solr/ext-solr/commit/7cde5222a6203ab97d353d8eca723fa3fa924e48
47-
* [BUGFIX] Don't use jQuery.ajaxSetup() .. __: https://github.com/TYPO3-Solr/ext-solr/issues/2503
48-
* [TASK] Setup Github Actions :: Basics .. __: https://github.com/TYPO3-Solr/ext-solr/commit/e545d692ce41133fcff8ec1d294b0a9d0e68bd2a
49-
* [TASK] Setup Dependabot to watch "solarium/solarium" .. __: https://github.com/TYPO3-Solr/ext-solr/commit/561815044e3651a0aaa8fa2ad4de5e2c3ccf4e3e
50-
* [BUGFIX] Filter within route enhancers .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3054
51-
* [BUGFIX] Fix NON-Composer mod libs composer.json for composer v2 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3053
52-
* ... See older commits, which are a part of previous releases: https://github.com/TYPO3-Solr/ext-solr/commits/master?after=d3f9a919d44f8a72b982bdde131408b571ff02c8+139&branch=release-11-2
95+
- [TASK] Upgrade Solarium to 6.0.4 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3178
96+
- [BUGFIX] Fix thrown exception in Synonym and StopWordParser .. __: https://github.com/TYPO3-Solr/ext-solr/commit/300325221d9b4ec38b83b6d5e985d8d95ab1f9c5
97+
- [BUGFIX] TER releases missing composer dependencies .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3176
98+
- [TASK] Configure CI matrix for release 11.2 .. __: https://github.com/TYPO3-Solr/ext-solr/commit/5a3843e191a2d3924412a43b54b48ba399e00036
99+
- [BUGFIX:BP:11.1] Fix autosuggest with non-ascii terms .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3096
100+
- [BUGFIX] Prevent unwanted filter parameters from being generated .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3126
101+
- [TASK] Add Czech translation .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3132
102+
- [TASK] Replace mirrors for Apache Solr binaries on install-solr.sh .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3094
103+
- [BUGFIX:BP:11-1] routeenhancer with empty filters .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3099
104+
- [TASK] Use Environment::getContext() instead of GeneralUtility .. __: https://github.com/TYPO3-Solr/ext-solr/commit/7cde5222a6203ab97d353d8eca723fa3fa924e48
105+
- [BUGFIX] Don't use jQuery.ajaxSetup() .. __: https://github.com/TYPO3-Solr/ext-solr/issues/2503
106+
- [TASK] Setup Github Actions :: Basics .. __: https://github.com/TYPO3-Solr/ext-solr/commit/e545d692ce41133fcff8ec1d294b0a9d0e68bd2a
107+
- [TASK] Setup Dependabot to watch "solarium/solarium" .. __: https://github.com/TYPO3-Solr/ext-solr/commit/561815044e3651a0aaa8fa2ad4de5e2c3ccf4e3e
108+
- [BUGFIX] Filter within route enhancers .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3054
109+
- [BUGFIX] Fix NON-Composer mod libs composer.json for composer v2 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3053
110+
- ... See older commits, which are a part of previous releases: https://github.com/TYPO3-Solr/ext-solr/commits/master?after=d3f9a919d44f8a72b982bdde131408b571ff02c8+139&branch=release-11-2
53111

54112

55113
Contributors

0 commit comments

Comments
 (0)