Skip to content

Commit 2429fcc

Browse files
committed
Release 13.0.0
# Apache Solr for TYPO3 - Tika Addon version 13.0.0 **Important**: * This version is compatible with TYPO3 13 LTS only. * This release requires TIKA Server v1.28 or Apache Solr 9.7.0+ as extractor services. # Please read the release notes before updating: https://github.com/TYPO3-Solr/ext-tika/releases/tag/13.0.0 --- 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 Fixes: #241
1 parent 70f3191 commit 2429fcc

File tree

4 files changed

+27
-28
lines changed

4 files changed

+27
-28
lines changed

Documentation/Releases/13_0.rst

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,32 @@
55
Releases 13.0
66
=============
77

8-
We are happy to announce version 13.0.0 of EXT:tika.
9-
10-
**Important**: This version is compatible with 13 LTS only.
11-
12-
All changes since alpha-1:
13-
--------------------------
14-
15-
16-
17-
Release 13.0.0-alpha-1
18-
======================
19-
20-
This is a first alpha release for upcoming TYPO3 13 LTS
8+
We are happy to announce new major version 13.0 of EXT:tika for TYPO3 13 LTS.
219

2210
All changes:
2311
------------
2412

25-
* [TASK] Prepare main branch for TYPO3 13 by @dkd-kaehm
26-
* [TASK] Update to typo3/coding-standards v0.8.0 by @dkd-friedrich
27-
* [TASK] Update PHPUnit and testing framework by @dkd-friedrich
28-
* [TASK] Update dependencies for TYPO3 13.0.x by @dkd-friedrich
13+
- [TASK] Prepare main branch for TYPO3 13 by Rafael Kähm `(5a6aad1) <https://github.com/TYPO3-Solr/ext-tika/commit/5a6aad1>`_
14+
- [TASK] Update to typo3/coding-standards v0.8.0 by Markus Friedrich `(4db9ed9) <https://github.com/TYPO3-Solr/ext-tika/commit/4db9ed9>`_
15+
- [TASK] Update PHPUnit and testing framework by Markus Friedrich `(e38da56) <https://github.com/TYPO3-Solr/ext-tika/commit/e38da56>`_
16+
- [TASK] Update dependencies for TYPO3 13.0.x by Markus Friedrich `(3a7fe80) <https://github.com/TYPO3-Solr/ext-tika/commit/3a7fe80>`_
17+
- [TASK] Replace cibuild.sh by Markus Friedrich `(53bba67) <https://github.com/TYPO3-Solr/ext-tika/commit/53bba67>`_
18+
- [RELEASE] 13.0.0-alpha-1 by Markus Friedrich `(009e383) <https://github.com/TYPO3-Solr/ext-tika/commit/009e383>`_
19+
- [FIX] Set composer dependencies properly by Rafael Kähm `(9fcfa46) <https://github.com/TYPO3-Solr/ext-tika/commit/9fcfa46>`_
20+
- [FIX] TIKA-Preview does not work on TYPO3 13.4+ by Rafael Kähm `(3efbdc2) <https://github.com/TYPO3-Solr/ext-tika/commit/3efbdc2>`_
21+
- [TASK] Sync with EXT:solr dev-main by Rafael Kähm `(bb41a6f) <https://github.com/TYPO3-Solr/ext-tika/commit/bb41a6f>`_
22+
- [TASK] Simplify EXT:solr tests stack by Rafael Kähm `(a0571ad) <https://github.com/TYPO3-Solr/ext-tika/commit/a0571ad>`_
23+
- [TASK] Extract sclable/xml-lint to global by Rafael Kähm `(09b5f10) <https://github.com/TYPO3-Solr/ext-tika/commit/09b5f10>`_
24+
- [TASK] run static analysis checks on TYPO3 majors min. PHP vers. by Rafael Kähm `(0f88385) <https://github.com/TYPO3-Solr/ext-tika/commit/0f88385>`_
25+
- [TASK] Remove Implicitly nullable parameter declarations deprecated by Thomas Hohn `(d6687e0) <https://github.com/TYPO3-Solr/ext-tika/commit/d6687e0>`_
26+
- [DOCS] Migrate Documentation to the new rendering by Rafael Kähm `(70f3191) <https://github.com/TYPO3-Solr/ext-tika/commit/70f3191>`_
2927

3028
Contributors
3129
------------
3230

3331
* Markus Friedrich
3432
* Rafael Kähm
33+
* Thomas Hohn
3534

3635
Thanks to everyone who helped in creating this release!
3736

Documentation/guides.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
/>
2020
<project
2121
title="Apache Tika for TYPO3"
22-
release="13.0.0-alpha-1"
23-
version="13.0.0"
22+
release="13.0"
23+
version="13.0"
2424
copyright="since 2009 by dkd &amp; contributors"
2525
/>
2626
</guides>

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"require": {
2626
"php": "^8.2",
2727
"ext-json": "*",
28-
"typo3/cms-backend": "^v13.4.0",
29-
"typo3/cms-core": "^v13.4.0",
30-
"typo3/cms-extbase": "^v13.4.0",
31-
"typo3/cms-filemetadata": "^v13.4.0",
32-
"typo3/cms-fluid": "^v13.4.0",
33-
"typo3/cms-reports": "^v13.4.0"
28+
"typo3/cms-backend": "*",
29+
"typo3/cms-core": "^v13.4.2",
30+
"typo3/cms-extbase": "*",
31+
"typo3/cms-filemetadata": "*",
32+
"typo3/cms-fluid": "*",
33+
"typo3/cms-reports": "*"
3434
},
3535
"require-dev": {
3636
"apache-solr-for-typo3/solr": "13.0.x-dev",

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
$EM_CONF[$_EXTKEY] = [
55
'title' => 'Apache Tika for TYPO3',
66
'description' => 'Provides Tika services for TYPO3 to detect a document\'s language, extract meta data, and extract content from files. Can either use a stand alone Tika executable or Tika integrated in a Solr server with an activated extracting request handler.',
7-
'version' => '13.0.0-alpha-1',
8-
'state' => 'alpha',
7+
'version' => '13.0.0',
8+
'state' => 'stable',
99
'category' => 'services',
1010
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich, Rafael Kähm',
1111
'author_email' => '[email protected]',
1212
'author_company' => 'dkd Internet Service GmbH',
1313
'constraints' => [
1414
'depends' => [
15-
'typo3' => '13.1.0-13.4.99',
15+
'typo3' => '13.4.2-13.4.99',
1616
'filemetadata' => '',
1717
],
1818
'conflicts' => [],

0 commit comments

Comments
 (0)