Changeset 462500
- Timestamp:
- 11/13/2011 11:27:38 PM (14 years ago)
- Location:
- mediaembedder
- Files:
-
- 56 added
- 3 edited
-
tags/0.0.4 (added)
-
tags/0.0.4/list.php (added)
-
tags/0.0.4/mediaembedder.php (added)
-
tags/0.0.4/module (added)
-
tags/0.0.4/module/allthingsdigital.php (added)
-
tags/0.0.4/module/aniboom.php (added)
-
tags/0.0.4/module/atom.php (added)
-
tags/0.0.4/module/bambuser.php (added)
-
tags/0.0.4/module/bliptv.php (added)
-
tags/0.0.4/module/collegehumor.php (added)
-
tags/0.0.4/module/dailymotion.php (added)
-
tags/0.0.4/module/doller99.php (added)
-
tags/0.0.4/module/flickr.php (added)
-
tags/0.0.4/module/funnyordie.php (added)
-
tags/0.0.4/module/gametrailers.php (added)
-
tags/0.0.4/module/hulu.php (added)
-
tags/0.0.4/module/metacafe.php (added)
-
tags/0.0.4/module/photobucket.php (added)
-
tags/0.0.4/module/revision3.php (added)
-
tags/0.0.4/module/screenr.php (added)
-
tags/0.0.4/module/scribd.php (added)
-
tags/0.0.4/module/smugmug.php (added)
-
tags/0.0.4/module/viddler.php (added)
-
tags/0.0.4/module/vimeo.php (added)
-
tags/0.0.4/module/youtube.php (added)
-
tags/0.0.4/readme.txt (added)
-
tags/0.0.4/settings.php (added)
-
tags/0.0.4/sql (added)
-
tags/0.0.4/sql/main.sql (added)
-
tags/0.0.4/template (added)
-
tags/0.0.4/template/allthingsdigital.php (added)
-
tags/0.0.4/template/aniboom.php (added)
-
tags/0.0.4/template/atom.php (added)
-
tags/0.0.4/template/bambuser.php (added)
-
tags/0.0.4/template/bambuser_channel.php (added)
-
tags/0.0.4/template/bliptv.php (added)
-
tags/0.0.4/template/collegehumor.php (added)
-
tags/0.0.4/template/dailymotion.php (added)
-
tags/0.0.4/template/doller99.php (added)
-
tags/0.0.4/template/flickr.php (added)
-
tags/0.0.4/template/flickr_video.php (added)
-
tags/0.0.4/template/funnyordie.php (added)
-
tags/0.0.4/template/gametrailers.php (added)
-
tags/0.0.4/template/hulu.php (added)
-
tags/0.0.4/template/metacafe.php (added)
-
tags/0.0.4/template/photobucket.php (added)
-
tags/0.0.4/template/revision3.php (added)
-
tags/0.0.4/template/screenr.php (added)
-
tags/0.0.4/template/scribd.php (added)
-
tags/0.0.4/template/smugmug.php (added)
-
tags/0.0.4/template/viddler.php (added)
-
tags/0.0.4/template/vimeo.php (added)
-
tags/0.0.4/template/youtube.php (added)
-
tags/0.0.4/template/youtube_playlist.php (added)
-
trunk/list.php (modified) (1 diff)
-
trunk/mediaembedder.php (modified) (1 diff)
-
trunk/module/screenr.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/template/screenr.php (added)
Legend:
- Unmodified
- Added
- Removed
-
mediaembedder/trunk/list.php
r462401 r462500 93 93 ), 94 94 array( 95 're' => '^http(s?)://(.*)screenr.com/(?P<screenr_id>[a-zA-Z0-9-_]+)(/?)', 96 'module' => 'screenr' 97 ), 98 array( 95 99 're' => '^http(s?)://(.*)scribd.com/doc/(?P<scribd_id>\d+)/(?P<scribd_name>[a-zA-Z0-9-_]+)(/?)', 96 100 'module' => 'scribd' -
mediaembedder/trunk/mediaembedder.php
r462401 r462500 5 5 Plugin URI: http://cj-jackson.com/ 6 6 Description: An efficient, flexible multimedia embedder 7 Version: 0.0. 37 Version: 0.0.4 8 8 Author: Christopher John Jackson 9 9 Author URI: http://cj-jackson.com/ -
mediaembedder/trunk/readme.txt
r462401 r462500 5 5 Requires at least: 3.2.0 6 6 Tested up to: 3.2.1 7 Stable tag: 0.0. 37 Stable tag: 0.0.4 8 8 9 9 Multimedia Embedder that relies on template, unlike oEmbed, therefore allowing … … 44 44 * [PhotoBucket](http://photobucket.com/) 45 45 * [Revision3](http://revision3.com/) 46 * [Screenr](http://www.screenr.com/) 46 47 * [Scribd](http://www.scribd.com/) 47 48 * [SmugMug](http://www.smugmug.com/) … … 60 61 == Changelog == 61 62 63 = 0.0.4 = 64 * Added Screenr 65 62 66 = 0.0.3 = 63 67 * Added $99 Music Videos
Note: See TracChangeset
for help on using the changeset viewer.