Skip to content

Commit

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

**Note:** 
This release is especially relevant for Apache Solr Cell/server users.
To be able to use Apache Solr server as extractor, the EXT:solr v11.5.1+ is required as well.

# Please read the release notes before updating:

https://github.com/TYPO3-Solr/ext-tika/releases/tag/11.0.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](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 authored and dkd-friedrich committed Jul 4, 2023
1 parent 440580a commit e154602
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -31,7 +31,7 @@ If applicable, add screenshots to help explain your problem.
- TYPO3 Version: [e.g. 11.5.6]
- Browser: [e.g. chrome, safari]
- EXT:solr Version: [e.g. 11.5.1]
- EXT:tika Version: [e.g. 11.0.0]
- EXT:tika Version: [e.g. 11.0.1]
- Used Apache Solr Version: [e.g. 8.11.1]
- PHP Version: [e.g. 7.4.0]
- MySQL Version: [e.g. 8.0.0]
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Index.rst
Expand Up @@ -18,7 +18,7 @@ Apache Tika for TYPO3
tika

:Version:
11.0.0
11.0.1

:Language:
en
Expand All @@ -30,7 +30,7 @@ Apache Tika for TYPO3
apache, tika, meta, data, DAM, files, FAL, solr, server, language, content, detection, extraction

:Copyright:
2009-2015
since 2009

:Author:
Ingo Renner
Expand Down
16 changes: 16 additions & 0 deletions Documentation/Releases/11_0.rst
@@ -1,3 +1,19 @@
==========================================================
Apache Solr for TYPO3 - Tika Addon version 11.0.1 released
==========================================================

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.

Bugfixes:
---------

- [BUGFIX] Use always string instead of null in all trim() calls `ef2028b <https://github.com/TYPO3-Solr/ext-tika/commit/ef2028b>`_
- [BUGFIX] Cast port to int for Solr connection `e4f062e <https://github.com/TYPO3-Solr/ext-tika/commit/e4f062e>`_
- [TASK] Fix TYPO3 coding standards issues after upgrade to v0.5.5 `cd010f3 <https://github.com/TYPO3-Solr/ext-tika/commit/cd010f3>`_
- [TASK] Remove strict_type from ext_emconf to be able to publish in TER `94803dc <https://github.com/TYPO3-Solr/ext-tika/commit/94803dc>`_


==========================================================
Apache Solr for TYPO3 - Tika Addon version 11.0.0 released
==========================================================
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
@@ -1,10 +1,10 @@
[general]

project = Apache Tika for TYPO3
version = 11.0.0
release = 11.0.0
version = 11.0.1
release = 11.0.1
t3author = Ingo Renner, Timo Hund
copyright = 2022
copyright = since 2009

description = Documentation for EXT:tika

Expand Down
12 changes: 6 additions & 6 deletions Documentation/Settings.yml
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2009-2022
copyright: since 2009
project: Apache Tika for TYPO3
version: 11.0.0
release: 11.0.0
version: 11.0.1
release: 11.0.1
latex_documents:
- - Index
- tika.tex
Expand All @@ -16,9 +16,9 @@ conf.py:
- Timo Hund
- manual
html_theme_options:
github_repository: TYPO3-Solr/ext-tika
github_branch: master
latex_elements:
github_repository: TYPO3-Solr/ext-tika
github_branch: master
latex_elements:
papersize: a4paper
pointsize: 10pt
preamble: \usepackage{typo3}
Expand Down
4 changes: 2 additions & 2 deletions Documentation/conf.py
Expand Up @@ -55,7 +55,7 @@

# General information about the project.
project = u'EXT:tika Apache Tika for TYPO3'
copyright = u'2022, Ingo Renner'
copyright = u'since 2009, Ingo Renner'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -64,7 +64,7 @@
# The short X.Y version.
version = '11.0'
# The full version, including alpha/beta/rc tags.
release = '11.0.0'
release = '11.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
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' => '11.0.0',
'version' => '11.0.1',
'state' => 'stable',
'category' => 'services',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich, Rafael Kähm',
Expand Down

0 comments on commit e154602

Please sign in to comment.