Skip to content

Commit 4e7c8be

Browse files
committed
[TASK] Prepare switch to TYPO3 14-dev
* Adjust minimal required settings for CI * Copy all release files * set composers main branch alias to 14.0.x-dev
1 parent 638169b commit 4e7c8be

File tree

8 files changed

+587
-45
lines changed

8 files changed

+587
-45
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: 2
22
updates:
3+
# For main / 14.0.x-dev
34
-
45
package-ecosystem: "composer"
56
directory: "/"
@@ -9,13 +10,33 @@ updates:
910
- dependency-name: "solarium/solarium"
1011
target-branch: "main"
1112
commit-message:
12-
prefix: "[TASK] 13.1.x-dev "
13+
prefix: "[TASK] 14.0.x-dev "
1314
-
1415
package-ecosystem: "docker"
1516
directory: "/Docker/SolrServer"
1617
schedule:
1718
interval: "daily"
1819
target-branch: "main"
20+
commit-message:
21+
prefix: "[TASK] 14.0.x-dev "
22+
23+
# For release-13.1.x
24+
-
25+
package-ecosystem: "composer"
26+
directory: "/"
27+
schedule:
28+
interval: "daily"
29+
allow:
30+
- dependency-name: "solarium/solarium"
31+
target-branch: "release-13.1.x"
32+
commit-message:
33+
prefix: "[TASK] 13.1.x-dev "
34+
-
35+
package-ecosystem: "docker"
36+
directory: "/Docker/SolrServer"
37+
schedule:
38+
interval: "daily"
39+
target-branch: "release-13.1.x"
1940
commit-message:
2041
prefix: "[TASK] 13.1.x-dev "
2142

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: build
22

