Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Mar 8, 2018
1 parent a743f84 commit 41d0ad8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog ##

### [1.8][1.8] ###

* Apply post_date from github
* Friendly error message when validate webhook event
* Friendly error message when can not import

### [1.7][1.7] ###

* Add an option to force import from github
Expand Down Expand Up @@ -63,3 +69,4 @@
[1.6]: https://github.com/litefeel/writing-on-github/releases/tag/1.6
[1.6.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.6.1
[1.7]: https://github.com/litefeel/writing-on-github/releases/tag/1.7
[1.8]: https://github.com/litefeel/writing-on-github/releases/tag/1.8
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
**Tags:** github, git, version control, content, collaboration, publishing, writing
**Donate link:** https://www.paypal.me/litefeel
**Requires at least:** 3.9
**Tested up to:** 4.8.1
**Stable tag:** 1.7
**Tested up to:** 4.9.4
**Stable tag:** 1.8
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -102,6 +102,7 @@ Writing On GitHub is also capable of importing posts directly from GitHub, witho
---
post_title: 'Post Title'
post_name: 'this is post name'
post_date: '2018-03-07 15:21:26'
layout: post_type_probably_post
published: true_or_false
author: author_name
Expand Down
2 changes: 1 addition & 1 deletion writing-on-github.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Writing on GitHub
* Plugin URI: https://github.com/litefeel/writing-on-github
* Description: A WordPress plugin to allow you writing on GitHub (or Jekyll site).
* Version: 1.7
* Version: 1.8
* Author: litefeel
* Author URI: https://www.litefeel.com
* License: GPLv2
Expand Down

0 comments on commit 41d0ad8

Please sign in to comment.