Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 167.95 KB
MD5: 98c9d54cd1df8c6ee9dc0b29734af19c
SHA-1: ae9b762a4ac14281c0c30d7b5814befc06841cb9
SHA-256: 042a7f9fd5e50bfd61d74095692362dcafb695424c00315a259786e906063f83
Download zip 215.32 KB
MD5: ff6eacd33232805e4d849fd895e4d3ff
SHA-1: 1b2623e4ad8efec7be64b11923e3b359e98c4cc2
SHA-256: 96e32dc52aabc1f972f646c5213b0140a966800e09c581a15ba3b840944f8122

Release notes

This release providers support for the new widget functionality of the latest CKEditor library. This makes the embedded atoms more robust, less likely to get broken. Update instructions can be found in the documentation at: Scald Installation / configuration

The panels' custom content is now supported built-in. The scald_panels_dnd
module is not required anymore for that purpose.

Backwards incompatible changes

3rd party video providers are moved to separate projects

The scald_vimeo, scald_youtube, and scald_dailymotion modules have been moved
to separate contrib modules, in order to not have any 3rd party integration
modules in Scald Core.

Steps to upgrade to the latest version:
(Note: Instead of using Registry Rebuild in below steps a Drupal Cache Clear might be enough in certain cases.)
- Install Registry Rebuild (if not already installed) either as a drush
command or as a php file.
Explanation at https://www.drupal.org/project/registry_rebuild
- Update to the latest version of Scald Core
- Download the youtube/vimeo/dailymotion modules depending on which ones were
used before on the site
- Run Registry Rebuild

Scald_video moved to core, video players moved to separate projects

The scald_video base module which provided a html5 video player with local
storage is now part of Scald Core. The extra players are now available as
separate modules.

Steps to upgrade to the latest version:
- Install Registry Rebuild (if not already installed) either as a drush
command or as a php file.
Explanation at https://www.drupal.org/project/registry_rebuild
- Disable and uninstall the scald_video players that are used on the site. Do
not disable or uninstall the scald_video module itself.
- Delete the scald_video module already existing on the site
- Update to the latest version of Scald Core
- Download the player modules that was used on the site (now separate projects)
- Run Registry Rebuild
- Enable the player modules that was used on the site before

"link" option is now urlencoded

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']).

All changes since 7.x-1.3:

Created by: nagy.balint
Created on: 21 May 2015 at 10:07 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
New features
Insecure
Unsupported

Other releases