Contact Form 7 Honeypot - Version 1.4

Version Description

Update to make compatible with WordPress 3.8 and CF7 3.6. Solves problem of unrendered honeypot shortcode appearing on contact forms.

Download this release

Release Info

Developer DaoByDesign
Plugin Icon 128x128 Contact Form 7 Honeypot
Version 1.4
Comparing to
See all releases

Code changes from version 1.3 to 1.4

Files changed (2) hide show
  1. honeypot.php +2 -2
  2. readme.txt +6 -1
honeypot.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.daobydesign.com/free-plugins/honeypot-module-for-contact-
5
  Description: Add honeypot functionality to the popular Contact Form 7 plugin.
6
  Author: Dao By Design
7
  Author URI: http://www.daobydesign.com
8
- Version: 1.3
9
  */
10
 
11
  /* Copyright 2013 Dao By Design (email : info@daobydesign.com)
@@ -29,7 +29,7 @@ Version: 1.3
29
  Thanks to Katz Web Services, Inc. (http://www.katzwebservices.com) for basic plugin structure.
30
  */
31
 
32
- add_action('plugins_loaded', 'wpcf7_honeypot_loader', 10);
33
 
34
  function wpcf7_honeypot_loader() {
35
  global $pagenow;
5
  Description: Add honeypot functionality to the popular Contact Form 7 plugin.
6
  Author: Dao By Design
7
  Author URI: http://www.daobydesign.com
8
+ Version: 1.4
9
  */
10
 
11
  /* Copyright 2013 Dao By Design (email : info@daobydesign.com)
29
  Thanks to Katz Web Services, Inc. (http://www.katzwebservices.com) for basic plugin structure.
30
  */
31
 
32
+ add_action('wpcf7_init', 'wpcf7_honeypot_loader', 10);
33
 
34
  function wpcf7_honeypot_loader() {
35
  global $pagenow;
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === Contact Form 7 Honeypot ===
2
  Tags: honeypot, antispam, captcha, spam, form, forms, contact form 7, contactform7, contact form, cf7, cforms, Contact Forms 7, Contact Forms, contacts
3
  Requires at least: 2.8
4
- Tested up to: 3.7.1
5
  Stable tag: trunk
6
  Contributors: DaoByDesign
7
  Donate link: http://www.daobydesign.com/buy-us-a-coffee/
@@ -18,6 +18,8 @@ Follow us on [Twitter](http://www.twitter.com/daobydesign) and on [Facebook](htt
18
 
19
  Visit the <a href="http://www.daobydesign.com/free-plugins/honeypot-module-for-contact-form-7-wordpress-plugin">Contact Form 7 Honeypot plugin page</a> for support & additional information.
20
 
 
 
21
  == Installation ==
22
 
23
  1. Upload plugin files to your plugins folder <strong>or</strong> install using Wordpress' "Add Plugin" feature -- just search for "Contact Form 7 Honeypot"
@@ -41,6 +43,9 @@ Visit the <a href="http://www.daobydesign.com/free-plugins/honeypot-module-for-c
41
  * This plugin is released under a GPL license.
42
 
43
  == Changelog ==
 
 
 
44
  = 1.3 =
45
  Update to improve outputted HTML for better standards compliance when the same form appears multiple times on the same page.
46
 
1
  === Contact Form 7 Honeypot ===
2
  Tags: honeypot, antispam, captcha, spam, form, forms, contact form 7, contactform7, contact form, cf7, cforms, Contact Forms 7, Contact Forms, contacts
3
  Requires at least: 2.8
4
+ Tested up to: 3.8
5
  Stable tag: trunk
6
  Contributors: DaoByDesign
7
  Donate link: http://www.daobydesign.com/buy-us-a-coffee/
18
 
19
  Visit the <a href="http://www.daobydesign.com/free-plugins/honeypot-module-for-contact-form-7-wordpress-plugin">Contact Form 7 Honeypot plugin page</a> for support & additional information.
20
 
21
+ <strong>NOTE:</strong> If your contact form is displaying the honeypot shortcode after updating to CF7 3.6, please make sure you update to version 1.4 of this plugin or higher.
22
+
23
  == Installation ==
24
 
25
  1. Upload plugin files to your plugins folder <strong>or</strong> install using Wordpress' "Add Plugin" feature -- just search for "Contact Form 7 Honeypot"
43
  * This plugin is released under a GPL license.
44
 
45
  == Changelog ==
46
+ = 1.4 =
47
+ Update to make compatible with WordPress 3.8 and CF7 3.6. Solves problem of unrendered honeypot shortcode appearing on contact forms.
48
+
49
  = 1.3 =
50
  Update to improve outputted HTML for better standards compliance when the same form appears multiple times on the same page.
51