File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments