Contact Form Clean and Simple - Version 4.4.3

Version Description

  • Remove branding
Download this release

Release Info

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

Code changes from version 4.4.2 to 4.4.3

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.4.2
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
@@ -52,7 +52,7 @@ if (!defined('CSCF_PLUGIN_URL')) define('CSCF_PLUGIN_URL', WP_PLUGIN_URL . '/' .
52
 
53
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
54
 
55
- if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.4.2');
56
 
57
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_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.4.3
11
  Author: Meghan Nicholas
12
  Author URI: http://www.megnicholas.co.uk
13
  License: GPLv2 or later
52
 
53
  if (!defined('CSCF_VERSION_KEY')) define('CSCF_VERSION_KEY', 'cscf_version');
54
 
55
+ if (!defined('CSCF_VERSION_NUM')) define('CSCF_VERSION_NUM', '4.4.3');
56
 
57
  if (!defined('CSCF_OPTIONS_KEY')) define('CSCF_OPTIONS_KEY', 'cscf_options');
58
 
readme.txt CHANGED
@@ -5,8 +5,8 @@ License: GPLv2 or later
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
- Tested up to: 4.0
9
- Stable tag: 4.4.2
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
12
 
@@ -203,6 +203,8 @@ the reCAPTCHA for the contact form will be displayed correctly but not in the co
203
  The comments form will never validate due to no supplied reCAPTCHA code.
204
 
205
  == Changelog ==
 
 
206
  = 4.4.2 =
207
  * Akismet tweak only log as spam if akismet_result = 'true'
208
  * Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
@@ -322,6 +324,8 @@ Polish thanks to Patryk Peas
322
 
323
 
324
  == Upgrade Notice ==
 
 
325
  = 4.4.2 =
326
  Akismet tweak and translation updates
327
  = 4.4.1 =
5
  License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: simple, contact, form, contact button, contact form, contact form plugin, akismet, contacts, contacts form plugin, contact me, feedback form, bootstrap, twitter, google, reCAPTCHA, ajax, secure
7
  Requires at least: 3.3
8
+ Tested up to: 4.1
9
+ Stable tag: 4.4.3
10
 
11
  A clean and simple AJAX contact form with Google reCAPTCHA, Twitter Bootstrap markup and Akismet spam filtering.
12
 
203
  The comments form will never validate due to no supplied reCAPTCHA code.
204
 
205
  == Changelog ==
206
+ = 4.4.3 =
207
+ * Remove branding
208
  = 4.4.2 =
209
  * Akismet tweak only log as spam if akismet_result = 'true'
210
  * Updated Turkish translations thanks again to [Abdullah Manaz](http://manaz.net "Abdullah Manaz")
324
 
325
 
326
  == Upgrade Notice ==
327
+ = 4.4.3 =
328
+ Tested up to 4.1
329
  = 4.4.2 =
330
  Akismet tweak and translation updates
331
  = 4.4.1 =
views/contact-form.view.php CHANGED
@@ -1,7 +1,4 @@
1
  <div id="cscf" class="cscfBlock">
2
- <div class="cscfVersion" style="display:none;">
3
- Clean and Simple WordPress Contact Form by Meg Nicholas - WordPress Developer. Version <?php echo $version; ?>
4
- </div>
5
  <div class="cscfMessageSent" style="display:none;">
6
  <?php echo $messageSentView->Render(); ?>
7
  </div>
1
  <div id="cscf" class="cscfBlock">
 
 
 
2
  <div class="cscfMessageSent" style="display:none;">
3
  <?php echo $messageSentView->Render(); ?>
4
  </div>