mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Embeds: Remove Meetup as an oEmbed source since the related endpoint has been deprecated.
This changeset removes Meetup as an oEmbed source, since Meetup.com have deprecated their oEmbed endpoint. The block has already been removed from the editor, see GB#35085. Props peterwilsoncc, audrasjb, swissspidy. Fixes #55997. git-svn-id: https://develop.svn.wordpress.org/trunk@53540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dc385a9f47
commit
4e871a9cbd
@ -75,7 +75,6 @@ class WP_oEmbed {
|
||||
'#https?://(.+?\.)?slideshare\.net/.*#i' => array( 'https://www.slideshare.net/api/oembed/2', true ),
|
||||
'#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ),
|
||||
'#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ),
|
||||
'#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'https://api.meetup.com/oembed', true ),
|
||||
'#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'https://issuu.com/oembed_wp', true ),
|
||||
'#https?://(www\.)?mixcloud\.com/.*#i' => array( 'https://www.mixcloud.com/oembed', true ),
|
||||
'#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'https://www.ted.com/services/v1/oembed.{format}', true ),
|
||||
@ -148,8 +147,6 @@ class WP_oEmbed {
|
||||
* | Flickr | flic.kr | 3.6.0 |
|
||||
* | Spotify | spotify.com | 3.6.0 |
|
||||
* | Imgur | imgur.com | 3.9.0 |
|
||||
* | Meetup.com | meetup.com | 3.9.0 |
|
||||
* | Meetup.com | meetu.ps | 3.9.0 |
|
||||
* | Animoto | animoto.com | 4.0.0 |
|
||||
* | Animoto | video214.com | 4.0.0 |
|
||||
* | Issuu | issuu.com | 4.0.0 |
|
||||
@ -205,6 +202,8 @@ class WP_oEmbed {
|
||||
* | Instagram TV | instagram.com | 5.1.0 | 5.5.2 |
|
||||
* | Instagram TV | instagr.am | 5.1.0 | 5.5.2 |
|
||||
* | Facebook | facebook.com | 4.7.0 | 5.5.2 |
|
||||
* | Meetup.com | meetup.com | 3.9.0 | 6.1.0 |
|
||||
* | Meetup.com | meetu.ps | 3.9.0 | 6.1.0 |
|
||||
*
|
||||
* @see wp_oembed_add_provider()
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user