Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
177.36 KB
MD5: 371899516ce6d6045d6497b05e7a1bb4
SHA-1: c679fb9839cbf2d1223867730b4817d774523ab7
SHA-256: 58b868f6ab5aa7ad57fb9eafb3249d817ed718b0d2e73bd646c2f3adaa9c5ad1
Download zip
183.14 KB
MD5: e1467e0863ef5e7ca1352bc937935bae
SHA-1: 052f9d2378cbd0cf14abc5aee654732203f6c554
SHA-256: 21f82c15358790c67ed55d47a3036c820e7bc50582f1d8f18b723b5bc0a1c9fb
Release notes
This new alpha release of this module tries to improve the code standardization in some ways:
- Applying coding standards
- Changing file permissions
- Renaming module
hook_video_embed_field_handlers_alter()tohook_video_embed_handler_info_alter()to follow coding standards
Also includes two new features:
- Support for a new video provider Brightcove whitin its own submodule
video_embed_brightcove - New property in handler_info array, thumbnail_default that allows to declare a default thumbnail image in case the module is not able to retrieve the thumbnail dynamically.
Finally some bugs have been fixed. Most important related to #2272095: Settings are output unfiltered that fixes a security issue.
Changes included in this release:
- Add default thumbnail support
- Improve handlers caching and normalize alter hook name
- Issue #1977596: Remove string "px" for width and height default values by tty11: Added Remove string "px" for width and height default values.
- Issue #2146769: vimeo froogaloop by bachbach: Added vimeo froogaloop support.
- Issue #1949200: Facebook URL by khasmir, DerekAhmedzai: Fixed Facebook URL.
- Apply coding standards to Video Embed Field module
- Issue #2276883: Hide youtube controls by demandajmenso: Added Hide youtube controls.
- Issue #2272095: Settings are output unfiltered by mpdonadio: Fixed Settings are output unfiltered.
- Fix file permissions
- Issue #2227803: Support Brightcove by fmitchell: Support Brightcove.
- Issue #2241809: Problem on with update 7006 by david_garcia_garcia: Problem on with update 7006.