Contact Form Clean and Simple - Version 4.1.0

Version Description

  • Fixed a bug in class.cff_settings.php where php opening tag had got missed off. This problem caused the settings screen not to display correctly but only occurred with some versions of php. Please upgrade if you have this problem.
Download this release

Release Info

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

Code changes from version 4.0.9 to 4.1.0

class.cff_settings.php CHANGED
@@ -49,7 +49,7 @@ class cff_settings
49
  . Thank you!
50
  </p>
51
  <form method="post" action="options.php">
52
- <?
53
  submit_button();
54
 
55
  /* This prints out all hidden setting fields*/
49
  . Thank you!
50
  </p>
51
  <form method="post" action="options.php">
52
+ <?php
53
  submit_button();
54
 
55
  /* This prints out all hidden setting fields*/
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.0.9
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
@@ -52,7 +52,7 @@ if (!defined('CFF_PLUGIN_URL')) define('CFF_PLUGIN_URL', WP_PLUGIN_URL . '/' . C
52
 
53
  if (!defined('CFF_VERSION_KEY')) define('CFF_VERSION_KEY', 'cff_version');
54
 
55
- if (!defined('CFF_VERSION_NUM')) define('CFF_VERSION_NUM', '4.0.9');
56
 
57
  if (!defined('CFF_OPTIONS_KEY')) define('CFF_OPTIONS_KEY', 'cff_options');
58
 
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.0
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
52
 
53
  if (!defined('CFF_VERSION_KEY')) define('CFF_VERSION_KEY', 'cff_version');
54
 
55
+ if (!defined('CFF_VERSION_NUM')) define('CFF_VERSION_NUM', '4.1.0');
56
 
57
  if (!defined('CFF_OPTIONS_KEY')) define('CFF_OPTIONS_KEY', 'cff_options');
58
 
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.5
9
- Stable tag: 4.0.9
10
 
11
  A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
12
 
@@ -117,6 +117,8 @@ I am a freelance WordPress Developer.
117
  A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
118
 
119
  == Changelog ==
 
 
120
  = 4.0.9 =
121
  * Switched header argument of wp_mail over to a filter to remove any potential conflicts with other emailing plugins or themes
122
  * The ability to set a different recipient email address. Previously all email was sent to the WordPress administrator email address.
@@ -132,6 +134,8 @@ A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap mark
132
 
133
 
134
  == Upgrade Notice ==
 
 
135
  = 4.0.9 =
136
  More customisation: recipient email address, and email subject.
137
  = 4.0.8 =
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.5
9
+ Stable tag: 4.1.0
10
 
11
  A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
12
 
117
  A clean and simple contact form with Google reCAPTCHA and Twitter Bootstrap markup.
118
 
119
  == Changelog ==
120
+ = 4.1.0 =
121
+ * Fixed a bug in class.cff_settings.php where php opening tag had got missed off. This problem caused the settings screen not to display correctly but only occurred with some versions of php. Please upgrade if you have this problem.
122
  = 4.0.9 =
123
  * Switched header argument of wp_mail over to a filter to remove any potential conflicts with other emailing plugins or themes
124
  * The ability to set a different recipient email address. Previously all email was sent to the WordPress administrator email address.
134
 
135
 
136
  == Upgrade Notice ==
137
+ = 4.1.0 =
138
+ Please upgrade if your settings screen is not displaying.
139
  = 4.0.9 =
140
  More customisation: recipient email address, and email subject.
141
  = 4.0.8 =