Go to navigation Go to content Go to footer
Changelog Premium

Changelog - Premium 3.0.0 bis 3.4.1


Teilen

Changelog of Version 3.0.0 bis 3.4.1

Version 3.4.1 (July 2021)

  • [TASK] Add whitelist for headless response fields

  • [TASK] Add hook for headless configuration

  •  

Version 3.4.0 (June 2021)

  • [FEATURE] Add headless (JSON) response via MiddleWare

  • [TASK] Add extension key to composer.json

  • [TASK] Rearrange the settings in the extension manager (move settings from the basic tab to the tab they belong to)

  • [TASK] Raise ke_search requirement to 3.8.1

  •  

Version 3.3.0 (January 2021)

[!!!] This version changes the database structure!

  • [TASK] Add ke_search 3.1.5 requirement

  • [TASK] Synonyms: Use words as synonyms only if the full word matches exactly (no part word matches)

  • [BUGFIX] Fix TYPO3 requirement (works with 9, not only 10) in ext_emconf.php to match composer.json

  •  

Version 3.2.0 (July 2020)

  • [BREAKING] Note: This version changes the database structure.

  • [FEATURE] Add feature “Keyword Boost”

  • [FEATURE] Add feature “Custom Ranking Boost”

  •  

Version 3.1.1 (January 2020)

  • [TASK] Set compatibility to TYPO3 10.4

  •  

Version 3.1.0 (January 2020)

This version works with TYPO3 9.5 and 10.2.

  • [TASK] Make distance search work with TYPO3 10.2, move TCA configuration to Configuration/TCA/Overrides, include static template automatically in ext_tables.conf (no need to add static template manually anymore), remove ext_tables.php.

  • [TASK] Make autocomplete feature work with TYPO3 10.2

  • [TASK] use ExtensionConfiguration API in ext_localconf.php.

  • [TASK] remove “use” statement in ext_localconf.php.

  • [TASK] use ExtensionConfiguration API in ext_tables.php.

  • [TASK] remove “use” statement in ext_tables.php.

  • [BUGFIX] Fix check for valid URL in remote indexer.

  • [TASK] Do not use jQuery for the autocomplete feature but use plain javascript instead.

  • [BUGFIX] remove wrong use statement in ModifySearchWords.php

  • [TASK] Fix deprecation, replace getUserObj with makeInstance.

  •  

Version 3.0.0 (January 2019)

This version works with TYPO3 9.5.

  • [FEATURE] Make ke_search_premium compatible with TYPO3 9.5 and ke_search version 3.0.0

  • [TASK] Use namespaced classes

  • [TASK] move TCA to Configuration/TCA

  • [TASK] use doctrine / query builder for database queries

  • [TASK] remove ext_autoload.php

  • [TASK] Move autocomplete javascript to the footer

  • [BUGFIX] Fix including of typoscript code for autocomplete feature.