Added .project to git ignore. Removed wpautop from wp_editor in member info page...
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 23 Oct 2015 15:16:22 +0000 (11:16 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 23 Oct 2015 15:16:22 +0000 (11:16 -0400)
.gitignore
glm-member-db.php
views/admin/member/memberInfo.html

index 0fd7768..2b59d87 100644 (file)
@@ -1,3 +1,4 @@
 # Don't save smarty cache directories or files
 misc/smarty/**
 media/images/**
+.project
index 6227dd9..39a1531 100644 (file)
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.0.33
+ * Version: 1.0.34
  * Author: Chuck Scott
  * 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 1.0.33
+ * @version 1.0.34
  */
 
 /*
@@ -33,7 +33,7 @@
  *  version when there's a change in the database!! Use the
  *  version nunmber of that release for the DB version.
  */
-define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.33');
+define('GLM_MEMBERS_PLUGIN_VERSION', '1.0.34');
 define('GLM_MEMBERS_PLUGIN_DB_VERSION', '1.0.30');
 
 /*
index 02f1884..73db7e7 100644 (file)
                         wp_editor('{$memberInfo.fieldData.descr|escape:quotes}', 'glm_descr', array(
                             // 'media_buttons' => true,
                             // 'quicktags' => false,
-                            'wpautop' => false,
+                            // 'wpautop' => false,  NOTE: Dont's use. Problem when numerous spaces before text.
                             'textarea_name' => 'descr',
                             'editor_height' => 200,     // Height in px, overrides editor_rows
                                 // 'textarea_rows' => 8