From 79c64530b4eab9f0c4943ea2d4aaaf90932dc903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20K=C3=A4hm?= Date: Tue, 15 Aug 2023 11:45:22 +0200 Subject: [PATCH] Release 12.0.0 # Apache Solr for TYPO3 - Tika Addon version 12.0.0 **Important**: * This version is compatible with TYPO3 12 LTS only. * This release requires TIKA Server v1.28 or Apache Solr 9.3.0+ as extractor services. # Please read the release notes before updating: https://github.com/TYPO3-Solr/ext-tika/releases/tag/12.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](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 | 10 ++-- Documentation/Index.rst | 2 +- Documentation/Releases/10_0.rst | 2 +- Documentation/Releases/11_0.rst | 6 +- Documentation/Releases/12_0.rst | 84 ++++++++++++++++++++++++++++ Documentation/Releases/Index.rst | 1 + Documentation/Settings.cfg | 4 +- Documentation/Settings.yml | 4 +- Documentation/conf.py | 4 +- composer.json | 3 +- ext_emconf.php | 2 +- 11 files changed, 102 insertions(+), 20 deletions(-) create mode 100644 Documentation/Releases/12_0.rst diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 96c154e5..92590bb2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,12 +28,12 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Used versions (please complete the following information):** - - TYPO3 Version: [e.g. 11.5.6] + - TYPO3 Version: [e.g. 12.0.0] - Browser: [e.g. chrome, safari] - - EXT:solr Version: [e.g. 11.5.1] - - EXT:tika Version: [e.g. 11.0.1] - - Used Apache Solr Version: [e.g. 8.11.1] - - PHP Version: [e.g. 7.4.0] + - EXT:solr Version: [e.g. 12.0.0] + - EXT:tika Version: [e.g. 12.0.0] + - Used Apache Solr Version: [e.g. 9.3.0] + - PHP Version: [e.g. 8.1.0] - MySQL Version: [e.g. 8.0.0] **Additional context** diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 7390db9c..c8ee4ec7 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -18,7 +18,7 @@ Apache Tika for TYPO3 tika :Version: - 11.0.1 + 12.0.0 :Language: en diff --git a/Documentation/Releases/10_0.rst b/Documentation/Releases/10_0.rst index e6716b66..09daf77b 100644 --- a/Documentation/Releases/10_0.rst +++ b/Documentation/Releases/10_0.rst @@ -161,7 +161,7 @@ There are many ways to get involved with Apache Solr for TYPO3: * 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 in 2021 by becoming an EB partner: +Support us by becoming an EB partner: http://www.typo3-solr.com/en/contact/ diff --git a/Documentation/Releases/11_0.rst b/Documentation/Releases/11_0.rst index 55984f7e..23403991 100644 --- a/Documentation/Releases/11_0.rst +++ b/Documentation/Releases/11_0.rst @@ -39,10 +39,6 @@ New in this Release - [TASK] Fix scrutinizer issues on release-11.0.x `d0d9439 `_ - [TASK] Update Apache TIKA to v1.27 on release-11.0.x `24f2929 `_ -git rev-list --reverse --no-commit-header --format="format:- %s `%h `_" 910681daf3fb812cb7447d89ac85c6841a8495d5^..HEAD - - - Contributors ------------ @@ -117,7 +113,7 @@ There are many ways to get involved with Apache Solr for TYPO3: - 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 in 2021 by becoming an EB partner: +Support us by becoming an EB partner: http://www.typo3-solr.com/en/contact/ diff --git a/Documentation/Releases/12_0.rst b/Documentation/Releases/12_0.rst new file mode 100644 index 00000000..9b2ba55b --- /dev/null +++ b/Documentation/Releases/12_0.rst @@ -0,0 +1,84 @@ +========================================================== +Apache Solr for TYPO3 - Tika Addon version 12.0.0 released +========================================================== + +We are happy to announce version 12.0.0 of EXT:tika. + +**Important**: This version is compatible with 12 LTS only. + +New in this Release +------------------- + +- [BUGFIX] Don't use minimum-stability dev on TYPO3 stable in build/CI `3e5c6c2 `_ +- [TASK] Automated cleanup via rector `0e5d0d7 `_ +- [TASK] Remove unneeded checks `187f261 `_ +- [TASK] Allow install of v12 `38d3a3d `_ +- [TASK] Make status work `bdc3843 `_ +- [TASK] Migrate icon registration `0fe8b6d `_ +- [TASK] Simplify code in viewhelper `594ad42 `_ +- [TASK] Enable autoconfigure by default `5677a79 `_ +- [TASK] Make the preview work `488084f `_ +- [TASK] Make BE module work `4095fe5 `_ +- [TASK] Setup Github-Actions for TYPO3 12 LTS `59bc08c `_ +- [TASK] Sync Setup within composer.json with TYPO3 12 stack `ca4d7df `_ +- [TASK] Apply TYPO3 coding standards from EXT:solr 12.0.x-dev `63f51d8 `_ +- [TASK] setup dg/bypass-finals PHPUnit extension to be able to mock finals `b3474a6 `_ +- [TASK] Fix Integration tests for TYPO3 12 `3830729 `_ +- [TASK] Remove unused item provider registration `8a26824 `_ +- [TASK] Remove unused hook `9f8c1a0 `_ +- [TASK] Improve code by using PHP8 features `f16e4bd `_ +- [TASK] Replace Scrutinizer analysis by PHPStan :: Level 3 `640d234 `_ +- [TASK] PHPStan fix up to :: Level 5 `2d9fabf `_ +- [TASK] synchronize with EXT:solr* tests stack `5c04545 `_ +- [FIX] PHP-linter: Cannot redeclare exec() in ExecMockFunctions.php `3a4aae6 `_ +- [BUGFIX] Fix old linter issues with php-cs-fixer v3.23.0+ `4eca0d7 `_ + + +Contributors +------------ + +- Elias Häußler +- Georg Ringer +- Lars Tode +- Markus Friedrich +- Peter Kraume +- Rafael Kähm +- 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: + +- b13 GmbH +- cron IT GmbH +- FTI Germany +- .hausformat +- Hochschule Furtwangen +- in2code GmbH +- internezzo ag +- Kassenärztliche Vereinigung Rheinland-Pfalz +- KONVERTO AG +- Lingner Consulting New Media GmbH +- mehrwert intermediale kommunikation GmbH +- plan2net GmbH +- Stadtverwaltung Villingen-Schwenningen +- unternehmen online GmbH Co. KG (UO) + +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 diff --git a/Documentation/Releases/Index.rst b/Documentation/Releases/Index.rst index 98a217a8..a317cafe 100644 --- a/Documentation/Releases/Index.rst +++ b/Documentation/Releases/Index.rst @@ -19,6 +19,7 @@ Releases :titlesonly: :glob: + 12_0.rst 11_0.rst 10_0.rst 6_0.rst diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ab988295..c633bcc4 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,8 +1,8 @@ [general] project = Apache Tika for TYPO3 -version = 11.0.1 -release = 11.0.1 +version = 12.0.0 +release = 12.0.0 t3author = Ingo Renner, Timo Hund copyright = since 2009 diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 0a3fe323..d5592ab4 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: since 2009 project: Apache Tika for TYPO3 - version: 11.0.1 - release: 11.0.1 + version: 12.0.0 + release: 12.0.0 latex_documents: - - Index - tika.tex diff --git a/Documentation/conf.py b/Documentation/conf.py index 74618a65..ea469918 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = '11.0' +version = '12.0' # The full version, including alpha/beta/rc tags. -release = '11.0.1' +release = '12.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/composer.json b/composer.json index 343d7db9..4515c7e8 100644 --- a/composer.json +++ b/composer.json @@ -141,7 +141,8 @@ "ext-tika": { "require": { "Tika": "1.28", - "Solr": "9.2.1" + "Solr": "9.3.*", + "EXT:solr": "12.0.*" } } } diff --git a/ext_emconf.php b/ext_emconf.php index c456bfe1..5d49c66e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -18,7 +18,7 @@ ], 'conflicts' => [], 'suggests' => [ - 'solr' => '12.0.0-12.99.99', + 'solr' => '12.0.0-', ], ], 'autoload' => [