From 4a2305717f6b0dd7fda6c2b8c946df5805dd969d Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Mon, 29 Dec 2014 10:04:53 +0000 Subject: [PATCH] Bump (v1.4) --- readme.txt | 10 +++++++--- wpdotorg-embed.php | 3 +-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 5b8b0fd..c992e0c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: leewillis77 Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed Tags: plugin information, theme, embed, oembed Requires at least: 3.5 -Tested up to: 3.5.1 -Stable tag: 1.3 +Tested up to: 4.1 +Stable tag: 1.4 == Description == @@ -26,7 +26,11 @@ Not yet, we're hoping to add templating - [all contributions welcome](https://gi == Changelog == -= 1.3 = += 1.4 = + +* Fix some undefined warning errors - props kanakiyajay + += 1.3 = * Support new-style plugin repo URLs which don't include embed/ diff --git a/wpdotorg-embed.php b/wpdotorg-embed.php index 282bc92..cc5fd89 100644 --- a/wpdotorg-embed.php +++ b/wpdotorg-embed.php @@ -4,7 +4,7 @@ Plugin Name: WP.org Embed Plugin URI: http://www.leewillis.co.uk/wordpress-plugins Description: Paste the URL to a WordPress.org plugin into your posts or pages, and have the plugin information pulled in and displayed automatically -Version: 1.3 +Version: 1.4 Author: Lee Willis Author URI: http://www.leewillis.co.uk/ */ @@ -169,7 +169,6 @@ public function maybe_handle_oembed() { * Handle an oembed request */ public function handle_oembed() { - // Check this request is valid if ( $_GET['wpdotorg_oembed'] != $this->get_key() ) { header( 'HTTP/1.0 403 Forbidden' );