This is a bugfix release that addresses an issue with <script>
tags contained in html
attributes that are edited in place:
- In Scrivito 1.5.0, we reimplemented how values are stored while content is edited in place. During this reimplementation, we also reworked the part that handles
html
attributes. This change introduced a bug causing<script>
tags to be removed fromhtml
attributes prior to saving. This release fixes this issue so that<script>
tags are now preserved again.
Sorry for the inconvenience this bug might have caused. Please update your Gemfile and run “bundle.”
Thank you for using Scrivito!