Changeset 859790
- Timestamp:
- 02/18/2014 12:18:08 AM (12 years ago)
- Location:
- video-thumbnails
- Files:
-
- 3 edited
- 26 copied
-
tags/2.6.1 (copied) (copied from video-thumbnails/trunk)
-
tags/2.6.1/css (copied) (copied from video-thumbnails/trunk/css)
-
tags/2.6.1/js/bulk.js (copied) (copied from video-thumbnails/trunk/js/bulk.js)
-
tags/2.6.1/php/class-video-thumbnails-settings.php (copied) (copied from video-thumbnails/trunk/php/class-video-thumbnails-settings.php)
-
tags/2.6.1/php/extensions/class-ayvp-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/extensions/class-ayvp-thumbnails.php)
-
tags/2.6.1/php/providers/class-blip-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-blip-thumbnails.php)
-
tags/2.6.1/php/providers/class-collegehumor-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-collegehumor-thumbnails.php)
-
tags/2.6.1/php/providers/class-dailymotion-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-dailymotion-thumbnails.php)
-
tags/2.6.1/php/providers/class-facebook-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-facebook-thumbnails.php)
-
tags/2.6.1/php/providers/class-funnyordie-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-funnyordie-thumbnails.php)
-
tags/2.6.1/php/providers/class-googledrive-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-googledrive-thumbnails.php)
-
tags/2.6.1/php/providers/class-justintv-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-justintv-thumbnails.php)
-
tags/2.6.1/php/providers/class-kaltura-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-kaltura-thumbnails.php)
-
tags/2.6.1/php/providers/class-metacafe-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-metacafe-thumbnails.php)
-
tags/2.6.1/php/providers/class-mpora-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-mpora-thumbnails.php)
-
tags/2.6.1/php/providers/class-rutube-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-rutube-thumbnails.php)
-
tags/2.6.1/php/providers/class-twitch-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-twitch-thumbnails.php)
-
tags/2.6.1/php/providers/class-video-thumbnails-providers.php (copied) (copied from video-thumbnails/trunk/php/providers/class-video-thumbnails-providers.php)
-
tags/2.6.1/php/providers/class-vimeo-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vimeo-thumbnails.php)
-
tags/2.6.1/php/providers/class-vine-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vine-thumbnails.php)
-
tags/2.6.1/php/providers/class-vk-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-vk-thumbnails.php) (1 diff)
-
tags/2.6.1/php/providers/class-wistia-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-wistia-thumbnails.php)
-
tags/2.6.1/php/providers/class-youku-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-youku-thumbnails.php)
-
tags/2.6.1/php/providers/class-youtube-thumbnails.php (copied) (copied from video-thumbnails/trunk/php/providers/class-youtube-thumbnails.php)
-
tags/2.6.1/readme.txt (copied) (copied from video-thumbnails/trunk/readme.txt) (2 diffs)
-
tags/2.6.1/video-thumbnails.php (copied) (copied from video-thumbnails/trunk/video-thumbnails.php) (2 diffs)
-
trunk/php/providers/class-vk-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.1/php/providers/class-vk-thumbnails.php
r859638 r859790 36 36 // Regex strings 37 37 public $regexes = array( 38 '#(//(?:www\.)?vk\.com/video_ext\.php\?oid= [0-9]+&id=[0-9]+&hash=[0-9a-zA-Z]+)#', // URL38 '#(//(?:www\.)?vk\.com/video_ext\.php\?oid=\-?[0-9]+&id=\-?[0-9]+&hash=[0-9a-zA-Z]+)#', // URL 39 39 ); 40 40 -
video-thumbnails/tags/2.6.1/readme.txt
r859638 r859790 5 5 Requires at least: 3.2 6 6 Tested up to: 3.8.1 7 Stable tag: 2.6 7 Stable tag: 2.6.1 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.1 = 122 * Fixed VK bug caused by IDs with a negative int 120 123 121 124 = 2.6 = -
video-thumbnails/tags/2.6.1/video-thumbnails.php
r859638 r859790 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2.6 8 Version: 2.6.1 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 ' );31 define( 'VIDEO_THUMBNAILS_VERSION', '2.6.1' ); 32 32 33 33 // Providers -
video-thumbnails/trunk/php/providers/class-vk-thumbnails.php
r859638 r859790 36 36 // Regex strings 37 37 public $regexes = array( 38 '#(//(?:www\.)?vk\.com/video_ext\.php\?oid= [0-9]+&id=[0-9]+&hash=[0-9a-zA-Z]+)#', // URL38 '#(//(?:www\.)?vk\.com/video_ext\.php\?oid=\-?[0-9]+&id=\-?[0-9]+&hash=[0-9a-zA-Z]+)#', // URL 39 39 ); 40 40 -
video-thumbnails/trunk/readme.txt
r859638 r859790 5 5 Requires at least: 3.2 6 6 Tested up to: 3.8.1 7 Stable tag: 2.6 7 Stable tag: 2.6.1 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.1 = 122 * Fixed VK bug caused by IDs with a negative int 120 123 121 124 = 2.6 = -
video-thumbnails/trunk/video-thumbnails.php
r859638 r859790 6 6 Author: Sutherland Boswell 7 7 Author URI: http://sutherlandboswell.com 8 Version: 2.6 8 Version: 2.6.1 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 ' );31 define( 'VIDEO_THUMBNAILS_VERSION', '2.6.1' ); 32 32 33 33 // Providers
Note: See TracChangeset
for help on using the changeset viewer.