TASK: Add changelog for V9 support and breaking changes

This commit is contained in:
Daniel Siepmann 2019-05-17 17:51:58 +02:00
parent 9946276f43
commit b04ed99c07
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
11 changed files with 40 additions and 9 deletions

View file

@ -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

View file

@ -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.