Skip to content

Commit 1a7cb4d

Browse files
committed
Version 2.0.25
1 parent e630db2 commit 1a7cb4d

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/.buildpath
22
/.project
33
.settings
4-
4+
.idea
55
.*md.html

Documentation/Changelog/Index.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
=========
33

4+
2.0.25
5+
------
6+
7+
- bugfix if extensions depend on templavoila
8+
- bugfix if cal isn't installed
9+
- bugfix autoloading in T3 >= 6.2
10+
- bugfix cal indexer in T3 7.6
11+
- bugfix page indexer
12+
- support rnbase domain models
13+
- support reindexing deleted elements recursively
14+
- new config for solr 6.2
15+
- new feature grouped search in solr
16+
- new feature charbrowser for solr
17+
- new indexer for gridelements
18+
- new indexer for news
19+
- refactor several code and tests
20+
421
2.0.8
522
-----
623

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" : "2.0.24",
4+
"version" : "2.0.25",
55
"type" : "typo3-cms-extension",
66
"keywords" : [
77
"TYPO3 CMS",

ext_emconf.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
'author_email' => '[email protected]',
1919
'shy' => '',
2020
'dependencies' => 'rn_base',
21-
'version' => '2.0.24',
21+
'version' => '2.0.25',
2222
'conflicts' => '',
2323
'priority' => '',
2424
'module' => '',
@@ -32,8 +32,8 @@
3232
'author_company' => 'DMK E-Business GmbH',
3333
'constraints' => array(
3434
'depends' => array(
35-
'rn_base' => '1.0.0-',
36-
'typo3' => '4.4.0-7.6.99',
35+
'rn_base' => '1.1.6-',
36+
'typo3' => '4.5.0-7.6.99',
3737
),
3838
'conflicts' => array(
3939
),

0 commit comments

Comments
 (0)