From 009e383f5f17ad0db649ee093d3d06b2db63b49b Mon Sep 17 00:00:00 2001 From: Markus Friedrich Date: Mon, 7 Oct 2024 14:06:01 +0200 Subject: [PATCH] [RELEASE] 13.0.0-alpha-1 This is a first alpha release for upcoming TYPO3 13 LTS * [TASK] Prepare main branch for TYPO3 13 by @dkd-kaehm * [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 * [TASK] Replace cibuild.sh Please read the release notes: https://github.com/TYPO3-Solr/ext-tika/releases/tag/13.0.0-alpha-1 --- 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 --- Documentation/Releases/12_0.rst | 8 +++++--- Documentation/Releases/13_0.rst | 29 ++++++++++++++++++++--------- Documentation/Settings.cfg | 2 +- ext_emconf.php | 4 ++-- 4 files changed, 28 insertions(+), 15 deletions(-) diff --git a/Documentation/Releases/12_0.rst b/Documentation/Releases/12_0.rst index 12edba25..2fb88fda 100644 --- a/Documentation/Releases/12_0.rst +++ b/Documentation/Releases/12_0.rst @@ -2,7 +2,10 @@ .. index:: Releases .. _releases-tika-12_0: -============== +============= +Releases 13.0 +============= + Release 12.0.2 ============== @@ -14,7 +17,7 @@ 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,7 +62,6 @@ 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 ============== diff --git a/Documentation/Releases/13_0.rst b/Documentation/Releases/13_0.rst index b43ec30e..2a66af58 100644 --- a/Documentation/Releases/13_0.rst +++ b/Documentation/Releases/13_0.rst @@ -2,30 +2,41 @@ .. index:: Releases .. _releases-tika-13_0: -============== -Release 13.0.0 -============== +============= +Releases 13.0 +============= We are happy to announce version 13.0.0 of EXT:tika. **Important**: This version is compatible with 13 LTS only. -New in this Release -------------------- +Release 13.0.0-alpha-1 +====================== + +This is a first alpha release for upcoming TYPO3 13 LTS -- TBD +All changes: +------------ +* [TASK] Prepare main branch for TYPO3 13 by @dkd-kaehm +* [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 Contributors ------------ -- TBD +* Markus Friedrich +* Rafael Kähm 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: +Also a big thanks to our partners that have joined the Apache Solr EB für TYPO3 13 LTS (Feature) program: -- TBD +* b13 GmbH +* Berlin-Brandenburgische Akademie der Wissenschaften +* in2code GmbH +* mehrwert intermediale kommunikation GmbH How to Get Involved ------------------- diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b71f456e..f16b01ab 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ project = Apache Tika for TYPO3 version = 13.0.0 -release = 13.0.0 +release = 13.0.0-alpha-1 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 dadcd3cb..dee5047a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,8 +4,8 @@ $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', - 'state' => 'stable', + 'version' => '13.0.0-alpha-1', + 'state' => 'alpha', 'category' => 'services', 'author' => 'Ingo Renner, Timo Hund, Markus Friedrich, Rafael Kähm', 'author_email' => 'solr-eb-support@dkd.de',