diff --git a/README.md b/README.md index c5d8804..346ba65 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ Not yet, we're hoping to add templating - all contributions welcome! ## Changelog +- 1.2 + - Support for milestone summaries + - Support for contributor lists - 1.1 - Default CSS and more styling - 1.0 diff --git a/github-embed.php b/github-embed.php index baea28f..7bf8bdf 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.1 +Version: 1.2 Author: Lee Willis Author URI: http://www.leewillis.co.uk/ */ diff --git a/readme.txt b/readme.txt index 4fee22c..be2d377 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress& Tags: github, embed, oembed Requires at least: 3.5 Tested up to: 3.5.1 -Stable tag: 1.1 +Stable tag: 1.2 == Description == @@ -43,12 +43,16 @@ Not yet, we're hoping to add templating - [all contributions welcome](https://gi == Changelog == -= ?? = -Split API calls into separate class -Implement milestone summaries += 1.2 = + +* Split API calls into separate class +* Implement milestone summaries +* Implement contributor lists = 1.1 = -Default CSS and more styling + +* Default CSS and more styling = 1.0 = -First release + +* First release \ No newline at end of file