33
on:
44
push:
5-
branches: [ main, release-13.0.x, release-12.1.x, release-12.0.x, task/*_compatibility ]
5+
branches: [ main, release-13.1.x, release-12.1.x, task/*_compatibility ]
66
tags:
77
- "**"
88
pull_request:
9-
branches: [ main, release-13.0.x, release-12.1.x, release-12.0.x, task/*_compatibility ]
9+
branches: [ main, release-13.1.x, release-12.1.x, task/*_compatibility ]
1010

1111
# Run tests daily at 19:23 to get TYPO3 changes and fix them immediately.
1212
# @todo:

Documentation/GettingStarted/Solr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To pull the TYPO3 Solr image from Docker hub, simply type the following in comma
2121

2222
.. code-block:: bash
2323
24-
docker pull typo3solr/ext-solr:<EXT:Solr_Version_main_version eg 13.0 or exact 13.0.1>
24+
docker pull typo3solr/ext-solr:<EXT:Solr_Version_main_version eg 13.1 or exact 13.1.0>
2525
2626
.. tip::
2727

Documentation/Releases/Archive/solr-release-12-0.rst

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,41 @@ Releases 12.0
66

77
.. include:: ../HintAboutOutdatedChangelog.rst.txt
88

9+
Release 12.0.8
10+
==============
11+
12+
Announcing the last 12.0.x maintenance release for TYPO3 12 LTS.
13+
The release-12.0.x branch is now closed—no further 12.0.x releases will be issued.
14+
Next up: TYPO3 12.1.0, arriving with integrated AI features.
15+
16+
* [TASK] Fix bug for phrase search with slops, bigram and trigram by Florian Rival `6d6a3f656 <https://github.com/TYPO3-Solr/ext-solr/commit/6d6a3f656>`_
17+
* [TASK] 12.0.x-dev Bump solr from 9.9.0 to 9.10.0 in /Docker/SolrServer by Dependabot `690386fbf <https://github.com/TYPO3-Solr/ext-solr/commit/690386fbf>`_
18+
* [TASK] Allow Apache Solr 9.9.0 by Markus Friedrich `cc4ed103d <https://github.com/TYPO3-Solr/ext-solr/commit/cc4ed103d>`_
19+
* [BUGFIX] Fix CS issues by Markus Friedrich `f6eac9efa <https://github.com/TYPO3-Solr/ext-solr/commit/f6eac9efa>`_
20+
* [BUGFIX] Allow initializer interface in event by Markus Friedrich `0b4a9da51 <https://github.com/TYPO3-Solr/ext-solr/commit/0b4a9da51>`_
21+
* [FEATURE] calculate site hash by site-identifier strategy by setting by Rafael Kähm `e6f695d33 <https://github.com/TYPO3-Solr/ext-solr/commit/e6f695d33>`_
22+
* [BUGFIX] set site field on record documents in same way as on pages by Rafael Kähm `1855d1430 <https://github.com/TYPO3-Solr/ext-solr/commit/1855d1430>`_
23+
* [FEATURE] add typo3Context[_stringS] and domain[_stringS] fields to documents by Rafael Kähm `d177bd6d9 <https://github.com/TYPO3-Solr/ext-solr/commit/d177bd6d9>`_
24+
* [BUGFIX] Site check fails in Tsfe fails by Markus Friedrich `ce9162012 <https://github.com/TYPO3-Solr/ext-solr/commit/ce9162012>`_
25+
* [BUGFIX] Unable to register a custom facet package with FacetRegistry by Benoit Chenu `2fed45653 <https://github.com/TYPO3-Solr/ext-solr/commit/2fed45653>`_
26+
* [TASK] 12.0.x-dev Update solarium/solarium requirement by dependabot[bot] `96f5978aa <https://github.com/TYPO3-Solr/ext-solr/commit/96f5978aa>`_
27+
* [BUGFIX] Add checks for flexParentDatabaseRow key in methods by Myrmod `8dab2e159 <https://github.com/TYPO3-Solr/ext-solr/commit/8dab2e159>`_
28+
* [BUGFIX] pass a request with page id to Configuration manager by Bernhard Sirlinger `2fb598216 <https://github.com/TYPO3-Solr/ext-solr/commit/2fb598216>`_
29+
930

1031
Release 12.0.7
1132
==============
1233

1334
This is a maintenance release for TYPO3 12.4.
1435

15-
* [BUGFIX] 404 on auto-suggest with enabled TYPO3 enforceValidation setting by Wolfgang Wagner | wow! solution [(0e77552e7)](https://github.com/TYPO3-Solr/ext-solr/commit/0e77552e7)
16-
* [TASK] 12.0.x-dev Update solarium/solarium requirement by dependabot[bot] [(b35104231)](https://github.com/TYPO3-Solr/ext-solr/commit/b35104231)
17-
* [BUGFIX] Update hardcoded legacy css resource filepath by Charlotte [(3dc73c26c)](https://github.com/TYPO3-Solr/ext-solr/commit/3dc73c26c)
18-
* [FEATURE] Add arm64 and ppc64le platforms to docker-images by Rafael Kähm [(754155e74)](https://github.com/TYPO3-Solr/ext-solr/commit/754155e74)
19-
* [BUGFIX] Fix mount point garbage collection by Markus Friedrich [(d16959d34)](https://github.com/TYPO3-Solr/ext-solr/commit/d16959d34)
20-
* [TASK] Drop workaround for cObj IMAGE by Markus Friedrich [(da76a4ec3)](https://github.com/TYPO3-Solr/ext-solr/commit/da76a4ec3)
21-
* [TASK] Allow Apache Solr 9.8.1 by Markus Friedrich [(a2b940ef4)](https://github.com/TYPO3-Solr/ext-solr/commit/a2b940ef4)
22-
* [BUGFIX] Avoid PHP warning if related record was not found by Albrecht Köhnlein `(df427ba46) <https://github.com/TYPO3-Solr/ext-solr/commit/df427ba46>`_
36+
* [BUGFIX] 404 on auto-suggest with enabled TYPO3 enforceValidation setting by Wolfgang Wagner | wow! solution `0e77552e7 <https://github.com/TYPO3-Solr/ext-solr/commit/0e77552e7>`_
37+
* [TASK] 12.0.x-dev Update solarium/solarium requirement by dependabot[bot] `b35104231 <https://github.com/TYPO3-Solr/ext-solr/commit/b35104231>`_
38+
* [BUGFIX] Update hardcoded legacy css resource filepath by Charlotte `3dc73c26c <https://github.com/TYPO3-Solr/ext-solr/commit/3dc73c26c>`_
39+
* [FEATURE] Add arm64 and ppc64le platforms to docker-images by Rafael Kähm `754155e74 <https://github.com/TYPO3-Solr/ext-solr/commit/754155e74>`_
40+
* [BUGFIX] Fix mount point garbage collection by Markus Friedrich `d16959d34 <https://github.com/TYPO3-Solr/ext-solr/commit/d16959d34>`_
41+
* [TASK] Drop workaround for cObj IMAGE by Markus Friedrich `da76a4ec3 <https://github.com/TYPO3-Solr/ext-solr/commit/da76a4ec3>`_
42+
* [TASK] Allow Apache Solr 9.8.1 by Markus Friedrich `a2b940ef4 <https://github.com/TYPO3-Solr/ext-solr/commit/a2b940ef4>`_
43+
* [BUGFIX] Avoid PHP warning if related record was not found by Albrecht Köhnlein `df427ba46 <https://github.com/TYPO3-Solr/ext-solr/commit/df427ba46>`_
2344

2445
Release 12.0.6
2546
==============

Documentation/Releases/Archive/solr-release-13-0.rst

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,74 @@
44
Releases 13.0
55
=============
66

7+
.. include:: ../HintAboutOutdatedChangelog.rst.txt
8+
9+
Release 13.0.4
10+
==============
11+
12+
Announcing the last 13.0.x maintenance release for TYPO3 12 LTS.
13+
The release-13.0.x branch is now closed—no further 13.0.x releases will be issued.
14+
Next up: TYPO3 13.1.0, arriving with integrated AI features.
15+
16+
- Fix bug for phrase search with slops, bigram and trigram by Florian Rival `3f52d30ff <https://github.com/TYPO3-Solr/ext-solr/commit/3f52d30ff>`_
17+
- [TASK] 13.0.x-dev Bump solr from 9.9.0 to 9.10.0 in /Docker/SolrServer by Dependabot `d7f338627 <https://github.com/TYPO3-Solr/ext-solr/commit/d7f338627>`_
18+
- [BUGFIX] Fix CS issues by Markus Friedrich `a4f3330c8 <https://github.com/TYPO3-Solr/ext-solr/commit/a4f3330c8>`_
19+
- [TASK] Allow Apache Solr 9.9.0 by Markus Friedrich `7deb9ea1e <https://github.com/TYPO3-Solr/ext-solr/commit/7deb9ea1e>`_
20+
- [BUGFIX] PageFieldMappingIndexer: avoid undefined array key via null coalescing (refs #4395) by David Retzer `b788000c9 <https://github.com/TYPO3-Solr/ext-solr/commit/b788000c9>`_
21+
- [BUGFIX] Unicode characters vs. statistics feature by Philipp Kitzberger `5df9deacf <https://github.com/TYPO3-Solr/ext-solr/commit/5df9deacf>`_
22+
- [BUGFIX] Allow initializer interface in event by Markus Friedrich `56493ee4d <https://github.com/TYPO3-Solr/ext-solr/commit/56493ee4d>`_
23+
- [FEATURE] calculate site hash by site-identifier strategy by setting by Rafael Kähm `6860df955 <https://github.com/TYPO3-Solr/ext-solr/commit/6860df955>`_
24+
- [BUGFIX] set site field on record documents in same way as on pages by Rafael Kähm `1a7d1ff68 <https://github.com/TYPO3-Solr/ext-solr/commit/1a7d1ff68>`_
25+
- [FEATURE] add typo3Context[_stringS] and domain[_stringS] fields to documents by Rafael Kähm `a75d237d1 <https://github.com/TYPO3-Solr/ext-solr/commit/a75d237d1>`_
26+
- [BUGFIX] Site check fails in Tsfe fails by Markus Friedrich `ca4cf26ae <https://github.com/TYPO3-Solr/ext-solr/commit/ca4cf26ae>`_
27+
- [FEATURE] Make EXT:solrdebogtools plug-and-play installable by Rafael Kähm `816877a99 <https://github.com/TYPO3-Solr/ext-solr/commit/816877a99>`_
28+
- [BUGFIX] Unable to register a custom facet package with FacetRegistry by Benoit Chenu `7aea09a10 <https://github.com/TYPO3-Solr/ext-solr/commit/7aea09a10>`_
29+
- [BUGFIX] Don't re-instantiate TypoScript in FE/Search context by Rafael Kähm `9cd2ddc95 <https://github.com/TYPO3-Solr/ext-solr/commit/9cd2ddc95>`_
30+
- [TASK] add test case for hidden translation in content-fallback and strict mode by Rafael Kähm `337967213 <https://github.com/TYPO3-Solr/ext-solr/commit/337967213>`_
31+
- [BUGFIX] Delegate and adjust TYPO3 core context within indexing stack by Rafael Kähm `a5aefa8a4 <https://github.com/TYPO3-Solr/ext-solr/commit/a5aefa8a4>`_
32+
- [TASK] add missing codes to thrown exceptions by Rafael Kähm `ea5bb914c <https://github.com/TYPO3-Solr/ext-solr/commit/ea5bb914c>`_
33+
- [TASK] Prepare release-13.0.x branch by Rafael Kähm `040a47427 <https://github.com/TYPO3-Solr/ext-solr/commit/040a47427>`_
34+
- [BUGFIX] don't use pages uid 0 via l10n_parent by Rafael Kähm `20be06666 <https://github.com/TYPO3-Solr/ext-solr/commit/20be06666>`_
35+
- [TASK] 13.0.x-dev Update solarium/solarium requirement by dependabot[bot] `87429a673 <https://github.com/TYPO3-Solr/ext-solr/commit/87429a673>`_
36+
- Remove OpenSearch profile link by Ingo Fabbri `c9b711756 <https://github.com/TYPO3-Solr/ext-solr/commit/c9b711756>`_
37+
- [BUGFIX] Initialize the localRootLine property before usage by David Lemaitre `3f7d44def <https://github.com/TYPO3-Solr/ext-solr/commit/3f7d44def>`_
38+
- Adjust resource identifier in PageRenderer asset registration by Charlotte `b695abe6c <https://github.com/TYPO3-Solr/ext-solr/commit/b695abe6c>`_
39+
40+
741
Release 13.0.3
842
==============
943

1044
This is a maintenance release for TYPO3 13.4 LTS.
1145

12-
* [TASK] disable dependabot on release-11.6.x branch by Rafael Kähm `(b9771d029) <https://github.com/TYPO3-Solr/ext-solr/commit/b9771d029>`_
13-
* [BUGFIX] Fix mount point garbage collection by Markus Friedrich `(a48f23369) <https://github.com/TYPO3-Solr/ext-solr/commit/a48f23369>`_
14-
* [TASK] Drop workaround for cObj IMAGE by Markus Friedrich `(990046a10) <https://github.com/TYPO3-Solr/ext-solr/commit/990046a10>`_
15-
* [BUGFIX] Avoid PHP warning if related record was not found by Albrecht Köhnlein `(8ce468861) <https://github.com/TYPO3-Solr/ext-solr/commit/8ce468861>`_
16-
* [BUGFIX] Get current pageId by Julian Hofmann `(868d60a72) <https://github.com/TYPO3-Solr/ext-solr/commit/868d60a72>`_
46+
- [TASK] disable dependabot on release-11.6.x branch by Rafael Kähm `(b9771d029) <https://github.com/TYPO3-Solr/ext-solr/commit/b9771d029>`_
47+
- [BUGFIX] Fix mount point garbage collection by Markus Friedrich `(a48f23369) <https://github.com/TYPO3-Solr/ext-solr/commit/a48f23369>`_
48+
- [TASK] Drop workaround for cObj IMAGE by Markus Friedrich `(990046a10) <https://github.com/TYPO3-Solr/ext-solr/commit/990046a10>`_
49+
- [BUGFIX] Avoid PHP warning if related record was not found by Albrecht Köhnlein `(8ce468861) <https://github.com/TYPO3-Solr/ext-solr/commit/8ce468861>`_
50+
- [BUGFIX] Get current pageId by Julian Hofmann `(868d60a72) <https://github.com/TYPO3-Solr/ext-solr/commit/868d60a72>`_
51+
1752
Release 13.0.2
1853
==============
1954

2055
This is a maintenance release for TYPO3 13.4 LTS.
2156

2257
List of all changes:
2358

24-
* [BUGFIX] 404 on auto-suggest with enabled TYPO3 enforceValidation setting by Wolfgang Wagner | wow! solution [(901743e85)](https://github.com/TYPO3-Solr/ext-solr/commit/901743e85)
25-
* [TASK] 13.0.x-dev Update solarium/solarium requirement by dependabot[bot] [(e21bef00f)](https://github.com/TYPO3-Solr/ext-solr/commit/e21bef00f)
26-
* [BUGFIX] provide some expression matcher variables by Achim Fritz [(c810d8986)](https://github.com/TYPO3-Solr/ext-solr/commit/c810d8986)
27-
* [TASK] Remove solrmlt by Markus Friedrich [(9aba2dff3)](https://github.com/TYPO3-Solr/ext-solr/commit/9aba2dff3)
28-
* [TASK] Update version matrix by Markus Friedrich [(f1e8cf03a)](https://github.com/TYPO3-Solr/ext-solr/commit/f1e8cf03a)
29-
* [TASK] Allow Apache Solr 9.8.1 by Markus Friedrich [(35a774de0)](https://github.com/TYPO3-Solr/ext-solr/commit/35a774de0)
30-
* [DOCS] Add section on how to optimize page index runtimes (#4334) by Philipp Kitzberger [(27cbd7612)](https://github.com/TYPO3-Solr/ext-solr/commit/27cbd7612)
31-
* [DOCS] Fix typo in ConfigureExtension.rst by Jon Echeveste González [(3245c1370)](https://github.com/TYPO3-Solr/ext-solr/commit/3245c1370)
32-
* [BUGFIX] PhpUnit IsStringViewHelperTest for typo3fluid/fluid v 4.1.+ by Rafael Kähm [(ca41f0fbc)](https://github.com/TYPO3-Solr/ext-solr/commit/ca41f0fbc)
33-
* [BUGFIX] Update hardcoded legacy css resource filepath by Charlotte [(b2bdbbb7c)](https://github.com/TYPO3-Solr/ext-solr/commit/b2bdbbb7c)
34-
* [TASK] fix integration tests for TYPO3 13.4.10+ by Rafael Kähm [(5fe6eb107)](https://github.com/TYPO3-Solr/ext-solr/commit/5fe6eb107)
35-
* [FEATURE] Add arm64 and ppc64le platforms to docker-images by Rafael Kähm [(253a0a327)](https://github.com/TYPO3-Solr/ext-solr/commit/253a0a327)
36-
* [TASK] bump dg/bypass-finals to 1.9+ by Rafael Kähm [(33b02aaca)](https://github.com/TYPO3-Solr/ext-solr/commit/33b02aaca)
37-
* [TASK] Form.html: maxlength for search text input field by Bernd Wilke [(650b9439e)](https://github.com/TYPO3-Solr/ext-solr/commit/650b9439e)
38-
* [TASK] Enable rule trailing_comma_in_multiline by Markus Friedrich [(4afd0b5f5)](https://github.com/TYPO3-Solr/ext-solr/commit/4afd0b5f5)
39-
* [TASK] Extend RecordUpdatedEvent to indicate creations by Markus Friedrich [(c64c4ac81)](https://github.com/TYPO3-Solr/ext-solr/commit/c64c4ac81)
59+
- [BUGFIX] 404 on auto-suggest with enabled TYPO3 enforceValidation setting by Wolfgang Wagner | wow! solution `901743e85 <https://github.com/TYPO3-Solr/ext-solr/commit/901743e85>`_
60+
- [TASK] 13.0.x-dev Update solarium/solarium requirement by dependabot[bot] `e21bef00f <https://github.com/TYPO3-Solr/ext-solr/commit/e21bef00f>`_
61+
- [BUGFIX] provide some expression matcher variables by Achim Fritz `c810d8986 <https://github.com/TYPO3-Solr/ext-solr/commit/c810d8986>`_
62+
- [TASK] Remove solrmlt by Markus Friedrich `9aba2dff3 <https://github.com/TYPO3-Solr/ext-solr/commit/9aba2dff3>`_
63+
- [TASK] Update version matrix by Markus Friedrich `f1e8cf03a <https://github.com/TYPO3-Solr/ext-solr/commit/f1e8cf03a>`_
64+
- [TASK] Allow Apache Solr 9.8.1 by Markus Friedrich `35a774de0 <https://github.com/TYPO3-Solr/ext-solr/commit/35a774de0>`_
65+
- [DOCS] Add section on how to optimize page index runtimes (#4334) by Philipp Kitzberger `27cbd7612 <https://github.com/TYPO3-Solr/ext-solr/commit/27cbd7612>`_
66+
- [DOCS] Fix typo in ConfigureExtension.rst by Jon Echeveste González `3245c1370 <https://github.com/TYPO3-Solr/ext-solr/commit/3245c1370>`_
67+
- [BUGFIX] PhpUnit IsStringViewHelperTest for typo3fluid/fluid v 4.1.+ by Rafael Kähm `ca41f0fbc <https://github.com/TYPO3-Solr/ext-solr/commit/ca41f0fbc>`_
68+
- [BUGFIX] Update hardcoded legacy css resource filepath by Charlotte `b2bdbbb7c <https://github.com/TYPO3-Solr/ext-solr/commit/b2bdbbb7c>`_
69+
- [TASK] fix integration tests for TYPO3 13.4.10+ by Rafael Kähm `5fe6eb107 <https://github.com/TYPO3-Solr/ext-solr/commit/5fe6eb107>`_
70+
- [FEATURE] Add arm64 and ppc64le platforms to docker-images by Rafael Kähm `253a0a327 <https://github.com/TYPO3-Solr/ext-solr/commit/253a0a327>`_
71+
- [TASK] bump dg/bypass-finals to 1.9+ by Rafael Kähm `33b02aaca <https://github.com/TYPO3-Solr/ext-solr/commit/33b02aaca>`_
72+
- [TASK] Form.html: maxlength for search text input field by Bernd Wilke `650b9439e <https://github.com/TYPO3-Solr/ext-solr/commit/650b9439e>`_
73+
- [TASK] Enable rule trailing_comma_in_multiline by Markus Friedrich `4afd0b5f5 <https://github.com/TYPO3-Solr/ext-solr/commit/4afd0b5f5>`_
74+
- [TASK] Extend RecordUpdatedEvent to indicate creations by Markus Friedrich `c64c4ac81 <https://github.com/TYPO3-Solr/ext-solr/commit/c64c4ac81>`_
4075

4176
Release 13.0.1
4277
==============

0 commit comments

Comments
 (0)