Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
97.57 KB
MD5: 50fe93967be4593e00bd4fca960fbf9c
SHA-1: 042591b020f36e857ced6eceed02281864537b6c
SHA-256: 694aeb9f3e04ee7e4ae56511eff1f063719a043de1d8bfe661600d65b9dd32ab
Download zip
126.34 KB
MD5: 1309c81ebe6c3bd4605d2edbb410e261
SHA-1: 6c797c465d25d834cd030d0f5451c7e61b6b7f6a
SHA-256: 45bcd47ea5cb29d43237a94a45c1c7795f5cf474b93eb58cf923b59cbb8cad9b
Release notes
This release contains a few regression fixes with Field collection, admin code cleanup, and a few optmization and other fixes.
The notable changes:
- Fixed a rare edge case with improper/broken data_export_import media files.
- Allowed re-using slik.media.min.js outside slick.
- Fixed bad markups (h2 > p) with Media slide title when plain text has HTML filter enabled.
- Fixed regression with FC thumbnail caption plain text not displayed with the new EMW.
- Fixed regression with FC slide title not displayed with the new EMW.
- Fixed regression with Fullscreen single item/ unslick not displayed since no slide wrappers in use.
- Added support for Media multiple slide links, e.g.: Read more | Contact us.
- Cleaned up field markups for Media/FC 'slide_caption' fields by default unless 'markup' set to TRUE.
- Cleaned up field markups for Media/FC 'slide_link' fields since it is cleaner to just have A tags within .slide__link DIV.
- Renamed slick_fields_inline_css_output_info() to slick_inline_css_info().
- Removed Fullscreen inline css building out of the field loop, and moved it into slick_get_inline_css() instead since inline css is such an edge case.
- Fixed regression with Fullscreen CSS output for Media and FC fields.
- Fixed for text only slides without images, that is, only applies absolute positioning when a slide layout is explicitly chosen.
- #2510528: array_merge(): Argument #2 is not an array dans template_preprocess_slick_item()