Merge branch 'develop' into feature/Canonical
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 12 Oct 2015 15:32:56 +0000 (11:32 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 12 Oct 2015 15:32:56 +0000 (11:32 -0400)
1  2 
glm-member-db.php
models/front/members/list.php

   * @package glmMembersDatabase
   * @author Chuck Scott <cscott@gaslightmedia.com>
   * @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)
   *
Simple merge