From: Chuck Scott Date: Mon, 12 Oct 2015 15:32:56 +0000 (-0400) Subject: Merge branch 'develop' into feature/Canonical X-Git-Tag: v1.0.30^2~1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dcebde50e3d74c39d388c1e26f588e47ae3a99ef;p=WP-Plugins%2Fglm-member-db.git Merge branch 'develop' into feature/Canonical --- dcebde50e3d74c39d388c1e26f588e47ae3a99ef diff --cc glm-member-db.php index fdb4adef,0fb3f0bf..c75b940f --- a/glm-member-db.php +++ b/glm-member-db.php @@@ -19,21 -19,9 +19,21 @@@ * @package glmMembersDatabase * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.28 + * @version 1.0.29 */ +/* + * Plugin and Database Versions + * + * Note that the database version matches the version of the last + * plugin version where there was a change in the database. + * + * Updates to checkDatabase() in glmPluginSupport.php must be + * made together with the DB_VERSION below. + */ +define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.28'); +define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.28'); + /* * Copyright 2014 Charles Scott (email : cscott@gaslightmedia.com) *