Contact Form Clean and Simple - Version 4.1.5

Version Description

Works with themes that pre-process the html.

Download this release

Release Info

Developer megnicholas
Plugin Icon wp plugin Contact Form Clean and Simple
Version 4.1.5
Comparing to
See all releases

Code changes from version 4.1.4 to 4.1.5

class.view.php CHANGED
@@ -43,8 +43,7 @@ class CSCF_View
43
  extract($this->vars, EXTR_SKIP);
44
  ob_start();
45
  include $this->view;
46
-
47
- return ob_get_clean();
48
  }
49
  }
50
 
43
  extract($this->vars, EXTR_SKIP);
44
  ob_start();
45
  include $this->view;
46
+ return str_replace(array("\n", "\r"), "", ob_get_clean());
 
47
  }
48
  }
49
 
clean-and-simple-contact-form-by-meg-nicholas.php CHANGED
@@ -7,7 +7,7 @@
7
  Plugin Name: Clean and Simple Contact Form
8
  Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
9
  Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
10
- Version: 4.1.4
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
@@ -53,7 +53,7 @@ if (!defined('CSCF_PLUGIN_URL')) define('CSCF_PLUGIN_URL', WP_PLUGIN_URL . '/' .
53
 
54
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
55
 
56
- if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.1.4');
57
 
58
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
59
 
7
  Plugin Name: Clean and Simple Contact Form
8
  Plugin URI: http://www.megnicholas.co.uk/wordpress-plugins/clean-and-simple-contact-form
9
  Description: A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
10
+ Version: 4.1.5
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
53
 
54
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
55
 
56
+ if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.1.5');
57
 
58
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
59
 
languages/cleanandsimple-nl_NL.mo CHANGED
Binary file
languages/cleanandsimple-nl_NL.po CHANGED
@@ -190,7 +190,7 @@ msgstr "Uw Emailadres"
190
  #: views/contact-form-with-recaptcha.view.php:41
191
  #: views/contact-form.view.php:22
192
  msgid "Confirm Email Address:"
193
- msgstr "Bevestig Emailadres"
194
 
195
  #: views/contact-form-with-recaptcha.view.php:43
196
  #: views/contact-form.view.php:24
190
  #: views/contact-form-with-recaptcha.view.php:41
191
  #: views/contact-form.view.php:22
192
  msgid "Confirm Email Address:"
193
+ msgstr "Bevestig Emailadres:"
194
 
195
  #: views/contact-form-with-recaptcha.view.php:43
196
  #: views/contact-form.view.php:24
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
  Tested up to: 3.6
9
- Stable tag: 4.1.4
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA and Twitter Bootstrap markup.
12
 
@@ -158,6 +158,9 @@ If you are not sure how to go about doing this [get in touch](http://www.megnich
158
  To do this you will need to add some css changes to your theme.
159
 
160
  == Changelog ==
 
 
 
161
  = 4.1.4 =
162
  * Added Slovak translation file - thanks to Peter Gašparík
163
  * Added Catalan translation file - thanks to Llorenç
@@ -201,6 +204,8 @@ To do this you will need to add some css changes to your theme.
201
 
202
 
203
  == Upgrade Notice ==
 
 
204
  = 4.1.4 =
205
  New translations - Slovak and Catalan
206
  = 4.1.3 =
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
  Tested up to: 3.6
9
+ Stable tag: 4.1.5
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA and Twitter Bootstrap markup.
12
 
158
  To do this you will need to add some css changes to your theme.
159
 
160
  == Changelog ==
161
+ * 4.1.5
162
+ * Removed all carriage returns from views to avoid problems with wptexturize
163
+ * Fixed typo in Dutch translation.
164
  = 4.1.4 =
165
  * Added Slovak translation file - thanks to Peter Gašparík
166
  * Added Catalan translation file - thanks to Llorenç
204
 
205
 
206
  == Upgrade Notice ==
207
+ = 4.1.5 =
208
+ Works with themes that pre-process the html.
209
  = 4.1.4 =
210
  New translations - Slovak and Catalan
211
  = 4.1.3 =