From 522c4b30c94fe7091755c2c13d93acf54107e04f Mon Sep 17 00:00:00 2001 From: Tom Boetig Date: Thu, 18 Aug 2011 15:41:20 -0400 Subject: [PATCH] updated version # --- embedly.php | 3 ++- readme.txt | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/embedly.php b/embedly.php index 57e4a71..5dff213 100755 --- a/embedly.php +++ b/embedly.php @@ -4,7 +4,7 @@ Plugin URI: http://embed.ly Description: The Embedly Plugin extends Wordpress's Embeds allowing bloggers to Embed from 218 services and counting. Author: Embed.ly Inc -Version: 2.0.5 +Version: 2.0.6 Author URI: http://embed.ly License: GPL2 @@ -96,6 +96,7 @@ function get_embedly_selected_services(){ * Activation Hooks */ function embedly_activate(){ + print __FILE__; global $wpdb; $table_name = $wpdb->prefix . "embedly_providers"; add_option('embedly_active', true); diff --git a/readme.txt b/readme.txt index 73b09f3..b2dee3b 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Embedly Tags: embed, oembed, video, image, rich media Requires at least: 3.1 Tested up to: 3.2.1 -Stable tag: 2.0.5 +Stable tag: 2.0.6 Embed videos, images and rich media from "any" source with just the URL. Just add your Embedly Key to the Embedly plugin settings. @@ -84,6 +84,8 @@ and support. 2. Sample Embed. == Changelog == += 2.0.6 = +* Add Embedly providers on 'plugins_loaded' instead of 'init' and other tweaks = 2.0.5 = * Fixing the path to TinyMCE plugin. = 2.0.4 =