Skip to content

Commit

Permalink
Release 13.0.0
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
dkd-kaehm committed Dec 18, 2024
1 parent 70f3191 commit 66a7c66
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 24 deletions.
20 changes: 7 additions & 13 deletions Documentation/Releases/13_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,7 @@
Releases 13.0
=============

We are happy to announce version 13.0.0 of EXT:tika.

**Important**: This version is compatible with 13 LTS only.

All changes since alpha-1:
--------------------------



Release 13.0.0-alpha-1
======================

This is a first alpha release for upcoming TYPO3 13 LTS
We are happy to announce new major version 13.0 of EXT:tika for TYPO3 13 LTS.

All changes:
------------
Expand All @@ -26,12 +14,18 @@ All changes:
* [TASK] Update to typo3/coding-standards v0.8.0 by @dkd-friedrich
* [TASK] Update PHPUnit and testing framework by @dkd-friedrich
* [TASK] Update dependencies for TYPO3 13.0.x by @dkd-friedrich
* [FIX] TIKA-Preview does not work on TYPO3 13.4+ by @dkd-kaehm
* [TASK] Sync with EXT:solr dev-main by @dkd-kaehm
* [TASK] Remove Implicitly nullable parameter declarations deprecated by @thomashohn
* [DOCS] Migrate Documentation to the new rendering by @dkd-kaehm


Contributors
------------

* Markus Friedrich
* Rafael Kähm
* Thomas Hohn

Thanks to everyone who helped in creating this release!

Expand Down
4 changes: 2 additions & 2 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
/>
<project
title="Apache Tika for TYPO3"
release="13.0.0-alpha-1"
version="13.0.0"
release="13.0"
version="13.0"
copyright="since 2009 by dkd &amp; contributors"
/>
</guides>
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"require": {
"php": "^8.2",
"ext-json": "*",
"typo3/cms-backend": "^v13.4.0",
"typo3/cms-core": "^v13.4.0",
"typo3/cms-extbase": "^v13.4.0",
"typo3/cms-filemetadata": "^v13.4.0",
"typo3/cms-fluid": "^v13.4.0",
"typo3/cms-reports": "^v13.4.0"
"typo3/cms-backend": "*",
"typo3/cms-core": "^v13.4.2",
"typo3/cms-extbase": "*",
"typo3/cms-filemetadata": "*",
"typo3/cms-fluid": "*",
"typo3/cms-reports": "*"
},
"require-dev": {
"apache-solr-for-typo3/solr": "13.0.x-dev",
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Apache Tika for TYPO3',
'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.',
'version' => '13.0.0-alpha-1',
'state' => 'alpha',
'version' => '13.0.0',
'state' => 'stable',
'category' => 'services',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich, Rafael Kähm',
'author_email' => '[email protected]',
'author_company' => 'dkd Internet Service GmbH',
'constraints' => [
'depends' => [
'typo3' => '13.1.0-13.4.99',
'typo3' => '13.4.2-13.4.99',
'filemetadata' => '',
],
'conflicts' => [],
Expand Down

0 comments on commit 66a7c66

Please sign in to comment.