mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-25 22:56:16 +01:00
TASK: Add changelog for V9 support and breaking changes
This commit is contained in:
parent
9946276f43
commit
b04ed99c07
11 changed files with 40 additions and 9 deletions
|
@ -1,16 +1,27 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
v1.0.0
|
||||
------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
changelog/20180518-75-make-index-name-configurable
|
||||
changelog/20180424-149-extract-relation-resolver-to-data-processing
|
||||
changelog/20180410-148-keep-sys_language_uid
|
||||
changelog/20180315-134-make-conent-fields-configurable
|
||||
changelog/20180309-25-provide-sys-language-uid
|
||||
changelog/20180308-131-respect-page-cache-clear
|
||||
changelog/20180308-introduce-php70-type-hints
|
||||
changelog/20180306-120-facet-configuration
|
||||
changelog/20180926-163-allow-zero-as-typoscript-filter-value
|
||||
changelog/1.0.0/*
|
||||
|
||||
prior v1.0.0
|
||||
------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
changelog/prior-1.0.0/20180518-75-make-index-name-configurable
|
||||
changelog/prior-1.0.0/20180424-149-extract-relation-resolver-to-data-processing
|
||||
changelog/prior-1.0.0/20180410-148-keep-sys_language_uid
|
||||
changelog/prior-1.0.0/20180315-134-make-conent-fields-configurable
|
||||
changelog/prior-1.0.0/20180309-25-provide-sys-language-uid
|
||||
changelog/prior-1.0.0/20180308-131-respect-page-cache-clear
|
||||
changelog/prior-1.0.0/20180308-introduce-php70-type-hints
|
||||
changelog/prior-1.0.0/20180306-120-facet-configuration
|
||||
changelog/prior-1.0.0/20180926-163-allow-zero-as-typoscript-filter-value
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
Breaking change "TYPO3 v9 LTS Update"
|
||||
=====================================
|
||||
|
||||
The extension does now officially support TYPO3 CMS v9.5 LTS.
|
||||
This change contains some breaking changes:
|
||||
|
||||
* Support for TYPO3 versions lower then 9.5 LTS has been dropped.
|
||||
|
||||
* Due to dropped TYPO3 CMS < v9 support, also all PHP Code within ``Compatibility``
|
||||
namespace was removed.
|
||||
|
||||
* Fluid variable ``{request.query}`` is no longer provided, due to internal API
|
||||
changes. Use ``{request.searchTerm}`` instead.
|
||||
|
||||
* PHP Interface ``\Codappix\SearchCore\Connection\SearchRequestInterface`` has
|
||||
changed, due to extending TYPO3 Interface
|
||||
``\TYPO3\CMS\Extbase\Persistence\QueryResultInterface``.
|
||||
|
||||
Therefore also PHP class ``\Codappix\SearchCore\Domain\Model\SearchRequest`` has
|
||||
been adjusted.
|
Loading…
Reference in a new issue