Change record status: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.4
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