Changeset 869386
- Timestamp:
- 03/04/2014 05:51:02 PM (12 years ago)
- Location:
- video-thumbnails
- Files:
-
- 2 deleted
- 3 edited
- 27 copied
-
tags/2.6.3 (copied) (copied from video-thumbnails/trunk)
-
tags/2.6.3/css (copied) (copied from video-thumbnails/trunk/css)
-
tags/2.6.3/js/bulk.js (copied) (copied from video-thumbnails/trunk/js/bulk.js)
-
tags/2.6.3/js/clear.js (deleted)
-
tags/2.6.3/js/settings.js (copied) (copied from video-thumbnails/trunk/js/settings.js)
-
tags/2.6.3/js/test.js (deleted)
-
tags/2.6.3/php/class-video-thumbnails-settings.php (copied) (copied from video-thumbnails/trunk/php/class-video-thumbnails-settings.php)
-
tags/2.6.3/php/extensions/class-ayvp-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/extensions/class-ayvp-thumbnails.php)
-
tags/2.6.3/php/providers/class-blip-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-blip-thumbnails.php)
-
tags/2.6.3/php/providers/class-collegehumor-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-collegehumor-thumbnails.php)
-
tags/2.6.3/php/providers/class-dailymotion-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-dailymotion-thumbnails.php)
-
tags/2.6.3/php/providers/class-facebook-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-facebook-thumbnails.php)
-
tags/2.6.3/php/providers/class-funnyordie-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-funnyordie-thumbnails.php)
-
tags/2.6.3/php/providers/class-googledrive-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-googledrive-thumbnails.php) (1 diff)
-
tags/2.6.3/php/providers/class-justintv-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-justintv-thumbnails.php)
-
tags/2.6.3/php/providers/class-kaltura-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-kaltura-thumbnails.php)
-
tags/2.6.3/php/providers/class-metacafe-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-metacafe-thumbnails.php)
-
tags/2.6.3/php/providers/class-mpora-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-mpora-thumbnails.php)
-
tags/2.6.3/php/providers/class-rutube-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-rutube-thumbnails.php)
-
tags/2.6.3/php/providers/class-twitch-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-twitch-thumbnails.php)
-
tags/2.6.3/php/providers/class-video-thumbnails-providers.php (copied) (copied from video-thumbnails/trunk/php/providers/class-video-thumbnails-providers.php)
-
tags/2.6.3/php/providers/class-vimeo-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vimeo-thumbnails.php)
-
tags/2.6.3/php/providers/class-vine-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vine-thumbnails.php)
-
tags/2.6.3/php/providers/class-vk-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vk-thumbnails.php)
-
tags/2.6.3/php/providers/class-wistia-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-wistia-thumbnails.php)
-
tags/2.6.3/php/providers/class-youku-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-youku-thumbnails.php)
-
tags/2.6.3/php/providers/class-youtube-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-youtube-thumbnails.php)
-
tags/2.6.3/readme.txt (copied) (copied from video-thumbnails/trunk/readme.txt) (2 diffs)
-
tags/2.6.3/video-thumbnails.php (copied) (copied from video-thumbnails/trunk/video-thumbnails.php) (2 diffs)
-
trunk/php/providers/class-googledrive-thumbnails.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/video-thumbnails.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
video-thumbnails/tags/2.6.3/php/providers/class-googledrive-thumbnails.php
r849068 r869386 47 47 // Regex strings 48 48 public $regexes = array( 49 '#(?:https?:)?//docs\.google\.com/(?:a/[^/]+/)?file/d/([A-Za-z0-9 ]+)/preview#', // iFrame URL50 '#(?:https?:)?//video\.google\.com/get_player\?docid=([A-Za-z0-9 ]+)#', // Flash URL51 '#<param value="(?:[^"]+)?docid=([A-Za-z0-9 ]+)(?:[^"]+)?" name="flashvars">#', // Flash (YouTube player)49 '#(?:https?:)?//docs\.google\.com/(?:a/[^/]+/)?file/d/([A-Za-z0-9\-_]+)/preview#', // iFrame URL 50 '#(?:https?:)?//video\.google\.com/get_player\?docid=([A-Za-z0-9\-_]+)#', // Flash URL 51 '#<param value="(?:[^"]+)?docid=([A-Za-z0-9\-_]+)(?:[^"]+)?" name="flashvars">#', // Flash (YouTube player) 52 52 ); 53 53 -
video-thumbnails/tags/2.6.3/readme.txt
r862503 r869386 5 5 Requires at least: 3.2 6 6 Tested up to: 3.8.1 7 Stable tag: 2.6. 27 Stable tag: 2.6.3 8 8 9 9 Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template. … … 118 118 119 119 == Changelog == 120 121 = 2.6.3 = 122 * Better Google Drive detection (added support for underscores or dashes in the ID) 120 123 121 124 = 2.6.2 = -
video-thumbnails/tags/2.6.3/video-thumbnails.php
r862503 r869386 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2.6. 28 Version: 2.6.3 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.6. 2' );31 define( 'VIDEO_THUMBNAILS_VERSION', '2.6.3' ); 32 32 33 33 // Providers -
video-thumbnails/trunk/php/providers/class-googledrive-thumbnails.php
r849068 r869386 47 47 // Regex strings 48 48 public $regexes = array( 49 '#(?:https?:)?//docs\.google\.com/(?:a/[^/]+/)?file/d/([A-Za-z0-9 ]+)/preview#', // iFrame URL50 '#(?:https?:)?//video\.google\.com/get_player\?docid=([A-Za-z0-9 ]+)#', // Flash URL51 '#<param value="(?:[^"]+)?docid=([A-Za-z0-9 ]+)(?:[^"]+)?" name="flashvars">#', // Flash (YouTube player)49 '#(?:https?:)?//docs\.google\.com/(?:a/[^/]+/)?file/d/([A-Za-z0-9\-_]+)/preview#', // iFrame URL 50 '#(?:https?:)?//video\.google\.com/get_player\?docid=([A-Za-z0-9\-_]+)#', // Flash URL 51 '#<param value="(?:[^"]+)?docid=([A-Za-z0-9\-_]+)(?:[^"]+)?" name="flashvars">#', // Flash (YouTube player) 52 52 ); 53 53 -
video-thumbnails/trunk/readme.txt
r862503 r869386 5 5 Requires at least: 3.2 6 6 Tested up to: 3.8.1 7 Stable tag: 2.6. 27 Stable tag: 2.6.3 8 8 9 9 Video Thumbnails simplifies the process of automatically displaying video thumbnails in your WordPress template. … … 118 118 119 119 == Changelog == 120 121 = 2.6.3 = 122 * Better Google Drive detection (added support for underscores or dashes in the ID) 120 123 121 124 = 2.6.2 = -
video-thumbnails/trunk/video-thumbnails.php
r862503 r869386 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2.6. 28 Version: 2.6.3 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.6. 2' );31 define( 'VIDEO_THUMBNAILS_VERSION', '2.6.3' ); 32 32 33 33 // Providers
Note: See TracChangeset
for help on using the changeset viewer.