Skip to content

Commit

Permalink
[RELEASE] 11.5.2 - Maintenance Release
Browse files Browse the repository at this point in the history
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 …
  • Loading branch information
dkd-friedrich committed Apr 21, 2023
1 parent ec03e64 commit 00e00a2
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 47 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

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

**Additional context**
Expand Down
190 changes: 183 additions & 7 deletions Documentation/Releases/solr-release-11-0.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,190 @@
.. include:: /Includes.rst.txt
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: ../Includes.txt


.. _releases-11:

==========================
Apache Solr for TYPO3 11.0
==========================


Apache Solr for TYPO3 11.0.8
============================

We are happy to release EXT:solr 11.0.8 maintenance release, this release is a non-public ELTS release.

Support of Apache Solr 9.2.0
----------------------------

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
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,
but you'll see warnings in the reports module.

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:

1) Data Import Handler (DIH)
DIH is an independent project now; it is no longer a part of Solr

2) VelocityResponseWriter
VelocityResponseWriter is an independent project now; it is no longer a part of Solr. This encompasses all previously included /browse and wt=velocity examples.

Small improvements and bugfixes
-------------------------------

- [TASK:Security:P:ELTS_9.5] Update jQuery and its plugin libs by @dkd-kaehm in #3
- [BUGFIX:BP:11.0] Respect indexingPriority in QueueItemRepository by @dkd-friedrich in #5
- [TASK] Integrate in packagist.com : conflict with non ELTS EXTsolr by @dkd-kaehm in #4
- [BUGFIX:BP:11.0] Sanitize frequent and last searches output by @dkd-friedrich in #6
- [BUGFIX] Fix TypeError in StatisticsWriterProcessor by @dkd-friedrich in #6
- [TASK] Remove unneeded GitHub actions by @dkd-friedrich in #6
- [TASK] Remove unneeded TYPO3 version from matrix by @dkd-friedrich in #6
- [BUGFIX] Try to solve conflicts issue on composer on CI by @dkd-kaehm in #7
- [TASK] Prepare configsets for 11.0 ELTS by @dkd-friedrich in #8
- [BUGFIX:BP:11.0] Fix expected variant results by @dkd-friedrich in #8
- [TASK] Update version matrix by @dkd-friedrich in #8


Apache Solr for TYPO3 11.0.7
============================

TYPO3 9 LTS reached the ELTS stage: free community support for TYPO3 9 LTS ended on 30 sept. 2021.
We'll join the TYPO3s ELTS regiment and provide EXT:solr support for TYPO3 9 ELTS upwardly via our EB program.
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.
The new EXT:solr 11.0.8+ for TYPO3 9 ELTS versions will be provided via dkds EB program.


Apache Solr for TYPO3 11.0.6
============================

This is a bugfix-only release that contains only bugfixes

This is a bugfix-only release that contains:

