Merge tag 'v1.1.1' into develop develop
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Mar 2018 19:01:17 +0000 (14:01 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 8 Mar 2018 19:01:17 +0000 (14:01 -0500)
Version 1.1.1

1  2 
index.php

diff --cc index.php
+++ b/index.php
   * @package glmMembersDatabaseSocialAddOn
   * @author Gaslight Media <dev@gaslightmedia.com>
   * @license http://www.gaslightmedia.com Gaslightmedia
-  * @version 1.1.0
+  * @version 1.1.1
   */
  
 +// Check that we're being called by WordPress.
 +if (!defined('ABSPATH')) {
 +    header("Location: http://".$_SERVER['SERVER_NAME']."/error/404.html");
 +    die();
 +}
 +
  /*
   *  Plugin and Database Versions
   *