Changeset 469902
- Timestamp:
- 12/01/2011 03:34:14 PM (14 years ago)
- Location:
- mediaembedder
- Files:
-
- 58 added
- 4 edited
-
tags/2011.12.01 (added)
-
tags/2011.12.01/list.php (added)
-
tags/2011.12.01/mediaembedder.php (added)
-
tags/2011.12.01/module (added)
-
tags/2011.12.01/module/allthingsdigital.php (added)
-
tags/2011.12.01/module/aniboom.php (added)
-
tags/2011.12.01/module/atom.php (added)
-
tags/2011.12.01/module/bambuser.php (added)
-
tags/2011.12.01/module/barelydigital.php (added)
-
tags/2011.12.01/module/barelypolitical.php (added)
-
tags/2011.12.01/module/bliptv.php (added)
-
tags/2011.12.01/module/collegehumor.php (added)
-
tags/2011.12.01/module/dailymotion.php (added)
-
tags/2011.12.01/module/doller99.php (added)
-
tags/2011.12.01/module/flickr.php (added)
-
tags/2011.12.01/module/funnyordie.php (added)
-
tags/2011.12.01/module/gametrailers.php (added)
-
tags/2011.12.01/module/hulu.php (added)
-
tags/2011.12.01/module/metacafe.php (added)
-
tags/2011.12.01/module/photobucket.php (added)
-
tags/2011.12.01/module/revision3.php (added)
-
tags/2011.12.01/module/screenr.php (added)
-
tags/2011.12.01/module/scribd.php (added)
-
tags/2011.12.01/module/smugmug.php (added)
-
tags/2011.12.01/module/viddler.php (added)
-
tags/2011.12.01/module/vimeo.php (added)
-
tags/2011.12.01/module/youtube.php (added)
-
tags/2011.12.01/readme.txt (added)
-
tags/2011.12.01/settings.php (added)
-
tags/2011.12.01/sql (added)
-
tags/2011.12.01/sql/main.sql (added)
-
tags/2011.12.01/template (added)
-
tags/2011.12.01/template/allthingsdigital.php (added)
-
tags/2011.12.01/template/aniboom.php (added)
-
tags/2011.12.01/template/atom.php (added)
-
tags/2011.12.01/template/bambuser.php (added)
-
tags/2011.12.01/template/bambuser_channel.php (added)
-
tags/2011.12.01/template/barelydigital.php (added)
-
tags/2011.12.01/template/barelypolitical.php (added)
-
tags/2011.12.01/template/bliptv.php (added)
-
tags/2011.12.01/template/collegehumor.php (added)
-
tags/2011.12.01/template/dailymotion.php (added)
-
tags/2011.12.01/template/doller99.php (added)
-
tags/2011.12.01/template/flickr.php (added)
-
tags/2011.12.01/template/flickr_video.php (added)
-
tags/2011.12.01/template/funnyordie.php (added)
-
tags/2011.12.01/template/gametrailers.php (added)
-
tags/2011.12.01/template/hulu.php (added)
-
tags/2011.12.01/template/metacafe.php (added)
-
tags/2011.12.01/template/photobucket.php (added)
-
tags/2011.12.01/template/revision3.php (added)
-
tags/2011.12.01/template/screenr.php (added)
-
tags/2011.12.01/template/scribd.php (added)
-
tags/2011.12.01/template/smugmug.php (added)
-
tags/2011.12.01/template/viddler.php (added)
-
tags/2011.12.01/template/vimeo.php (added)
-
tags/2011.12.01/template/youtube.php (added)
-
tags/2011.12.01/template/youtube_playlist.php (added)
-
trunk/list.php (modified) (1 diff)
-
trunk/mediaembedder.php (modified) (1 diff)
-
trunk/module/allthingsdigital.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mediaembedder/trunk/list.php
r468610 r469902 101 101 ), 102 102 array( 103 're' => '^http(s?):// screenr.com/(?P<screenr_id>[a-zA-Z0-9-_]+)(/?)',103 're' => '^http(s?)://(?:www\.)?screenr.com/(?P<screenr_id>[a-zA-Z0-9-_]+)(/?)', 104 104 'module' => 'screenr' 105 105 ), -
mediaembedder/trunk/mediaembedder.php
r468610 r469902 5 5 Plugin URI: http://cj-jackson.com/ 6 6 Description: An efficient, flexible multimedia embedder 7 Version: 2011.1 1.287 Version: 2011.12.01 8 8 Author: Christopher John Jackson 9 9 Author URI: http://cj-jackson.com/ -
mediaembedder/trunk/module/allthingsdigital.php
r468610 r469902 16 16 17 17 } 18 -
mediaembedder/trunk/readme.txt
r468610 r469902 5 5 Requires at least: 3.2.0 6 6 Tested up to: 3.2.1 7 Stable tag: 2011.1 1.287 Stable tag: 2011.12.01 8 8 9 9 Multimedia Embedder that relies on template, unlike oEmbed, therefore allowing … … 63 63 == Changelog == 64 64 65 = 2011.12.01 = 66 * Fixed Screenr regular expression. 67 65 68 = 2011.11.28 = 66 69 * Improved some of the regular expression.
Note: See TracChangeset
for help on using the changeset viewer.