mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 08:36:09 +01:00
47 lines
703 B
ReStructuredText
47 lines
703 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.
|
|
|
|
* Do not break on date list if no order is defined.
|
|
|
|
Tasks
|
|
-----
|
|
|
|
Nothing
|
|
|
|
Deprecation
|
|
-----------
|
|
|
|
Nothing
|