From: Chuck Scott Date: Fri, 30 Oct 2015 13:06:32 +0000 (-0400) Subject: Added main plugin file and set initial versions X-Git-Tag: v1.0.1~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=803506c60475985a4a0dbc26977f0dfa79554852;p=WP-Plugins%2Fglm-member-db-contacts.git Added main plugin file and set initial versions --- 803506c60475985a4a0dbc26977f0dfa79554852 diff --git a/glm-member-db-contacts.php b/glm-member-db-contacts.php new file mode 100644 index 0000000..7480bef --- /dev/null +++ b/glm-member-db-contacts.php @@ -0,0 +1,63 @@ + + * @license http://www.gaslightmedia.com Gaslightmedia + * @version 1.0.0 + */ + +/* + * 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. ONLY bump the DB + * version when there's a change in the database!! Use the + * version nunmber of that release for the DB version. + */ +define('GLM_MEMBERS_CONTACTS_PLUGIN_VERSION', '1.0.0'); +define('REQUIRED_GLM_MEMBERS_PLUGIN_MIN_DB_VERSION', '1.0.41'); + +/* + * Copyright 2014 Charles Scott (email : cscott@gaslightmedia.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2, as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +/** + * ******************************************************************************* + * + * *** Directory and File Structure *** + * + */ + +?> \ No newline at end of file