Skip to content

Commit

Permalink
update version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
litefeel committed Aug 8, 2017
1 parent f7f1656 commit a9a2950
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog ##

### [1.5.1][1.5.1] ###

* Compatible with PHP5.0

### [1.5][1.5] ###

* Add an option to ignore the author
Expand Down Expand Up @@ -37,3 +41,4 @@
[1.3]: https://github.com/litefeel/writing-on-github/releases/tag/1.3
[1.4]: https://github.com/litefeel/writing-on-github/releases/tag/1.4
[1.5]: https://github.com/litefeel/writing-on-github/releases/tag/1.5
[1.5.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.5.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**Donate link:** https://www.paypal.me/litefeel
**Requires at least:** 3.9
**Tested up to:** 4.8
**Stable tag:** 1.5
**Stable tag:** 1.5.1
**License:** GPLv2
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
8 changes: 1 addition & 7 deletions 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.5
* Version: 1.5.1
* Author: litefeel
* Author URI: https://www.litefeel.com
* License: GPLv2
Expand Down Expand Up @@ -57,12 +57,6 @@ class Writing_On_GitHub {
*/
public static $text_domain = 'writing-on-github';

/**
* Current version
* @var string
*/
public static $version = '1.5';

/**
* Controller object
* @var Writing_On_GitHub_Controller
Expand Down

0 comments on commit a9a2950

Please sign in to comment.