Skip to content

Commit

Permalink
[RELEASE] Release 11.0.1
Browse files Browse the repository at this point in the history
This is a maintenance release for TYPO3 11.5 LTS, containing:

- [BUGFIX] cast maxScore to float by @achimfritz in TYPO3-Solr#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 TYPO3-Solr#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
  • Loading branch information
dkd-friedrich committed Feb 26, 2024
1 parent 1ce5f9c commit 1c3a215
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 48 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
solrfluidgrouping

:Version:
11.0.0
11.0.1

:Language:
en
Expand Down
30 changes: 26 additions & 4 deletions Documentation/Releases/solrfluidgrouping-release-11-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,50 @@
.. 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

As we're planning to simplify the maintenance, we want to merge EXT:solrfluidgrouping into EXT:solr.
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:

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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":"*",
Expand Down
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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' => [],
],
Expand Down

0 comments on commit 1c3a215

Please sign in to comment.