From: Laury GvR Date: Thu, 7 Jul 2016 13:11:06 +0000 (-0400) Subject: Shortcode builder was still using 'bars', now list X-Git-Tag: v2.1.22^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6908c019b2593fb256f700ba2203a88d63e6328b;p=WP-Plugins%2Fglm-member-db.git Shortcode builder was still using 'bars', now list 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. --- diff --git a/classes/glmPluginSupport.php b/classes/glmPluginSupport.php index b0034962..58be70f6 100644 --- a/classes/glmPluginSupport.php +++ b/classes/glmPluginSupport.php @@ -449,7 +449,7 @@ return; // Off for now ** Need to make this switchable in management // dropdown for views echo ''; diff --git a/index.php b/index.php index 55afc4bb..4ff4fc5a 100644 --- 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 * @license http://www.gaslightmedia.com Gaslightmedia - * @version 2.1.20 + * @version 2.1.22 */ /* diff --git a/setup/shortcodes.php b/setup/shortcodes.php index ba198413..681747ec 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -280,10 +280,10 @@ $glmMembersShortcodesDescription = ' view="{ view to use }" - Current options available are: bars (default), grid + Current options available are: list (default), grid

- 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.