8.5.36
🚀 Features / Improvements
- Improved shortcode rendering in the templates. Now you can pass parameters into placeholders in a shortcode, as shown below.
- Added nested parameters support for the shortcodes:
This is useful when you are iterating over an array. You can pass current array item into the shortcode using this
:
🐞 Fixes
- Fixed
{{shortcode_inline ...}}
rendering which was triggering errors on some servers due to the incorrect Content-type being set asjson
. Now the content type is set astext/plain
.