Changed http script and glm site references to use https
authorLaury GvR <laury@gaslightmedia.com>
Mon, 16 Sep 2019 15:32:12 +0000 (11:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 16 Sep 2019 15:32:12 +0000 (11:32 -0400)
15 files changed:
activate.php
deactivate.php
index.php
models/admin/ajax/getPOI.php
models/front/nearme/index.php
setup/adminHooks.php
setup/adminMenus.php
setup/adminTabs.php
setup/frontHooks.php
setup/permissions.php
setup/rolesAndCapabilities.php
setup/shortcodes.php
setup/validActions.php
uninstall.php
views/front/nearme/index.html

index 09c911a..c7813bd 100644 (file)
@@ -9,14 +9,14 @@
  * @category glmWordPressPlugin
  * @package  glmMembersNearMe
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  activate.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 // Check that we're being called by WordPress.
 if (!defined('ABSPATH')) {
-    header("Location: http://".$_SERVER['SERVER_NAME']."/error/404.html");
+    header("Location: https://".$_SERVER['SERVER_NAME']."/error/404.html");
     die();
 }
 
index 95376b1..940c375 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersNearMe
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 // Check that we're being called by WordPress.
index 9701dc3..600f375 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,11 +1,11 @@
 <?php
 /**
  * Plugin Name: GLM Members Database NearMe
- * Plugin URI: http://www.gaslightmedia.com/
+ * Plugin URI: https://www.gaslightmedia.com/
  * Description: GLM Associate add-on that provides site users information on activities and offers near their current, or selected, location.
  * Version: 0.1.0
  * Author: Gaslight Media
- * Author URI: http://www.gaslightmedia.com/
+ * Author URI: https://www.gaslightmedia.com/
  * License: GPL2
  */
 
@@ -18,7 +18,7 @@
  * @category glmWordPressPluginChild
  * @package glmMembersNearMeAddOn
  * @author Chuck Scott <cscott@gaslightmedia.com>
- * @license http://www.gaslightmedia.com Gaslightmedia
+ * @license https://www.gaslightmedia.com Gaslightmedia
  * @version 0.1.0
  */
 
index 5146114..0a24f58 100644 (file)
@@ -9,7 +9,7 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @version  0.1
  */
 
index 00b6def..35d4e34 100644 (file)
@@ -8,7 +8,7 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @version  0.1
  */
 
index e783a91..e958748 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  adminHooks.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /*
index 8685d02..ce6ffa2 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /*
index 4e3c126..0fb573a 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /*
index bbc9071..5284de5 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  frontHooks.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /*
index 68554ec..a62fc08 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersDatabase
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  permissions.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 
index 4ad7237..f70f339 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersNearMe
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  rolesAndPermissions.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /**
index 3403201..3f79957 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersNearMe
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  shortcodes.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /*
index 05af50d..7259f10 100644 (file)
@@ -8,9 +8,9 @@
  * @category glmWordPressPlugin
  * @package  glmMembersNearMe
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 /*
index e50da5c..8343460 100644 (file)
@@ -11,9 +11,9 @@ die('uninstall not configured - See plugin uninstall.php script!');
  * @category glmWordPressPlugin
  * @package  glmMembersNearMe
  * @author   Chuck Scott <cscott@gaslightmedia.com>
- * @license  http://www.gaslightmedia.com Gaslightmedia
+ * @license  https://www.gaslightmedia.com Gaslightmedia
  * @release  admin.php,v 1.0 2014/10/31 19:31:47 cscott Exp $
- * @link     http://dev.gaslightmedia.com/
+ * @link     https://dev.gaslightmedia.com/
  */
 
 // Check that we're being called by WordPress.
index 2f706c4..714d0b4 100644 (file)
@@ -1,6 +1,6 @@
 {include file='front/nearme/header.html'}
 
-    <script src="http://maps.googleapis.com/maps/api/js?&key={$settings.google_maps_api_key}"></script>
+    <script src="https://maps.googleapis.com/maps/api/js?&key={$settings.google_maps_api_key}"></script>
     <script type="text/javascript">var enableDraggable = true;</script>
 
     <div>