Plugin Directory

Changeset 900464


Ignore:
Timestamp:
04/22/2014 08:47:16 PM (12 years ago)
Author:
sutherlandboswell
Message:

Dailymotion protocol-relative embeds

Location:
video-thumbnails
Files:
3 deleted
4 edited
15 copied

Legend:

Unmodified
Added
Removed
  • video-thumbnails/tags/2.7.6/php/providers/class-dailymotion-thumbnails.php

    r870830 r900464  
    3737    public $regexes = array(
    3838        '#<object[^>]+>.+?http://www\.dailymotion\.com/swf/video/([A-Za-z0-9]+).+?</object>#s', // Dailymotion flash
    39         '#https?://www\.dailymotion\.com/embed/video/([A-Za-z0-9]+)#', // Dailymotion iframe
     39        '#//www\.dailymotion\.com/embed/video/([A-Za-z0-9]+)#', // Dailymotion iframe
    4040        '#(?:https?://)?(?:www\.)?dailymotion\.com/video/([A-Za-z0-9]+)#' // Dailymotion URL
    4141    );
  • video-thumbnails/tags/2.7.6/readme.txt

    r895399 r900464  
    55Requires at least: 3.2
    66Tested up to: 3.9
    7 Stable tag: 2.7.5
     7Stable tag: 2.7.6
    88
    99Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template.
     
    130130
    131131== Changelog ==
     132
     133= 2.7.6 =
     134* Added Dailymotion support for protocol-relative embeds
    132135
    133136= 2.7.5 =
  • video-thumbnails/tags/2.7.6/video-thumbnails.php

    r895399 r900464  
    66Author: Sutherland Boswell
    77Author URI: http://sutherlandboswell.com
    8 Version: 2.7.5
     8Version: 2.7.6
    99License: GPL2
    1010Text Domain: video-thumbnails
     
    3131define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) );
    3232define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' );
    33 define( 'VIDEO_THUMBNAILS_VERSION', '2.7.5' );
     33define( 'VIDEO_THUMBNAILS_VERSION', '2.7.6' );
    3434
    3535// Providers
  • video-thumbnails/trunk/php/providers/class-dailymotion-thumbnails.php

    r870830 r900464  
    3737    public $regexes = array(
    3838        '#<object[^>]+>.+?http://www\.dailymotion\.com/swf/video/([A-Za-z0-9]+).+?</object>#s', // Dailymotion flash
    39         '#https?://www\.dailymotion\.com/embed/video/([A-Za-z0-9]+)#', // Dailymotion iframe
     39        '#//www\.dailymotion\.com/embed/video/([A-Za-z0-9]+)#', // Dailymotion iframe
    4040        '#(?:https?://)?(?:www\.)?dailymotion\.com/video/([A-Za-z0-9]+)#' // Dailymotion URL
    4141    );
  • video-thumbnails/trunk/readme.txt

    r895399 r900464  
    55Requires at least: 3.2
    66Tested up to: 3.9
    7 Stable tag: 2.7.5
     7Stable tag: 2.7.6
    88
    99Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template.
     
    130130
    131131== Changelog ==
     132
     133= 2.7.6 =
     134* Added Dailymotion support for protocol-relative embeds
    132135
    133136= 2.7.5 =
  • video-thumbnails/trunk/video-thumbnails.php

    r895399 r900464  
    66Author: Sutherland Boswell
    77Author URI: http://sutherlandboswell.com
    8 Version: 2.7.5
     8Version: 2.7.6
    99License: GPL2
    1010Text Domain: video-thumbnails
     
    3131define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) );
    3232define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' );
    33 define( 'VIDEO_THUMBNAILS_VERSION', '2.7.5' );
     33define( 'VIDEO_THUMBNAILS_VERSION', '2.7.6' );
    3434
    3535// Providers
Note: See TracChangeset for help on using the changeset viewer.