Make WordPress Core

Ticket #45399: 45399.diff

File 45399.diff, 2.9 KB (added by skostadinov, 6 years ago)
  • package-lock.json

     
    11{
    22        "name": "WordPress",
    3         "version": "5.0.0",
     3        "version": "5.1.0",
    44        "lockfileVersion": 1,
    55        "requires": true,
    66        "dependencies": {
  • src/wp-includes/class-oembed.php

     
    6060                        '#https?://flic\.kr/.*#i'                      => array( 'https://www.flickr.com/services/oembed/', true ),
    6161                        '#https?://(.+\.)?smugmug\.com/.*#i'           => array( 'https://api.smugmug.com/services/oembed/', true ),
    6262                        '#https?://(www\.)?hulu\.com/watch/.*#i'       => array( 'http://www.hulu.com/api/oembed.{format}', true ),
    63                         'http://i*.photobucket.com/albums/*'           => array( 'http://api.photobucket.com/oembed', false ),
    64                         'http://gi*.photobucket.com/groups/*'          => array( 'http://api.photobucket.com/oembed', false ),
    6563                        '#https?://(www\.)?scribd\.com/doc/.*#i'       => array( 'https://www.scribd.com/services/oembed', true ),
    6664                        '#https?://wordpress\.tv/.*#i'                 => array( 'https://wordpress.tv/oembed/', true ),
    6765                        '#https?://(.+\.)?polldaddy\.com/.*#i'         => array( 'https://polldaddy.com/oembed/', true ),
    6866                        '#https?://poll\.fm/.*#i'                      => array( 'https://polldaddy.com/oembed/', true ),
    69                         '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ),
    7067                        '#https?://(www\.)?twitter\.com/\w{1,15}/status(es)?/.*#i' => array( 'https://publish.twitter.com/oembed', true ),
    7168                        '#https?://(www\.)?twitter\.com/\w{1,15}$#i'   => array( 'https://publish.twitter.com/oembed', true ),
    7269                        '#https?://(www\.)?twitter\.com/\w{1,15}/likes$#i' => array( 'https://publish.twitter.com/oembed', true ),
     
    146143                 * | Dailymotion  | dailymotion.com                   |      Yes       | 2.9.0   |
    147144                 * | Flickr       | flickr.com                        |      Yes       | 2.9.0   |
    148145                 * | Hulu         | hulu.com                          |      Yes       | 2.9.0   |
    149                  * | Photobucket  | photobucket.com                   |      No        | 2.9.0   |
    150146                 * | Scribd       | scribd.com                        |      Yes       | 2.9.0   |
    151147                 * | Vimeo        | vimeo.com                         |      Yes       | 2.9.0   |
    152148                 * | WordPress.tv | wordpress.tv                      |      Yes       | 2.9.0   |
    153149                 * | YouTube      | youtube.com/watch                 |      Yes       | 2.9.0   |
    154                  * | Funny or Die | funnyordie.com                    |      Yes       | 3.0.0   |
    155150                 * | Polldaddy    | polldaddy.com                     |      Yes       | 3.0.0   |
    156151                 * | SmugMug      | smugmug.com                       |      Yes       | 3.0.0   |
    157152                 * | YouTube      | youtu.be                          |      Yes       | 3.0.0   |