Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rengaw83 committed Mar 28, 2018
1 parent f4a5a79 commit 9416f5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Documentation/Changelog/Index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Changelog
=========

3.1.0
-----

- Elastica Library updated to 5.3.2
MK Search is compatible with all elasticsearch 5.x releases now.
Older Version are not supported anymore.

3.0.0
-----

- Initial TYPO3 8.7 LTS Support

2.0.25
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dmk/mksearch",
"description": "Generic highly adjustable and extendable search engine framework, using Zend Lucene, Apache Solr or ElasticSearch. But support for other search engines can be provided easily.",
"version": "3.0.16",
"version": "3.1.0",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3 CMS",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'author_email' => 'dev@dmk-ebusiness.de',
'shy' => '',
'dependencies' => 'rn_base',
'version' => '3.0.16',
'version' => '3.1.0',
'conflicts' => '',
'priority' => '',
'module' => '',
Expand Down

0 comments on commit 9416f5f

Please sign in to comment.