diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 7480d98973..36b7c40174 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -48,7 +48,7 @@ class WP_oEmbed { 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ), 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ), '#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), - '#https?://wordpress.tv/.*#i' => array( 'http://wordpress.tv/oembed/', true ), + '#https?://wordpress.tv/.*#i' => array( 'http://wordpress.tv/oembed/', true ), '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://polldaddy.com/oembed/', true ), '#https?://poll\.fm/.*#i' => array( 'https://polldaddy.com/oembed/', true ), '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ), @@ -97,12 +97,12 @@ class WP_oEmbed { * | ------------ | -------------------- | ----- | --------- | * | Provider | Flavor | SSL | Since | * | ------------ | -------------------- | ----- | --------- | - * | Blip | blip.tv | | 2.9.0 | + * | Blip | blip.tv | ! | 2.9.0 | * | Dailymotion | dailymotion.com | Yes | 2.9.0 | * | Flickr | flickr.com | Yes | 2.9.0 | * | Hulu | hulu.com | Yes | 2.9.0 | - * | Photobucket | photobucket.com | | 2.9.0 | - * | Revision3 | revision3.com | | 2.9.0 | + * | Photobucket | photobucket.com | ! | 2.9.0 | + * | Revision3 | revision3.com | ! | 2.9.0 | * | Scribd | scribd.com | Yes | 2.9.0 | * | Vimeo | vimeo.com | Yes | 2.9.0 | * | WordPress.tv | wordpress.tv | Yes | 2.9.0 | @@ -115,12 +115,12 @@ class WP_oEmbed { * | ------------ | -------------------- | ----- | --------- | * | Twitter | twitter.com | Yes | 3.4.0 | * | ------------ | -------------------- | ----- | --------- | - * | Instagram | instagram.com | | 3.5.0 | - * | Instagram | instagr.am | | 3.5.0 | + * | Instagram | instagram.com | Yes | 3.5.0 | + * | Instagram | instagr.am | Yes | 3.5.0 | * | Slideshare | slideshare.net | Yes | 3.5.0 | * | SoundCloud | soundcloud.com | Yes | 3.5.0 | * | ------------ | -------------------- | ----- | --------- | - * | Dailymotion | dai.ly | | 3.6.0 | + * | Dailymotion | dai.ly | ! | 3.6.0 | * | Flickr | flic.kr | Yes | 3.6.0 | * | Rdio | rdio.com | Yes | 3.6.0 | * | Rdio | rd.io | Yes | 3.6.0 | diff --git a/wp-includes/version.php b/wp-includes/version.php index bbfa652473..415a966c08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31710'; +$wp_version = '4.2-alpha-31711'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.