events/Documentation/Changelog/3.2.0.rst
Daniel Siepmann 0c9f9542fb Don't break on searchword search
We didn't adjust the location name when using searchwords.
We now properly search within new locations name, instead of old no
longer existing column.

Relates: #10349
2023-02-16 07:54:03 +01:00

45 lines
650 B
ReStructuredText

3.2.0
=====
Breaking
--------
Nothing
Features
--------
* Provide routing for content elements.
Can be included within site configuration:
.. code-block:: yaml
imports:
-
resource: 'EXT:events/Configuration/CeRouting.yaml'
Expects pluginNamespace to be "events":
.. code-block:: typoscript
view {
pluginNamespace = events
}
Fixes
-----
* Properly link to first page within Pagination partial.
* Do not break while searching dates by search word.
Properly search within location name instead of no longer existing event name column.
Tasks
-----
Nothing
Deprecation
-----------
Nothing