From 9416f5fac44d5b0ca3ca8690099e36f201c125e2 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Wed, 28 Mar 2018 13:57:50 +0200 Subject: [PATCH] Version 3.1.0 --- Documentation/Changelog/Index.md | 8 ++++++++ composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Documentation/Changelog/Index.md b/Documentation/Changelog/Index.md index 827cc50c..3c244485 100644 --- a/Documentation/Changelog/Index.md +++ b/Documentation/Changelog/Index.md @@ -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 diff --git a/composer.json b/composer.json index eff09b88..c35f2b0a 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/ext_emconf.php b/ext_emconf.php index 9e74e06a..c199b6c3 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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' => '',