Changeset 834141
- Timestamp:
- 01/06/2014 10:56:38 PM (12 years ago)
- Location:
- video-thumbnails
- Files:
-
- 2 added
- 3 edited
- 9 copied
-
tags/2.2 (copied) (copied from video-thumbnails/trunk)
-
tags/2.2/php/class-video-thumbnails-settings.php (copied) (copied from video-thumbnails/trunk/php/class-video-thumbnails-settings.php)
-
tags/2.2/php/providers/class-blip-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-blip-thumbnails.php)
-
tags/2.2/php/providers/class-rutube-thumbnails.php (added)
-
tags/2.2/php/providers/class-video-thumbnails-providers.php (copied) (copied from video-thumbnails/trunk/php/providers/class-video-thumbnails-providers.php) (1 diff)
-
tags/2.2/php/providers/class-vimeo-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vimeo-thumbnails.php)
-
tags/2.2/php/providers/class-wistia-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-wistia-thumbnails.php)
-
tags/2.2/php/providers/class-youtube-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-youtube-thumbnails.php)
-
tags/2.2/readme.txt (copied) (copied from video-thumbnails/trunk/readme.txt) (3 diffs)
-
tags/2.2/video-thumbnails.php (copied) (copied from video-thumbnails/trunk/video-thumbnails.php) (3 diffs)
-
trunk/php/providers/class-rutube-thumbnails.php (added)
-
trunk/php/providers/class-video-thumbnails-providers.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/video-thumbnails.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
video-thumbnails/tags/2.2/php/providers/class-video-thumbnails-providers.php
r794208 r834141 103 103 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youku-thumbnails.php' ); 104 104 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-collegehumor-thumbnails.php' ); 105 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-rutube-thumbnails.php' ); 105 106 106 107 ?> -
video-thumbnails/tags/2.2/readme.txt
r794208 r834141 4 4 Tags: Video, Thumbnails, YouTube, Vimeo, Blip, Justin.tv, Dailymotion, Metacafe, Image, Featured Image, Post Thumbnail 5 5 Requires at least: 3.1 6 Tested up to: 3. 77 Stable tag: 2. 16 Tested up to: 3.8 7 Stable tag: 2.2 8 8 9 9 Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template. … … 27 27 * Youku 28 28 * CollegeHumor 29 * Rutube 29 30 30 31 Video Thumbnails even works with most video embedding plugins, including: … … 97 98 98 99 == Changelog == 100 101 = 2.2 = 102 * Added support for Rutube 99 103 100 104 = 2.1 = -
video-thumbnails/tags/2.2/video-thumbnails.php
r794208 r834141 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2. 18 Version: 2.2 9 9 License: GPL2 10 10 */ … … 29 29 define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) ); 30 30 define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' ); 31 define( 'VIDEO_THUMBNAILS_VERSION', '2. 1' );31 define( 'VIDEO_THUMBNAILS_VERSION', '2.2' ); 32 32 33 33 // Providers … … 343 343 $video_thumbnails = new Video_Thumbnails(); 344 344 345 do_action( 'video_thumbnails_plugin_loaded' ); 346 345 347 // End class 346 348 -
video-thumbnails/trunk/php/providers/class-video-thumbnails-providers.php
r794208 r834141 103 103 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-youku-thumbnails.php' ); 104 104 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-collegehumor-thumbnails.php' ); 105 require_once( VIDEO_THUMBNAILS_PATH . '/php/providers/class-rutube-thumbnails.php' ); 105 106 106 107 ?> -
video-thumbnails/trunk/readme.txt
r794208 r834141 4 4 Tags: Video, Thumbnails, YouTube, Vimeo, Blip, Justin.tv, Dailymotion, Metacafe, Image, Featured Image, Post Thumbnail 5 5 Requires at least: 3.1 6 Tested up to: 3. 77 Stable tag: 2. 16 Tested up to: 3.8 7 Stable tag: 2.2 8 8 9 9 Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template. … … 27 27 * Youku 28 28 * CollegeHumor 29 * Rutube 29 30 30 31 Video Thumbnails even works with most video embedding plugins, including: … … 97 98 98 99 == Changelog == 100 101 = 2.2 = 102 * Added support for Rutube 99 103 100 104 = 2.1 = -
video-thumbnails/trunk/video-thumbnails.php
r794208 r834141 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2. 18 Version: 2.2 9 9 License: GPL2 10 10 */ … … 29 29 define( 'VIDEO_THUMBNAILS_PATH', dirname(__FILE__) ); 30 30 define( 'VIDEO_THUMBNAILS_FIELD', '_video_thumbnail' ); 31 define( 'VIDEO_THUMBNAILS_VERSION', '2. 1' );31 define( 'VIDEO_THUMBNAILS_VERSION', '2.2' ); 32 32 33 33 // Providers … … 343 343 $video_thumbnails = new Video_Thumbnails(); 344 344 345 do_action( 'video_thumbnails_plugin_loaded' ); 346 345 347 // End class 346 348
Note: See TracChangeset
for help on using the changeset viewer.