- [BUGFIX:BP:11-0] Respect TCA setting of 'tstamp' field (#3037)
- [BUGFIX:BP:11.0] Update SolrNotAvailable.html (#3020)
- [BUGFIX] Recursive constants (#3048)
- [BUGFIX] Follow up to recursive constants (#3058)
- [BUGFIX:BP:11.0] Don't use jQuery.ajaxSetup (#2503)
- [TASK:11.0] Replace mirrors for Apache Solr binaries on install-solr.sh (#3094)


Apache Solr for TYPO3 11.0.5
============================

This is a bugfix-only release that contains only bugfixes


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


Apache Solr for TYPO3 11.0.4
============================

This is a bugfix-only release that contains

- [BUGFIX] Removes secondary parameter c6a9dcc (#2746)
- [DOCS] Use *_PORT variable for setting the port fca6f68 (#2759)
- [BUGFIX] Correct Content-Type header for suggest response e843b44 (#2783)
- [TASK] Change configuration files to TYPO3 file extensions 6d513e6 (#2813)
- [BUGFIX] garbage collector on translations 9adcc40 (#2797)
- [BUGFIX] Quote field within score calculation 3969340 (#2824)
- [BUGFIX] disabled Solr Sites e7bc3ab (#2795)
- [BUGFIX] Enable unicode when fetching pages eb33376 (#2810)
- [TASK] Disable cache time information for ajax request f54213f (#2834)
- [TASK] Adjust composer TYPO3 version constrains for EXT:Solr 11.0.4+ 50df86a (#2844)
- [FEATURE] Allow stdWrap on sorting label 5f2cee2 (#2339)
- [BUGFIX] Fix handling of case sensitive variant ids (#2865)
- [FEATURE] Store number of existing variants 9c88401 (#2870)
- [BUGFIX] Function call with non existing variable 0a69d45 (#2842 / #2520)
- [BUGFIX:BACKPORT:11] Fix missing variant field value 8e0c648 (#2878)
- [BUGFIX] Exception on Cached state of TranslateViewHelper 1765751 (#2830)
- [BUGFIX] Check if $recordUid is non-numeric before substitution a9cf555 (#2836)
- [TASK] Remove usages of Prophet by all occurrences within TYPO3 API 3bbf25a, 45b1703, 4f2b37a (#2862)
- [TASK] Remove TYPO3 long time ago deprecated cache class 79cafe9 (#2782)
- [BUGFIX] Change filter for workspace 5408889 (#2847)
- [BUGFIX] Use Iconfactory to retrieve record icons fa77962 (#2900)
- [BUGFIX] Language overlay for records is not retrieved since solr Version 11.x (#2788)
- [BUGFIX] Temporary free mode fix d5e936b
- [BUGFIX] Content id in language aspect c84ce1b
- [BUGFIX] Language aspect for indexer 9af09f3
- [BUGFIX] remove escaping on suggestion prefix f70829e (#2917)
- [FEATURE] Exclude sub entries of page/storage recursively 4151a25 (#2934)
- [BUGFIX] Make relevance sorting option markable as active bc813c8 (#2922)

Apache Solr for TYPO3 11.0.3
============================

This is a bugfix-only release that contains only a few bugfixes

- [TASK] Use minor version of solr docker image (#2740)
- [BUGFIX] Make sure HtmlContentExtractor::cleanContent() is UTF-8 safe (#2514)
- [BUGFIX] Database exception in RecordMonitor for records no-"enable" columns (#2512)
- [BUGFIX] Indexing of records fails with solr 10.x (#2521)
- [BUGFIX] Hard codes plugin namespace (#2732)
- [BUGFIX] Restricted pages are not being indexed in Typo3 10 (#2695)
- [BUGFIX] Prevent duplicate urls for page 0 (#2718)
- [BUGFIX] Fix assignment for page uid variable (#2664)
- [BUGFIX] Use num_found in static db table (#2668)
- [BUGFIX] Build core base path right, when path is slash only (#2692)
- [BUGFIX] Fix missing renderType attribute in flexform for search plugin (#2669)
- [BUGFIX] Add option to override 'port' in frontend indexing URL (#2618)
- [BUGFIX] Reset uriBuilder before building a new uri (#2658)
- [DOCS] Multiple improvements to the docs


Apache Solr for TYPO3 11.0.2
============================

This is a bugfix-only release that contains only a few bugfixes

- [TASK] Add warning in the docs that a fqdn is required for the sitehandling
- [BUGFIX] Re-enable Integration Tests for TYPO3 v10
- [BUGFIX] Fix unit tests with new controller context check
- [BUGFIX] Fix tests and add groups for tests
- [BUGFIX] Remove mocks in TYPO3 v10 Integration tests
- [BUGFIX] Remove unneeded constant
- [BUGFIX] Fix travis.yml to use correct stable versions
- [BUGFIX] Ensure to hand in PSR-7 Request to TSFE->getPageAndRootlineWithDomain
- [BUGFIX] Remove unneeded is_siteroot flag in nested storage folder
- [BUGFIX] Always return array on non-mounted sites
- [BUGFIX] Fix multiple rootpages in nested sites
- [BUGFIX] Prevent SiteNotFoundException in reports module


Apache Solr for TYPO3 11.0.1
============================

This is a bugfix-only release that contains only a few bugfixes

- [BUGFIX] Fix documentation and Versionmatrix
- [BUGFIX] Fix failing build on docker hub


Apache Solr for TYPO3 11.0.0
============================


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

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

New in this release
===================
-------------------

Support of TYPO3 10 LTS
-----------------------
~~~~~~~~~~~~~~~~~~~~~~~

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.

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

Support of Apache Solr 8.5.1
----------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

Small improvements and bugfixes
-------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

+49 (0)69 - 2475218 0


98 changes: 78 additions & 20 deletions Documentation/Releases/solr-release-11-2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,111 @@

.. _releases-11-2:

==========================
Apache Solr for TYPO3 11.2
==========================

Apache Solr for TYPO3 11.2.2 - Last non ELTS release
====================================================

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.

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
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/>`__.

This release contains:

- [BUGFIX] Type-hinting for SiteUtility::getConnectionProperty() by @dkd-kaehm in #3395
- [TASK:Security:P:11.2] Update jQuery and its plugin libs by @dkd-kaehm in #3430
- [FEATURE] Add signal before search in resultsAction by @stat1x in #3391
- [BUGFIX:BP:11.2] Don't use minimum-stability dev on TYPO3 stable in build/CI by @dkd-kaehm in #3466
- [TASK] Docker version check on docker image build by @dkd-kaehm in #3524
- [BUGFIX:P:11.2] Use ConfigurationManager to get typscript in plugin FlexForm by @dkd-kaehm in #3497
- [TASK] Use PCOV for coverage instead of xDebug :: Upgrade to phpunit 8 by @dkd-kaehm in #3528
- [BUGFIX:BP:11.2] Make API eID script compatible with TYPO3 v11.5 by @dkd-friedrich in #3550
- [BUGFIX:BP:11.2] Use plugin namespace as label for flexforms by @dkd-friedrich in #3553
- [BUGFIX:BP:11.2] Respect indexingPriority in QueueItemRepository by @dkd-friedrich in #3557
- [BUGFIX:BP:11.2] use siteLanguage TypoScript object to get language id by @dkd-friedrich in #3555
- [TASK:11.2] equalize CI/Github-Actions for release-11.0|2|5 and main by @dkd-kaehm in #3467
- [BUGFIX:BP:11.2] Sanitize frequent and last searches output by @dkd-friedrich in #3592
- [BUGFIX:BP:11.2] changed from always picking the 0 array value to pic… by @dkd-friedrich in #3594
- [BUGFIX] Enforce visibility context in Tsfe by @saitho in #3050
- [TASK:BP:11.2] Disable sql handler by @dkd-friedrich in #3604


Apache Solr for TYPO3 11.2.1
============================

This is a maintenance release for TYPO3 10.4, containing:

- [BUGFIX] Prepend wrong fe language on empty cache (#3375)
- [TASK] Use TYPO3 IpAnonymizationUtility (#3262)
- [BUGFIX:BP:11.2] Shortcircuit work in SolrRoutingMiddleware (#3202)
- [TASK] Fix scrutinizer on release-11.2.x
- [BUGFIX:BP:11.2] Do not handle page updates on new page with uid 0 (#3338)
- [TASK] Remove not used strptime() adaption for windows.
- [BUGFIX] Respect indexing configuration for new and updated subpages (#3276)
- [BUGFIX] Ensure keywords string does not exceed database field length (#3321)
- [TASK:BP:11.2] Adapt column arrangement within sites config (#3295)
- [DOCS:BP:11.2] add missing doc for ..pageIndexed
- [BUGFIX] Fix PSR-4 Namespaces and Paths (#3285)
- [BUGFIX] Silence DebugWriter for PageIndexerRequest (#3030)
- [BUGFIX] AbstractSolrTask::setRootPageId(): Argument #1 must be of type int, string given (#3267)
- [BUGFIX:11.2] Update GarbageCollector.php (#3249)
- [DOCS] Align with new TYPO3 documentation standards (#3242)
- [DOCS] Align README.md with other extensions (#3218)
- [BUGFIX] Missing dot in configuration in numberOfResultsPerGroup method (#3098
- [TASK] Added info about using page content in fields
- [TASK] Added info about the virtual field __solr_contents
- [BUGFIX:BP:11.2] Fix write connection (#2916)


Apache Solr for TYPO3 11.2.0
============================

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

New in this release
===================
-------------------

Apache Solr 8.11.1 support
--------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

Improved data update monitoring and handling
--------------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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
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
acts as in all former versions, but you can now configure a delayed update handling or even turn the monitoring off.


Small improvements and bugfixes
-------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

* [TASK] Upgrade Solarium to 6.0.4 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3178
* [BUGFIX] Fix thrown exception in Synonym and StopWordParser .. __: https://github.com/TYPO3-Solr/ext-solr/commit/300325221d9b4ec38b83b6d5e985d8d95ab1f9c5
* [BUGFIX] TER releases missing composer dependencies .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3176
* [TASK] Configure CI matrix for release 11.2 .. __: https://github.com/TYPO3-Solr/ext-solr/commit/5a3843e191a2d3924412a43b54b48ba399e00036
* [BUGFIX:BP:11.1] Fix autosuggest with non-ascii terms .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3096
* [BUGFIX] Prevent unwanted filter parameters from being generated .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3126
* [TASK] Add Czech translation .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3132
* [TASK] Replace mirrors for Apache Solr binaries on install-solr.sh .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3094
* [BUGFIX:BP:11-1] routeenhancer with empty filters .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3099
* [TASK] Use Environment::getContext() instead of GeneralUtility .. __: https://github.com/TYPO3-Solr/ext-solr/commit/7cde5222a6203ab97d353d8eca723fa3fa924e48
* [BUGFIX] Don't use jQuery.ajaxSetup() .. __: https://github.com/TYPO3-Solr/ext-solr/issues/2503
* [TASK] Setup Github Actions :: Basics .. __: https://github.com/TYPO3-Solr/ext-solr/commit/e545d692ce41133fcff8ec1d294b0a9d0e68bd2a
* [TASK] Setup Dependabot to watch "solarium/solarium" .. __: https://github.com/TYPO3-Solr/ext-solr/commit/561815044e3651a0aaa8fa2ad4de5e2c3ccf4e3e
* [BUGFIX] Filter within route enhancers .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3054
* [BUGFIX] Fix NON-Composer mod libs composer.json for composer v2 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3053
* ... 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
- [TASK] Upgrade Solarium to 6.0.4 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3178
- [BUGFIX] Fix thrown exception in Synonym and StopWordParser .. __: https://github.com/TYPO3-Solr/ext-solr/commit/300325221d9b4ec38b83b6d5e985d8d95ab1f9c5
- [BUGFIX] TER releases missing composer dependencies .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3176
- [TASK] Configure CI matrix for release 11.2 .. __: https://github.com/TYPO3-Solr/ext-solr/commit/5a3843e191a2d3924412a43b54b48ba399e00036
- [BUGFIX:BP:11.1] Fix autosuggest with non-ascii terms .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3096
- [BUGFIX] Prevent unwanted filter parameters from being generated .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3126
- [TASK] Add Czech translation .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3132
- [TASK] Replace mirrors for Apache Solr binaries on install-solr.sh .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3094
- [BUGFIX:BP:11-1] routeenhancer with empty filters .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3099
- [TASK] Use Environment::getContext() instead of GeneralUtility .. __: https://github.com/TYPO3-Solr/ext-solr/commit/7cde5222a6203ab97d353d8eca723fa3fa924e48
- [BUGFIX] Don't use jQuery.ajaxSetup() .. __: https://github.com/TYPO3-Solr/ext-solr/issues/2503
- [TASK] Setup Github Actions :: Basics .. __: https://github.com/TYPO3-Solr/ext-solr/commit/e545d692ce41133fcff8ec1d294b0a9d0e68bd2a
- [TASK] Setup Dependabot to watch "solarium/solarium" .. __: https://github.com/TYPO3-Solr/ext-solr/commit/561815044e3651a0aaa8fa2ad4de5e2c3ccf4e3e
- [BUGFIX] Filter within route enhancers .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3054
- [BUGFIX] Fix NON-Composer mod libs composer.json for composer v2 .. __: https://github.com/TYPO3-Solr/ext-solr/issues/3053
- ... 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


Contributors
Expand Down
Loading

0 comments on commit 00e00a2

Please sign in to comment.