Skip to content

Avoid passing the current request into controllers resolving shortcodes

Compare
Choose a tag to compare
@mpdude mpdude released this 26 Oct 14:12
· 30 commits to master since this release
bf149e3

See #15 – this never worked for ESI-based shortcodes, at least not with Symfony ^4.0.

For inline-based shortcodes you need to review your substitution-generating controllers and check whether they depend on the request Request attribute.

Additionally, the default logging level and channel have been changed, see #5.