Skip to content

Commit

Permalink
Merge pull request #121 from timohund/task/master/120-prepare-4-0-0
Browse files Browse the repository at this point in the history
[TASK] Prepare 4.0.0
  • Loading branch information
timohund authored Feb 12, 2019
2 parents 6258ae2 + a12e8d5 commit 6f15c8c
Show file tree
Hide file tree
Showing 6 changed files with 109 additions and 11 deletions.
96 changes: 96 additions & 0 deletions Documentation/Releases/4_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
=========================================================
Apache Solr for TYPO3 - Tika Addon version 4.0.0 released
=========================================================

We are happy to announce version 4.0.0 of EXT:tika.

New in this Release
-------------------

This release is a compatibility release for EXT:solr 9.0.0

Usage of solarium PHP-API
^^^^^^^^^^^^^^^^^^^^^^^^^

Since we are using the solarium PHP-API in EXT:solr now, we want to use that in EXT:tika as well, when
we use Apache Solr for tika extraction.

* https://github.com/TYPO3-Solr/ext-tika/pull/103

Tika version 1.20 supported
^^^^^^^^^^^^^^^^^^^^^^^^^^^

EXT:tika is now tested against version 1.20 of Apache Tika.

* https://github.com/TYPO3-Solr/ext-tika/pull/114

Add mimetype mpeg/audio to list of allowed mimetypes for solr cell
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Add's the mimetype mpeg/audio as allowed mimetype for the solr cell extraction

* https://github.com/TYPO3-Solr/ext-tika/pull/117

Bugfixes
--------

* https://github.com/TYPO3-Solr/ext-tika/pull/115 Do not unlink temporary files
* https://github.com/TYPO3-Solr/ext-tika/pull/116 Improve logging of failed tika calls

Thanks
------

Thanks to all contributors

(patches, comments, bug reports, reviews, ... in alphabetical order)

* Helmut Hummel
* Timo Hund

Also a big thanks to our partners that have joined the EB2019 program:

* Amedick & Sommer Neue Medien GmbH
* BIBUS AG Group
* Bitmotion GmbH
* CS2 AG
* Gernot Leitgab
* Getdesigned GmbH
* Hirsch & Wölfl GmbH
* ITK Rheinland
* Kassenärztliche Vereinigung Bayerns (KZVB)
* TOUMORO
* Ueberbit Gmbh
* XIMA MEDIA GmbH
* b13 GmbH
* bgm business websolutions GmbH & Co KG
* datamints GmbH
* medien.de mde GmbH
* mehrwert intermediale kommunikation GmbH
* mellowmessage GmbH
* plan2net GmbH
* punkt.de GmbH

Special thanks to our premium EB 2019 partners:

* jweiland.net
* sitegeist media solutions GmbH

Thanks to everyone who helped in creating this release!

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 in 2019 by becoming an EB partner:

http://www.typo3-solr.com/en/contact/

or call:

+49 (0)69 - 2475218 0
2 changes: 2 additions & 0 deletions Documentation/Releases/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Releases
:titlesonly:
:glob:

4_0.rst
3_1.rst
3_0.rst
2_4.rst
2_3.rst
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[general]

project = Apache Tika for TYPO3
version = 3.1.0
release = 3.1.0
version = 4.0.0
release = 4.0.0
t3author = Ingo Renner, Timo Hund
copyright = 2018
copyright = 2019

description = Documentation for EXT:tika

Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2009-2018
copyright: 2009-2019
project: Apache Tika for TYPO3
version: 3.1
release: 3.1.0
version: 4.0.0
release: 4.0.0
latex_documents:
- - Index
- tika.tex
Expand Down
6 changes: 3 additions & 3 deletions Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@

# General information about the project.
project = u'EXT:tika Apache Tika for TYPO3'
copyright = u'2017, Ingo Renner, Timo Hund'
copyright = u'2019, Ingo Renner, Timo Hund'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '3.0'
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '3.1.0'
release = '4.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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' => '4.0.0-dev',
'version' => '4.0.0',
'state' => 'stable',
'category' => 'services',
'author' => 'Ingo Renner, Timo Hund, Markus Friedrich',
Expand All @@ -15,7 +15,7 @@
'clearCacheOnLoad' => 1,
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.3.99',
'typo3' => '8.7.0-9.5.99',
'filemetadata' => '',
],
'conflicts' => [],
Expand Down

0 comments on commit 6f15c8c

Please sign in to comment.