events/Documentation/Changelog/3.2.0.rst

42 lines
508 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.
Tasks
-----
Nothing
Deprecation
-----------
Nothing