Contact Form 7 Honeypot - Version 1.6.1

Version Description

Small change to accommodate changes made in CF7 3.9.

Download this release

Release Info

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

Code changes from version 1.6 to 1.6.1

Files changed (2) hide show
  1. honeypot.php +2 -2
  2. readme.txt +8 -2
honeypot.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.daobydesign.com/free-plugins/honeypot-module-for-contact-
5
  Description: Add honeypot anti-spam functionality to the popular Contact Form 7 plugin.
6
  Author: Dao By Design
7
  Author URI: http://www.daobydesign.com
8
- Version: 1.6
9
  */
10
 
11
  /* Copyright 2014 Dao By Design (email : info@daobydesign.com)
@@ -111,7 +111,7 @@ function wpcf7_add_tag_generator_honeypot() {
111
  }
112
  }
113
 
114
- function wpcf7_tg_pane_honeypot( &$contact_form ) { ?>
115
  <div id="wpcf7-tg-pane-honeypot" class="hidden">
116
  <form action="">
117
  <table>
5
  Description: Add honeypot anti-spam functionality to the popular Contact Form 7 plugin.
6
  Author: Dao By Design
7
  Author URI: http://www.daobydesign.com
8
+ Version: 1.6.1
9
  */
10
 
11
  /* Copyright 2014 Dao By Design (email : info@daobydesign.com)
111
  }
112
  }
113
 
114
+ function wpcf7_tg_pane_honeypot( $contact_form ) { ?>
115
  <div id="wpcf7-tg-pane-honeypot" class="hidden">
116
  <form action="">
117
  <table>
readme.txt CHANGED
@@ -1,8 +1,8 @@
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: 3.5
4
- Tested up to: 3.9
5
- Stable tag: 1.6
6
  Contributors: DaoByDesign
7
  Donate link: http://www.daobydesign.com/buy-us-a-coffee/
8
  License: GPLv2 or later
@@ -62,6 +62,9 @@ add_filter('wpcf7_honeypot_html_output', 'my_honeypot_override', 10, 2 ); ?>`
62
  * Yep! New in version 1.5 of the plugin you're able to adjust the HTML by hooking the output filter for the plugin. See the **Installation** section for more details.
63
 
64
  == Changelog ==
 
 
 
65
  = 1.6 =
66
  Quite a lot of code clean-up. This shouldn't result in any changes to the regular output, but it's worth checking your forms after updating. Also, you'll note that you now have the ability to add a custom CLASS and ID attributes when generating the Honeypot shortcode (in the CF7 form editor).
67
 
@@ -84,6 +87,9 @@ Small update for W3C compliance. Thanks <a href="http://wordpress.org/support/to
84
  * Initial release.
85
 
86
  == Upgrade Notice ==
 
 
 
87
  = 1.6 =
88
  New custom "class" and "id" attributes. Upgrade recommended if you are using CF7 3.6+, otherwise use v1.3 of this plugin.
89
 
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: 3.5
4
+ Tested up to: 4.0
5
+ Stable tag: 1.6.1
6
  Contributors: DaoByDesign
7
  Donate link: http://www.daobydesign.com/buy-us-a-coffee/
8
  License: GPLv2 or later
62
  * Yep! New in version 1.5 of the plugin you're able to adjust the HTML by hooking the output filter for the plugin. See the **Installation** section for more details.
63
 
64
  == Changelog ==
65
+ = 1.6.1 =
66
+ Small change to accommodate changes made in CF7 3.9.
67
+
68
  = 1.6 =
69
  Quite a lot of code clean-up. This shouldn't result in any changes to the regular output, but it's worth checking your forms after updating. Also, you'll note that you now have the ability to add a custom CLASS and ID attributes when generating the Honeypot shortcode (in the CF7 form editor).
70
 
87
  * Initial release.
88
 
89
  == Upgrade Notice ==
90
+ = 1.6.1 =
91
+ Must update if running CF7 3.9 or above. Update also compatible with CF7 3.6 and above. If using less than CF7 3.6, use the v1.3 of this plugin.
92
+
93
  = 1.6 =
94
  New custom "class" and "id" attributes. Upgrade recommended if you are using CF7 3.6+, otherwise use v1.3 of this plugin.
95