Shortcode builder was still using 'bars', now list
authorLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 13:11:06 +0000 (09:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 7 Jul 2016 13:11:06 +0000 (09:11 -0400)
Shortcode builder was still using the 'bars' value, which we
replaced with 'list'. The shortcode documentation also had
references to 'bars', which I also replaced with 'list' and other
appropriate terminology.

classes/glmPluginSupport.php
index.php
setup/shortcodes.php

index b003496..58be70f 100644 (file)
@@ -449,7 +449,7 @@ return; // Off for now ** Need to make this switchable in management
         // dropdown for views
         echo '<select id="view-scDropdown">';
         echo '<option disabled> View </option>';
-        echo '<option selected="selected" value="bars"> List View </option>';
+        echo '<option selected="selected" value="list"> List View </option>';
         echo '<option value="grid"> Grid View </option>';
         echo '</select>';
 
index 55afc4b..4ff4fc5 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 2.1.21
+ * Version: 2.1.22
  * Author: Gaslight Media
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 2.1.20
+ * @version 2.1.22
  */
 
 /*
index ba19841..681747e 100644 (file)
@@ -280,10 +280,10 @@ $glmMembersShortcodesDescription = '
             view="{ view to use }"
         </th>
         <td>
-            Current options available are: bars (default), grid
+            Current options available are: list (default), grid
             <p>
-            The "view" attribute tells the page which view file to use. The "bars" value will display
-            by default, and features a succession of page-wide bars containing an image, member contact
+            The "view" attribute tells the page which view file to use. The "list" value will display
+            by default, and features a succession of page-wide rows containing an image, member contact
             info, and the short description. The "grid" value will display a three-columned series of
             rows showing the featured image or logo, and below it simply the name and a few links.
             </p>