Plugin Directory

Changeset 834141


Ignore:
Timestamp:
01/06/2014 10:56:38 PM (12 years ago)
Author:
sutherlandboswell
Message:

Added Rutube support

Location:
video-thumbnails
Files:
2 added
3 edited
9 copied

Legend:

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

    r794208 r834141  
    103103require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youku-thumbnails.php' );
    104104require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-collegehumor-thumbnails.php' );
     105require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-rutube-thumbnails.php' );
    105106
    106107?>
  • video-thumbnails/tags/2.2/readme.txt

    r794208 r834141  
    44Tags: Video, Thumbnails, YouTube, Vimeo, Blip, Justin.tv, Dailymotion, Metacafe, Image, Featured Image, Post Thumbnail
    55Requires at least: 3.1
    6 Tested up to: 3.7
    7 Stable tag: 2.1
     6Tested up to: 3.8
     7Stable tag: 2.2
    88
    99Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template.
     
    2727* Youku
    2828* CollegeHumor
     29* Rutube
    2930
    3031Video Thumbnails even works with most video embedding plugins, including:
     
    9798
    9899== Changelog ==
     100
     101= 2.2 =
     102* Added support for Rutube
    99103
    100104= 2.1 =
  • video-thumbnails/tags/2.2/video-thumbnails.php

    r794208 r834141  
    66Author: Sutherland Boswell
    77Author URI: http://sutherlandboswell.com
    8 Version: 2.1
     8Version: 2.2
    99License: GPL2
    1010*/
     
    2929define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) );
    3030define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' );
    31 define( 'VIDEO_THUMBNAILS_VERSION', '2.1' );
     31define( 'VIDEO_THUMBNAILS_VERSION', '2.2' );
    3232
    3333// Providers
     
    343343$video_thumbnails = new Video_Thumbnails();
    344344
     345do_action( 'video_thumbnails_plugin_loaded' );
     346
    345347// End class
    346348
  • video-thumbnails/trunk/php/providers/class-video-thumbnails-providers.php

    r794208 r834141  
    103103require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youku-thumbnails.php' );
    104104require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-collegehumor-thumbnails.php' );
     105require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-rutube-thumbnails.php' );
    105106
    106107?>
  • video-thumbnails/trunk/readme.txt

    r794208 r834141  
    44Tags: Video, Thumbnails, YouTube, Vimeo, Blip, Justin.tv, Dailymotion, Metacafe, Image, Featured Image, Post Thumbnail
    55Requires at least: 3.1
    6 Tested up to: 3.7
    7 Stable tag: 2.1
     6Tested up to: 3.8
     7Stable tag: 2.2
    88
    99Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template.
     
    2727* Youku
    2828* CollegeHumor
     29* Rutube
    2930
    3031Video Thumbnails even works with most video embedding plugins, including:
     
    9798
    9899== Changelog ==
     100
     101= 2.2 =
     102* Added support for Rutube
    99103
    100104= 2.1 =
  • video-thumbnails/trunk/video-thumbnails.php

    r794208 r834141  
    66Author: Sutherland Boswell
    77Author URI: http://sutherlandboswell.com
    8 Version: 2.1
     8Version: 2.2
    99License: GPL2
    1010*/
     
    2929define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) );
    3030define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' );
    31 define( 'VIDEO_THUMBNAILS_VERSION', '2.1' );
     31define( 'VIDEO_THUMBNAILS_VERSION', '2.2' );
    3232
    3333// Providers
     
    343343$video_thumbnails = new Video_Thumbnails();
    344344
     345do_action( 'video_thumbnails_plugin_loaded' );
     346
    345347// End class
    346348
Note: See TracChangeset for help on using the changeset viewer.