diff --git a/ChangeLog b/ChangeLog index 4ee397a0..17cd669f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ ChangeLog current master + +Version 2.8.0, April 2018 +[!!!] This version changes the database structure! [TASK] Use mb_substr and mb_stripos instead of substr() and stripos() in order to crop content in multibyte charsets correctly. Fixes https://github.com/teaminmedias-pluswerk/ke_search/issues/212. [FEATURE] Improve search fields for pages. Collect fields relevant for search in one tab in the page properties. Introduce two new dedicated fields for abstract and image (Resources -> Media and Metadata -> Abstract still work as fallback). Set "Show abstract" as default behaviour. https://github.com/teaminmedias-pluswerk/ke_search/pull/205 [TASK] Change orig_uid field to varchar. Thanks to Markus Klein. https://github.com/teaminmedias-pluswerk/ke_search/pull/213. diff --git a/ext_emconf.php b/ext_emconf.php index 163fb0b8..c6a3b764 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'description' => 'Faceted fulltext search for TYPO3. Fast, flexible and easy to use. Very easy to install. Fast (tested with over 200.000 records) and flexible (you can write your own indexers). Indexes content directly from the databases. Visit kesearch.de for further information and documentation.', 'category' => 'plugin', 'shy' => 0, - 'version' => '2.7.0', + 'version' => '2.8.0', 'dependencies' => '', 'conflicts' => '', 'priority' => '',