Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
26.6 KB
MD5: 16fca1c9293c4238a122db699a9123bc
SHA-1: edd36e888512a53c8a0c91f5ce70c0a917a3e114
SHA-256: 1192f736374ef5e8b27add85b8b4620523d2b93eb2fd466111ff794a3841d44f
Download zip
35.68 KB
MD5: 38337f8c2b64383bf4ccf997c5098244
SHA-1: 7e7b53ded39acf1f34be2f9237f10487d490b587
SHA-256: ce3b7462d991a5cb703509ec833e69ce85750880c52a7348c699048b24c5a21a
Release notes
Changes since 7.x-0.1-beta2:
- Fixed MediaInternetOEmbedHandler did not implement validate() for invalid oEmbed files or when the server is unable to make requests.
- #1377690: Fixed the 'rich' oEmbed type should be mapped to a 'text/oembed' MIME type rather than 'html/oembed' to better fit the common IANA types.
- Cleaned up media_oembed_media_internet_providers().
- #1264942: Removed unnecessary functions media_oembed_install() and media_oembed_uninstall().
- #1403084 by Dave Reid: Trim $file->filename to 255 characters.
- #1403092 by Dave Reid: Move MediaInternetOEmbedHandler into its own file that can be autoloaded.
- generate alt attribute for images with same function.
- #1294824 by effulgentsia: Clear all oembed caches for a URL.
- #1289202 by effulgentsia: wmode for flash embed
- add soundcloud and twitter endpoints.
- convert simplexmlelement into std class for serialization.
- remove automatic paragraph elements around embed short codes.
- rename oembed module permission.
- remove presets.
- #1298566 by effulgentsia: Allow Media Browser Plus, or other modules, to autopopulate fields from oEmbed data
- #1305650 by effulgentsia: attempt to render thumbnails regardless of oembed type.
- #1305650 by effulgentsia: render generic icon when thumbnail is not available.
- change package of embed field module.
- #1298562 by ksenzee, effulgentsia: Re-use file assets and avoid PDO exception when adding a duplicate URL.
- #1255446 by bangpound: Reconstitute URL with optional components in link field formatter.
- update all schemes and endpoints of default providers.