Skip to content

Commit 9416f5f

Browse files
committed
Version 3.1.0
1 parent f4a5a79 commit 9416f5f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Documentation/Changelog/Index.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Changelog
22
=========
33

4+
3.1.0
5+
-----
6+
7+
- Elastica Library updated to 5.3.2
8+
MK Search is compatible with all elasticsearch 5.x releases now.
9+
Older Version are not supported anymore.
10+
411
3.0.0
512
-----
13+
614
- Initial TYPO3 8.7 LTS Support
715

816
2.0.25

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dmk/mksearch",
33
"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.",
4-
"version": "3.0.16",
4+
"version": "3.1.0",
55
"type": "typo3-cms-extension",
66
"keywords": [
77
"TYPO3 CMS",

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'author_email' => '[email protected]',
1818
'shy' => '',
1919
'dependencies' => 'rn_base',
20-
'version' => '3.0.16',
20+
'version' => '3.1.0',
2121
'conflicts' => '',
2222
'priority' => '',
2323
'module' => '',

0 commit comments

Comments
 (0)