By nagy.balint on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-1.x
Introduced in version:
7.x-1.4
Issue links:
Description:
The scald_image module's link data property is now urlencoded. If any custom
code used $options['link'] before this version, it should now be changed to
urldecode($options['link']).
Impacts:
Module developers