Skip to content

Commit

Permalink
Bump (v1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
leewillis77 committed Dec 29, 2014
1 parent b0c5611 commit 4a23057
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 7 additions & 3 deletions readme.txt
Expand Up @@ -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 ==

Expand All @@ -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/

Expand Down
3 changes: 1 addition & 2 deletions wpdotorg-embed.php
Expand Up @@ -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/
*/
Expand Down Expand Up @@ -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' );
Expand Down

0 comments on commit 4a23057

Please sign in to comment.