From 1c3a215f86f51192f4cd32751647f5a0153306f0 Mon Sep 17 00:00:00 2001 From: Markus Friedrich Date: Mon, 26 Feb 2024 10:58:21 +0100 Subject: [PATCH] [RELEASE] Release 11.0.1 This is a maintenance release for TYPO3 11.5 LTS, containing: - [BUGFIX] cast maxScore to float by @achimfritz in https://github.com/TYPO3-Solr/ext-solrfluidgrouping/pull/33 - [TASK] Increase RAMFS size by @dkd-friedrich - [BUGFIX] Fix environment variable in GitHub workflow by @dkd-friedrich - [BUGFIX] Adjust unit tests for EXT:solr 11.5.1+ by @dkd-friedrich - [BUGFIX] allow empty groupValue and fallback to empty string as a group by @lukasniestroj in https://github.com/TYPO3-Solr/ext-solrfluidgrouping/pull/31 Note: solrfluidgrouping is part of solr 12+, so there will be no release for TYPO3 12. Please read the release notes: https://github.com/TYPO3-Solr/ext-solrfluidgrouping/releases/tag/11.0.1 --- How to Get Involved There are many ways to get involved with Apache Solr for TYPO3: * Submit bug reports and feature requests on GitHub * Ask or help or answer questions in our Slack channel * Provide patches through pull requests or review and comment on existing pull requests * Go to www.typo3-solr.com or call dkd to sponsor the ongoing development of Apache Solr for TYPO3 Support us by becoming an EB partner: https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/ or call: +49 (0)69 - 2475218 0 --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++--- .github/ISSUE_TEMPLATE/feature_request.md | 23 -------------- Documentation/Index.rst | 2 +- .../solrfluidgrouping-release-11-0.rst | 30 ++++++++++++++++--- Documentation/Settings.cfg | 2 +- Documentation/Settings.yml | 4 +-- Documentation/conf.py | 2 +- README.md | 15 +++++----- composer.json | 2 +- ext_emconf.php | 6 ++-- 10 files changed, 46 insertions(+), 48 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6dafe47..8db9901 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,11 +28,11 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Used versions (please complete the following information):** - - TYPO3 Version: [e.g. 10.4.20] + - TYPO3 Version: [e.g. 11.5.36] - Browser: [e.g. chrome, safari] - - EXT:solr Version: [e.g. 11.1.1] - - EXT:solrfluidgrouping Version: [e.g. 10.0.0] - - Used Apache Solr Version: [e.g. 8.9.0] + - EXT:solr Version: [e.g. 11.5.6] + - EXT:solrfluidgrouping Version: [e.g. 11.0.0] + - Used Apache Solr Version: [e.g. 8.11.3] - PHP Version: [e.g. 7.4.0] - MySQL Version: [e.g. 8.0.0] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index a0e2285..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: "[FEATURE] Please describe your feature wish here" -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. - -**Target versions** -Please add the EXT:solrfluidgrouping versions here. diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 3996b17..887eb7a 100644 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -14,7 +14,7 @@ solrfluidgrouping :Version: - 11.0.0 + 11.0.1 :Language: en diff --git a/Documentation/Releases/solrfluidgrouping-release-11-0.rst b/Documentation/Releases/solrfluidgrouping-release-11-0.rst index 9a0eb8a..e876afe 100644 --- a/Documentation/Releases/solrfluidgrouping-release-11-0.rst +++ b/Documentation/Releases/solrfluidgrouping-release-11-0.rst @@ -6,12 +6,34 @@ .. include:: ../Includes.txt -.. _releases-10-0: +.. _releases-11-0: ============================================================ Apache Solr for TYPO3 - Grouping for Fluid templating 11.0.0 ============================================================ +Release 11.0.1 +-------------- + +11.0.1 is a maintenance release for TYPO3 11.5 LTS. + +.. attention:: + solrfluidgrouping is part of solr 12+, so there will be no release for TYPO3 12. + +## What's Changed +* [BUGFIX] cast maxScore to float by @achimfritz in https://github.com/TYPO3-Solr/ext-solrfluidgrouping/pull/33 +* [TASK] Increase RAMFS size by @dkd-friedrich +* [BUGFIX] Fix environment variable in GitHub workflow by @dkd-friedrich +* [BUGFIX] Adjust unit tests for EXT:solr 11.5.1+ by @dkd-friedrich +* [BUGFIX] allow empty groupValue and fallback to empty string as a group by @lukasniestroj in https://github.com/TYPO3-Solr/ext-solrfluidgrouping/pull/31 + +Please read the release notes: +https://github.com/TYPO3-Solr/ext-solrfluidgrouping/releases/tag/11.0.1 + + +Release 11.0.0 +-------------- + We are happy to release EXT:solrfluidgrouping 11.0.0 The focus of this release has been on the EXT:solr 11.5 and TYPO3 11 LTS compatibility @@ -19,15 +41,15 @@ As we're planning to simplify the maintenance, we want to merge EXT:solrfluidgro So this will happen most probably in EXT:solr 12.0.0. New in this release -=================== +------------------- TYPO3 11 LTS and EXT:solr 11.5 compatibility --------------------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EXT:solrfluidgrouping is now compatible with TYPO3 11 LTS and EXT:solr 11.5 Small improvements and bugfixes -------------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Beside the major changes we did several small improvements and bugfixes: diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 890fed5..f56975c 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ project = ApacheSolrForTypo3 EXT:solrfluidgrouping version = 11.0 -release = 11.0.0 +release = 11.0.1 t3author = Timo Hund copyright = since 2018 by dkd diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 90606cd..3d53029 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: since 2018 by dkd project: Documentation for EXT:solrfluidgrouping grouping for solr results - version: 11.0.0 - release: 11.0.0 + version: 11.0 + release: 11.0.1 extensions: - sphinx.ext.intersphinx - t3sphinx.ext.t3extras diff --git a/Documentation/conf.py b/Documentation/conf.py index 3c067ea..72876b2 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -63,7 +63,7 @@ # The short X.Y version. version = '11.0' # The full version, including alpha/beta/rc tags. -release = '11.0.0' +release = '11.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/README.md b/README.md index c5c5451..b1ec200 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ -Apache Solr for TYPO3 - Grouping for Fluid templating -============================================================ +# Apache Solr for TYPO3 - Grouping for Fluid templating +[![Build Status](https://github.com/TYPO3-Solr/ext-solrfluidgrouping/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TYPO3-Solr/ext-solrfluidgrouping/actions?query=branch:main) -[![Build Status](https://github.com/TYPO3-Solr/ext-solrfluidgrouping/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/TYPO3-Solr/ext-solrfluidgrouping/actions?query=branch:master) - -About ------ +## About This addon provides grouping for the fluid templating in EXT:solr. -How to run the UnitTests ------------------------- +**Caution**: *solrfluidgrouping is part of solr 12+, so there will be no release for TYPO3 12.* + + +## How to run the UnitTests First you need to set some environment variables and boostrap the system with the bootstrap script (you only need to do this once), the bootstrapper will ask you for some variables (TYPO3 version, EXT:solr version, db host, db user and db passwort) that are needed diff --git a/composer.json b/composer.json index 2f2f66b..a135058 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^7.4.0 || ^8.0", "typo3/cms-core": "^11.5.4", - "apache-solr-for-typo3/solr": "^11.5.0 <11.6.0" + "apache-solr-for-typo3/solr": "^11.5.0 <12.0.0" }, "require-dev": { "phpspec/prophecy-phpunit":"*", diff --git a/ext_emconf.php b/ext_emconf.php index f843589..3870579 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,7 +3,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Apache Solr for TYPO3 - Grouping for fluid rendering', 'description' => 'This addon provides the grouping for the fluid templating', - 'version' => '11.0.0', + 'version' => '11.0.1', 'state' => 'stable', 'category' => 'plugin', 'author' => 'Timo Hund, Frans Saris', @@ -12,8 +12,8 @@ 'clearCacheOnLoad' => 0, 'constraints' => [ 'depends' => [ - 'solr' => '11.5.0-11.5.99', - 'typo3' => '11.5.4-11.5.99', + 'solr' => '11.5.0-11.9.99', + 'typo3' => '11.5.4-11.9.99', ], 'conflicts' => [], ],