projects
/
WP-Plugins
/
Gaslightify.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6645b7
)
Add a define for the plugin version number, so the updater may read it.
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 12 May 2017 16:54:34 +0000
(12:54 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 12 May 2017 16:54:34 +0000
(12:54 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
9a5f061
..
3cdd28b
100755
(executable)
--- a/
index.php
+++ b/
index.php
@@
-4,7
+4,7
@@
Plugin Name: Gaslightify
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A gasline to a Wordpress website.
-Version: 1.6.
1
+Version: 1.6.
2
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
License: Gaslight Media
@@
-19,6
+19,7
@@
License: Gaslight Media
require_once 'defines.php';
+define('GLM_GASLIGHTIFY_PLUGIN_VERSION', '1.6.2');
/*
* Plugin Update Support - uses Gaslight Media update server
*/