From b04ed99c07d37c384bbdb56205fe89d0c0de802a Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Fri, 17 May 2019 17:51:58 +0200 Subject: [PATCH] TASK: Add changelog for V9 support and breaking changes --- Documentation/source/changelog.rst | 29 +++++++++++++------ .../1.0.0/20190517-typo3-v9-update.rst | 20 +++++++++++++ .../20180306-120-facet-configuration.rst | 0 .../20180308-131-respect-page-cache-clear.rst | 0 .../20180308-introduce-php70-type-hints.rst | 0 .../20180309-25-provide-sys-language-uid.rst | 0 ...15-134-make-conent-fields-configurable.rst | 0 .../20180410-148-keep-sys_language_uid.rst | 0 ...t-relation-resolver-to-data-processing.rst | 0 ...180518-75-make-index-name-configurable.rst | 0 ...-allow-zero-as-typoscript-filter-value.rst | 0 11 files changed, 40 insertions(+), 9 deletions(-) create mode 100644 Documentation/source/changelog/1.0.0/20190517-typo3-v9-update.rst rename Documentation/source/changelog/{ => prior-1.0.0}/20180306-120-facet-configuration.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180308-131-respect-page-cache-clear.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180308-introduce-php70-type-hints.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180309-25-provide-sys-language-uid.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180315-134-make-conent-fields-configurable.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180410-148-keep-sys_language_uid.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180424-149-extract-relation-resolver-to-data-processing.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180518-75-make-index-name-configurable.rst (100%) rename Documentation/source/changelog/{ => prior-1.0.0}/20180926-163-allow-zero-as-typoscript-filter-value.rst (100%) diff --git a/Documentation/source/changelog.rst b/Documentation/source/changelog.rst index 2cad89f..84d5ab8 100644 --- a/Documentation/source/changelog.rst +++ b/Documentation/source/changelog.rst @@ -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 diff --git a/Documentation/source/changelog/1.0.0/20190517-typo3-v9-update.rst b/Documentation/source/changelog/1.0.0/20190517-typo3-v9-update.rst new file mode 100644 index 0000000..bbd1f47 --- /dev/null +++ b/Documentation/source/changelog/1.0.0/20190517-typo3-v9-update.rst @@ -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. diff --git a/Documentation/source/changelog/20180306-120-facet-configuration.rst b/Documentation/source/changelog/prior-1.0.0/20180306-120-facet-configuration.rst similarity index 100% rename from Documentation/source/changelog/20180306-120-facet-configuration.rst rename to Documentation/source/changelog/prior-1.0.0/20180306-120-facet-configuration.rst diff --git a/Documentation/source/changelog/20180308-131-respect-page-cache-clear.rst b/Documentation/source/changelog/prior-1.0.0/20180308-131-respect-page-cache-clear.rst similarity index 100% rename from Documentation/source/changelog/20180308-131-respect-page-cache-clear.rst rename to Documentation/source/changelog/prior-1.0.0/20180308-131-respect-page-cache-clear.rst diff --git a/Documentation/source/changelog/20180308-introduce-php70-type-hints.rst b/Documentation/source/changelog/prior-1.0.0/20180308-introduce-php70-type-hints.rst similarity index 100% rename from Documentation/source/changelog/20180308-introduce-php70-type-hints.rst rename to Documentation/source/changelog/prior-1.0.0/20180308-introduce-php70-type-hints.rst diff --git a/Documentation/source/changelog/20180309-25-provide-sys-language-uid.rst b/Documentation/source/changelog/prior-1.0.0/20180309-25-provide-sys-language-uid.rst similarity index 100% rename from Documentation/source/changelog/20180309-25-provide-sys-language-uid.rst rename to Documentation/source/changelog/prior-1.0.0/20180309-25-provide-sys-language-uid.rst diff --git a/Documentation/source/changelog/20180315-134-make-conent-fields-configurable.rst b/Documentation/source/changelog/prior-1.0.0/20180315-134-make-conent-fields-configurable.rst similarity index 100% rename from Documentation/source/changelog/20180315-134-make-conent-fields-configurable.rst rename to Documentation/source/changelog/prior-1.0.0/20180315-134-make-conent-fields-configurable.rst diff --git a/Documentation/source/changelog/20180410-148-keep-sys_language_uid.rst b/Documentation/source/changelog/prior-1.0.0/20180410-148-keep-sys_language_uid.rst similarity index 100% rename from Documentation/source/changelog/20180410-148-keep-sys_language_uid.rst rename to Documentation/source/changelog/prior-1.0.0/20180410-148-keep-sys_language_uid.rst diff --git a/Documentation/source/changelog/20180424-149-extract-relation-resolver-to-data-processing.rst b/Documentation/source/changelog/prior-1.0.0/20180424-149-extract-relation-resolver-to-data-processing.rst similarity index 100% rename from Documentation/source/changelog/20180424-149-extract-relation-resolver-to-data-processing.rst rename to Documentation/source/changelog/prior-1.0.0/20180424-149-extract-relation-resolver-to-data-processing.rst diff --git a/Documentation/source/changelog/20180518-75-make-index-name-configurable.rst b/Documentation/source/changelog/prior-1.0.0/20180518-75-make-index-name-configurable.rst similarity index 100% rename from Documentation/source/changelog/20180518-75-make-index-name-configurable.rst rename to Documentation/source/changelog/prior-1.0.0/20180518-75-make-index-name-configurable.rst diff --git a/Documentation/source/changelog/20180926-163-allow-zero-as-typoscript-filter-value.rst b/Documentation/source/changelog/prior-1.0.0/20180926-163-allow-zero-as-typoscript-filter-value.rst similarity index 100% rename from Documentation/source/changelog/20180926-163-allow-zero-as-typoscript-filter-value.rst rename to Documentation/source/changelog/prior-1.0.0/20180926-163-allow-zero-as-typoscript-filter-value.rst