Plugin Directory

Changeset 462500


Ignore:
Timestamp:
11/13/2011 11:27:38 PM (14 years ago)
Author:
CJ_Jackson
Message:

Updated to 0.0.4

Location:
mediaembedder
Files:
56 added
3 edited

Legend:

Unmodified
Added
Removed
  • mediaembedder/trunk/list.php

    r462401 r462500  
    9393    ),
    9494    array(
     95        're' => '^http(s?)://(.*)screenr.com/(?P<screenr_id>[a-zA-Z0-9-_]+)(/?)',
     96        'module' => 'screenr'
     97    ),
     98    array(
    9599        're' => '^http(s?)://(.*)scribd.com/doc/(?P<scribd_id>\d+)/(?P<scribd_name>[a-zA-Z0-9-_]+)(/?)',
    96100        'module' => 'scribd'
  • mediaembedder/trunk/mediaembedder.php

    r462401 r462500  
    55  Plugin URI: http://cj-jackson.com/
    66  Description: An efficient, flexible multimedia embedder
    7   Version: 0.0.3
     7  Version: 0.0.4
    88  Author: Christopher John Jackson
    99  Author URI: http://cj-jackson.com/
  • mediaembedder/trunk/readme.txt

    r462401 r462500  
    55Requires at least: 3.2.0
    66Tested up to: 3.2.1
    7 Stable tag: 0.0.3
     7Stable tag: 0.0.4
    88
    99Multimedia Embedder that relies on template, unlike oEmbed, therefore allowing
     
    4444* [PhotoBucket](http://photobucket.com/)
    4545* [Revision3](http://revision3.com/)
     46* [Screenr](http://www.screenr.com/)
    4647* [Scribd](http://www.scribd.com/)
    4748* [SmugMug](http://www.smugmug.com/)
     
    6061== Changelog ==
    6162
     63= 0.0.4 =
     64* Added Screenr
     65
    6266= 0.0.3 =
    6367* Added $99 Music Videos
Note: See TracChangeset for help on using the changeset viewer.