Skip to content

Commit a9a2950

Browse files
committed
update version to 1.5.1
1 parent f7f1656 commit a9a2950

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
### [1.5.1][1.5.1] ###
4+
5+
* Compatible with PHP5.0
6+
37
### [1.5][1.5] ###
48

59
* Add an option to ignore the author
@@ -37,3 +41,4 @@
3741
[1.3]: https://github.com/litefeel/writing-on-github/releases/tag/1.3
3842
[1.4]: https://github.com/litefeel/writing-on-github/releases/tag/1.4
3943
[1.5]: https://github.com/litefeel/writing-on-github/releases/tag/1.5
44+
[1.5.1]: https://github.com/litefeel/writing-on-github/releases/tag/1.5.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Donate link:** https://www.paypal.me/litefeel
55
**Requires at least:** 3.9
66
**Tested up to:** 4.8
7-
**Stable tag:** 1.5
7+
**Stable tag:** 1.5.1
88
**License:** GPLv2
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

writing-on-github.php

Lines changed: 1 addition & 7 deletions
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.5
6+
* Version: 1.5.1
77
* Author: litefeel
88
* Author URI: https://www.litefeel.com
99
* License: GPLv2
@@ -57,12 +57,6 @@ class Writing_On_GitHub {
5757
*/
5858
public static $text_domain = 'writing-on-github';
5959

60-
/**
61-
* Current version
62-
* @var string
63-
*/
64-
public static $version = '1.5';
65-
6660
/**
6761
* Controller object
6862
* @var Writing_On_GitHub_Controller

0 commit comments

Comments
 (0)