diff --git a/README.md b/README.md index d5414e6..45f9037 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ Not yet, we're hoping to add templating - all contributions welcome! ## Changelog +- 1.4 + - Fix PHP warning that could block contributor embeds. + - Fix Contributor embeds to use correct API call + - Pass correct initial value to credentials filters + - 1.3 - Expire the oEmbed cache daily diff --git a/github-embed.php b/github-embed.php index 8d6a127..03df668 100644 --- a/github-embed.php +++ b/github-embed.php @@ -4,7 +4,7 @@ Plugin Name: Github Embed Plugin URI: http://www.leewillis.co.uk/wordpress-plugins Description: Paste the URL to a Github project into your posts or pages, and have the project information pulled in and displayed automatically -Version: 1.3 +Version: 1.4 Author: Lee Willis Author URI: http://www.leewillis.co.uk/ */ diff --git a/readme.txt b/readme.txt index da30964..4cff4b3 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: github, embed, oembed Requires at least: 3.5 -Tested up to: 3.5.1 -Stable tag: 1.3 +Tested up to: 4.0 +Stable tag: 1.4 == Description == @@ -43,6 +43,12 @@ Not yet, we're hoping to add templating - [all contributions welcome](https://gi == Changelog == += 1.4 = + +* Fix PHP warning that could block contributor embeds. +* Fix Contributor embeds to use correct API call +* Pass correct initial value to credentials filters + = 1.3 = * Expire the oEmbed cache daily