Skip to content

Commit

Permalink
Release 12.0.2
Browse files Browse the repository at this point in the history
# Apache Solr for TYPO3 - Tika Addon version 12.0.2

# Please read the release notes for more information:

* https://github.com/TYPO3-Solr/ext-tika/releases/tag/12.0.2
* https://docs.typo3.org/p/apache-solr-for-typo3/tika/12.0/en-us/Releases/12_0.html

---

# How to Get Involved

There are many ways to get involved with Apache Solr for TYPO3:

* Submit bug reports and feature requests on [GitHub](https://github.com/TYPO3-Solr/ext-solr)
* Ask or help or answer questions in our [Slack channel](https://typo3.slack.com/messages/ext-solr/)
* Provide patches through Pull Request or review and comment on existing [Pull Requests](https://github.com/TYPO3-Solr/ext-solr/pulls)
* Go to [www.typo3-solr.com](http://www.typo3-solr.com) or call [dkd](http://www.dkd.de) to sponsor the ongoing development of Apache Solr for TYPO3

Support us by becoming an EB partner:

http://www.typo3-solr.com/en/contact/

or call:

+49 (0)69 - 2475218 0
  • Loading branch information
dkd-kaehm committed May 14, 2024
1 parent 3f3250e commit 1709304
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If applicable, add screenshots to help explain your problem.
- TYPO3 Version: [e.g. 12.4.7]
- Browser: [e.g. chrome, safari]
- EXT:solr Version: [e.g. 12.0.x]
- EXT:tika Version: [e.g. 12.0.1]
- EXT:tika Version: [e.g. 12.0.2]
- Used Apache Solr Version: [e.g. 9.3.0]
- PHP Version: [e.g. 8.1.0]
- MySQL Version: [e.g. 8.0.0]
Expand Down
12 changes: 12 additions & 0 deletions Documentation/Releases/12_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@
.. index:: Releases
.. _releases-tika-12_0:

==============
Release 12.0.2
==============

This is maintenance release for TYPO3 12.

- [DOCS] Fix repository URL in documentation `6cbc6f2 <https://github.com/TYPO3-Solr/ext-tika/commit/6cbc6f2>`_ (thanks to @eliashaeussler)
- [TASK] Upgrade to PHPUnit:10.1 and typo3/testing-framework 8.0+ `04716c0 <https://github.com/TYPO3-Solr/ext-tika/commit/04716c0>`_ (thanks to @dkd-kaehm)
- [FEATURE] add config option for MetaDataExtractor `8b10fd7 <https://github.com/TYPO3-Solr/ext-tika/commit/8b10fd7>`_ (thanks to @hvomlehn-sds)
- [TASK] Add tests for documentation `c9e18ca <https://github.com/TYPO3-Solr/ext-tika/commit/c9e18ca>`_ (thanks to @dkd-kaehm)
- [TASK] Set min. TYPO3 version to 12.4.3 `4a9e209 <https://github.com/TYPO3-Solr/ext-tika/commit/4a9e209>`_ (thanks to @dkd-kaehm)
- [DOCS] Fix repository URL in releases documentation `3f3250e <https://github.com/TYPO3-Solr/ext-tika/commit/3f3250e>`_ (thanks to @dkd-kaehm)
==============
Release 12.0.1
==============
Expand Down Expand Up @@ -89,6 +100,7 @@ Contributors

- Elias Häußler
- Georg Ringer
- Hendrik vom Lehn
- Lars Tode
- Markus Friedrich
- Peter Kraume
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]

project = Apache Tika for TYPO3
version = 12.0.1
release = 12.0.1
version = 12.0.2
release = 12.0.2
t3author = Ingo Renner, Timo Hund, dkd and contributors
copyright = since 2009 by dkd & contributors

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$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' => '12.0.1',
'version' => '12.0.2',
'state' => 'stable',
'category' => 'services',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich, Rafael Kähm',
Expand Down

0 comments on commit 1709304

Please sign in to comment.