diff --git a/README.md b/README.md index 762c757..31ac818 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,13 @@ Not yet, we're hoping to add templating - all contributions welcome! ## Changelog +- 1.8 + - New: All responses are now templated thanks to https://github.com/Zebouski + +- 1.7 + - Include GitHub logo rather than hotlinking to (no-longer supported) repo for image + - Add wp_github_oembed_logo_class filter + - 1.6 - Internal code cleanups - Remove unnecessary debug code diff --git a/github-embed.php b/github-embed.php index af1000b..e0ec02b 100644 --- a/github-embed.php +++ b/github-embed.php @@ -3,7 +3,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.7 +Version: 1.8 Author: Lee Willis Author URI: http://www.leewillis.co.uk/ */ diff --git a/readme.txt b/readme.txt index c29739d..c190560 100644 --- a/readme.txt +++ b/readme.txt @@ -43,6 +43,10 @@ Not yet, we're hoping to add templating - [all contributions welcome](https://gi == Changelog == += 1.8 = + +* New: All responses are now templated thanks to https://github.com/Zebouski + = 1.7 = * Include GitHub logo rather than hotlinking to (no-longer supported) repo for image