Skip to content

Commit 41d0ad8

Browse files
committed
Bump version number
1 parent a743f84 commit 41d0ad8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog ##
22

3+
### [1.8][1.8] ###
4+
5+
* Apply post_date from github
6+
* Friendly error message when validate webhook event
7+
* Friendly error message when can not import
8+
39
### [1.7][1.7] ###
410

511
* Add an option to force import from github
@@ -63,3 +69,4 @@
6369
[1.6]: https://github.com/litefeel/writing-on-github/releases/tag/1.6
6470
[1.6.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.6.1
6571
[1.7]: https://github.com/litefeel/writing-on-github/releases/tag/1.7
72+
[1.8]: https://github.com/litefeel/writing-on-github/releases/tag/1.8

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
**Tags:** github, git, version control, content, collaboration, publishing, writing
88
**Donate link:** https://www.paypal.me/litefeel
99
**Requires at least:** 3.9
10-
**Tested up to:** 4.8.1
11-
**Stable tag:** 1.7
10+
**Tested up to:** 4.9.4
11+
**Stable tag:** 1.8
1212
**License:** GPLv2
1313
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1414

@@ -102,6 +102,7 @@ Writing On GitHub is also capable of importing posts directly from GitHub, witho
102102
---
103103
post_title: 'Post Title'
104104
post_name: 'this is post name'
105+
post_date: '2018-03-07 15:21:26'
105106
layout: post_type_probably_post
106107
published: true_or_false
107108
author: author_name

writing-on-github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Writing on GitHub
44
* Plugin URI: https://github.com/litefeel/writing-on-github
55
* Description: A WordPress plugin to allow you writing on GitHub (or Jekyll site).
6-
* Version: 1.7
6+
* Version: 1.8
77
* Author: litefeel
88
* Author URI: https://www.litefeel.com
99
* License: GPLv2

0 commit comments

Comments
 (0)