Plugin Directory

Changeset 481793


Ignore:
Timestamp:
12/29/2011 10:06:32 AM (14 years ago)
Author:
CJ_Jackson
Message:

Updated to 2011.12.29!

Location:
mediaembedder
Files:
62 added
2 edited

Legend:

Unmodified
Added
Removed
  • mediaembedder/trunk/mediaembedder.php

    r481551 r481793  
    55  Plugin URI: http://cj-jackson.com/
    66  Description: An efficient, flexible multimedia embedder
    7   Version: 2011.12.28
     7  Version: 2011.12.29
    88  Author: Christopher John Jackson
    99  Author URI: http://cj-jackson.com/
     
    5252
    5353        wp_enqueue_script('jquery');
     54       
     55        $custom_path = WP_CONTENT_DIR . '/mediaembedder/template';
     56        if(!file_exists($custom_path)) {
     57            mkdir($custom_path, 0755, true);
     58        }
    5459    }
    5560
  • mediaembedder/trunk/readme.txt

    r481551 r481793  
    55Requires at least: 3.2.0
    66Tested up to: 3.3
    7 Stable tag: 2011.12.28
     7Stable tag: 2011.12.29
    88
    99Multimedia Embedder that relies on template, unlike oEmbed, therefore allowing
     
    6363== Changelog ==
    6464
     65= 2011.12.29 =
     66* Major Fixes.
     67
    6568= 2011.12.28 =
    6669* Added Template Editor into Admin-CP.
Note: See TracChangeset for help on using the changeset viewer.