All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- The current request will no longer be passed to controllers generating the shortcode substitution (see #15). For shortcodes being handled
inline
, use theRequestStack
directly in the substituting controller method to obtain the parent request. Foresi
-based renderers, there is no current solution provided by this bundle (see #14). Check your shortcode controllers for access to the request attribute namedrequest
to find affected places.
- Logging will now by default be directed to the
shortcode
channel, instead of theapp
channel used previously. - Slightly reduced the logging level in
EmbeddedShortcodeHandler
.