-
Issue #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().
-
Issue #1264942: Removed unnecessary functions media_oembed_install() and media_oembed_uninstall().
-
Issue #1403084 by Dave Reid: Trim $file->filename to 255 characters.
-
Issue #1403092 by Dave Reid: Move MediaInternetOEmbedHandler into its own file that can be autoloaded.
-
generate alt attribute for images with same function.
-
Issue #1294824 by effulgentsia: Clear all oembed caches for a URL.
-
Issue #1289202 by effulgentsia: wmode for flash embed
-
add soundcloud and twitter endpoints.
-
convert simplexmlelement into std class for serialization.