From 17093044422c4c87efb9ed91ca090347d1c6ea9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Tue, 14 May 2024 12:32:38 +0200 Subject: [PATCH] Release 12.0.2 # 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 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- Documentation/Releases/12_0.rst | 12 ++++++++++++ Documentation/Settings.cfg | 4 ++-- ext_emconf.php | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3fd77cc4..635af323 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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] diff --git a/Documentation/Releases/12_0.rst b/Documentation/Releases/12_0.rst index a18f4000..12edba25 100644 --- a/Documentation/Releases/12_0.rst +++ b/Documentation/Releases/12_0.rst @@ -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 `_ (thanks to @eliashaeussler) +- [TASK] Upgrade to PHPUnit:10.1 and typo3/testing-framework 8.0+ `04716c0 `_ (thanks to @dkd-kaehm) +- [FEATURE] add config option for MetaDataExtractor `8b10fd7 `_ (thanks to @hvomlehn-sds) +- [TASK] Add tests for documentation `c9e18ca `_ (thanks to @dkd-kaehm) +- [TASK] Set min. TYPO3 version to 12.4.3 `4a9e209 `_ (thanks to @dkd-kaehm) +- [DOCS] Fix repository URL in releases documentation `3f3250e `_ (thanks to @dkd-kaehm) ============== Release 12.0.1 ============== @@ -89,6 +100,7 @@ Contributors - Elias Häußler - Georg Ringer +- Hendrik vom Lehn - Lars Tode - Markus Friedrich - Peter Kraume diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 08534872..400e003e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -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 diff --git a/ext_emconf.php b/ext_emconf.php index 57f211e3..06a57aa0 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',