8.6.2
🐞 Fixes
- Search: improved the speed of search
map.destroy()
method{{shortocode_inline ...}}
helpers that return HTML content<a>...</a>
links in a SVG fileThis is useful when you are iterating over an array. You can pass current array item into the shortcode using this
:
{{shortcode_inline ...}}
rendering which was triggering errors on some servers due to the incorrect Content-type being set as json
. Now the content type is set as text/plain
.