Skip to content

Commit

Permalink
updated version #
Browse files Browse the repository at this point in the history
  • Loading branch information
tboetig committed Aug 18, 2011
1 parent 3ba2785 commit 522c4b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion embedly.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -96,6 +96,7 @@ function get_embedly_selected_services(){
* Activation Hooks
*/
function embedly_activate(){
print __FILE__;

This comment has been minimized.

Copy link
@r-a-y

r-a-y Aug 24, 2011

Contributor

You forgot to remove this debug statement!

global $wpdb;
$table_name = $wpdb->prefix . "embedly_providers";
add_option('embedly_active', true);
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 522c4b3

Please sign in to comment.