projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dadc818
)
Set database version correect for current master branch - 1.1.0
author
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 8 Jul 2016 15:06:33 +0000
(11:06 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Fri, 8 Jul 2016 15:06:33 +0000
(11:06 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
d760cf1
..
a086128
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-38,7
+38,7
@@
* version from this plugin.
*/
define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.1.7');
-define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.
2
');
+define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.
0
');
// This is the minimum version of the GLM Members DB plugin require for this plugin.
define('GLM_MEMBERS_PACKAGING_PLUGIN_MIN_MEMBERS_REQUIRED_VERSION', '2.0.0');