From 010ea8cc07d3b5640d692057cc686e432cef174b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Thu, 11 Jul 2024 16:20:29 +0200 Subject: [PATCH] Release 12.0.3 **NOTE**: Requires EXT:solr version >=12.0.4, if installed as suggested. This is a maintenance release for TYPO3 12.4, containing: * [CI] Fix Github-Actions deprecations [(dad7aab)](https://github.com/TYPO3-Solr/ext-solr/commit/dad7aab) * [TASK] Set branch alias release-12.0.x as 12.0.x-dev for composer [(3a8f7ea)](https://github.com/TYPO3-Solr/ext-solr/commit/3a8f7ea) * [TASK] Use new template module API [(37ffddf)](https://github.com/TYPO3-Solr/ext-solr/commit/37ffddf) * [TASK] Remove and disallow all superflous @author/copyright annotations [(0df1d84)](https://github.com/TYPO3-Solr/ext-solr/commit/0df1d84) * [TASK] Prepare README for TYPO3 12 [(c49d51d)](https://github.com/TYPO3-Solr/ext-solr/commit/c49d51d) **Full Changelog**: https://github.com/TYPO3-Solr/ext-tika/compare/12.0.2...12.0.3 --- 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 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- Documentation/Releases/10_0.rst | 13 ++-- Documentation/Releases/11_0.rst | 10 +-- Documentation/Releases/12_0.rst | 95 +++++++++++++++++++++++++--- Documentation/Settings.cfg | 4 +- ext_emconf.php | 2 +- 6 files changed, 103 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 635af323..64e4b32e 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.2] + - EXT:tika Version: [e.g. 12.0.3] - 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/10_0.rst b/Documentation/Releases/10_0.rst index 973e2255..b9c8c3dd 100644 --- a/Documentation/Releases/10_0.rst +++ b/Documentation/Releases/10_0.rst @@ -2,12 +2,15 @@ .. index:: Releases .. _releases-tika-10_0: -============== -Release 10.0.2 -============== +============= +Releases 10.0 +============= .. include:: HintAboutOutdatedChangelog.rst.txt +Release 10.0.2 +============== + **Important**: This version contains CVE-2021-44228 fixes for users, who starting the Tika Server-daemons within TYPO3 BE or using Tika app modes. @@ -32,7 +35,7 @@ Example: ], ]; -============== + Release 10.0.1 ============== @@ -42,7 +45,7 @@ the Tika Server-daemons within TYPO3 BE or using Tika app modes. All users using dedicated Tika server or Apache Solr Tika cell connections do not benefit from the update and should harden the Solr Servers and/or Tika Servers with official CVE-2021-44228 patches manually. -============== + Release 10.0.0 ============== diff --git a/Documentation/Releases/11_0.rst b/Documentation/Releases/11_0.rst index 0e53760f..5a0f86a2 100644 --- a/Documentation/Releases/11_0.rst +++ b/Documentation/Releases/11_0.rst @@ -2,12 +2,15 @@ .. index:: Releases .. _releases-tika-11_0: -============== -Release 11.0.1 -============== +============= +Releases 11.0 +============= .. include:: HintAboutOutdatedChangelog.rst.txt +Release 11.0.1 +============== + This release is relevant for Apache Solr Cell/server users only. To be able to use Apache Solr server as extractor, the EXT:solr v11.5.1+ is required as well. @@ -20,7 +23,6 @@ Bugfixes: - [TASK] Remove strict_type from ext_emconf to be able to publish in TER `94803dc `_ -============== Release 11.0.0 ============== diff --git a/Documentation/Releases/12_0.rst b/Documentation/Releases/12_0.rst index 12edba25..6c1f9613 100644 --- a/Documentation/Releases/12_0.rst +++ b/Documentation/Releases/12_0.rst @@ -2,7 +2,27 @@ .. index:: Releases .. _releases-tika-12_0: +============= +Releases 12.0 +============= + + +Release 12.0.3 ============== + +This is maintenance release for TYPO3 12. + +.. attention:: + + Requires EXT:solr version >=12.0.4, if installed as suggested. + +- [CI] Fix Github-Actions deprecations `dad7aab `_ +- [TASK] Set branch alias release-12.0.x as 12.0.x-dev for composer `3a8f7ea `_ +- [TASK] Use new template module API `37ffddf `_ +- [TASK] Remove and disallow all superflous @author/copyright annotations `0df1d84 `_ +- [TASK] Prepare README for TYPO3 12 `c49d51d `_ + + Release 12.0.2 ============== @@ -14,7 +34,8 @@ This is maintenance release for TYPO3 12. - [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 ============== @@ -59,13 +80,15 @@ All other changes - [FEATURE] Blind the Solr Cell crendetials in TYPO3 configuration tools `6618965 on @2023-10-19 `_ (thanks to Rafael Kähm) - [DOC] reafactor the docs `c899cf8 on @2023-10-19 `_ (thanks to Rafael Kähm) -============== + Release 12.0.0 ============== We are happy to announce version 12.0.0 of EXT:tika. -**Important**: This version is compatible with 12 LTS only. +.. attention:: + + This version is compatible with 12 LTS only. New in this Release ------------------- @@ -98,6 +121,8 @@ New in this Release Contributors ------------ +- @internezzo-prod +- Benni Mack - Elias Häußler - Georg Ringer - Hendrik vom Lehn @@ -105,27 +130,77 @@ Contributors - Markus Friedrich - Peter Kraume - Rafael Kähm +- Stefan Frömken - Thomas Hohn -- @internezzo-prod Thanks to everyone who helped in creating this release! Also a big thanks to our partners that have joined the Apache Solr EB für TYPO3 12 LTS (Feature) program: +- .hausformat +- 711media websolutions GmbH +- ACO Ahlmann SE & Co. KG +- AVM Computersysteme Vertriebs GmbH +- Ampack AG +- Amt der Oö Landesregierung +- Autorité des Marchés Financiers (Québec) - b13 GmbH +- Beech IT +- CARL von CHIARI GmbH +- clickstorm GmbH Apache Solr EB für TYPO3 12 LTS (Feature) +- Connecta AG +- cosmoblonde GmbH - cron IT GmbH -- FTI Germany -- .hausformat -- Hochschule Furtwangen +- CS2 AG +- cyperfection GmbH +- digit.ly +- DMK E-BUSINESS GmbH +- DP-Medsystems AG +- DSCHOY GmbH +- Deutsches Literaturarchiv Marbach +- EB-12LTS-FEATURE +- F7 Media GmbH +- FTI Touristik GmbH +- gedacht +- GPM Deutsche Gesellschaft für Projektmanagement e. V. +- HEAD acoustics GmbH - in2code GmbH -- internezzo ag -- Kassenärztliche Vereinigung Rheinland-Pfalz +- Internezzo +- jweiland.net +- keeen GmbH - KONVERTO AG +- Kassenärztliche Vereinigung Rheinland-Pfalz +- Kreis Euskirchen +- L.N. Schaffrath DigitalMedien GmbH +- LOUIS INTERNET GmbH +- Leuchtfeuer Digital Marketing GmbH - Lingner Consulting New Media GmbH +- Macaw Germany Cologne GmbH +- Marketing Factory Consulting GmbH - mehrwert intermediale kommunikation GmbH +- morbihan.fr - Commande BDC_99143_202404081250 +- ochschule Furtwangen +- pietzpluswild GmbH - plan2net GmbH +- ProPotsdam GmbH +- Québec.ca gouv.qc.ca Apache Solr EB für TYPO3 12 LTS (Feature) +- Red Dot GmbH & Co. KG +- Schoene neue kinder GmbH +- Snowflake Productions GmbH Apache Solr EB für TYPO3 12 LTS (Feature) - Stadtverwaltung Villingen-Schwenningen -- unternehmen online GmbH Co. KG (UO) +- Stämpfli AG +- studio ahoi - Weitenauer Schwardt GbR +- THE BRETTINGHAMS GmbH +- Typoheads GmbH +- UEBERBIT GmbH +- Universität Regensburg +- VisionConnect.de +- WACON Internet GmbH +- webconsulting business services gmbh +- werkraum Digitalmanufaktur GmbH +- WIND Internet BV +- XIMA MEDIA GmbH +- wow! solution How to Get Involved ------------------- diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 400e003e..d129c48b 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = Apache Tika for TYPO3 -version = 12.0.2 -release = 12.0.2 +version = 12.0.3 +release = 12.0.3 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 fcc5e683..79f6c807 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.2', + 'version' => '12.0.3', 'state' => 'stable', 'category' => 'services', 'author' => 'Ingo Renner, Timo Hund, Markus Friedrich, Rafael Kähm',