Changeset 2755177
- Timestamp:
- 07/12/2022 04:21:57 PM (4 years ago)
- Location:
- contact-form-7-honeypot/trunk
- Files:
-
- 3 edited
-
honeypot.php (modified) (1 diff)
-
includes/admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-7-honeypot/trunk/honeypot.php
r2525288 r2755177 6 6 Author: Nocean 7 7 Author URI: http://www.nocean.ca 8 Version: 2.1 8 Version: 2.1.1 9 9 Text Domain: contact-form-7-honeypot 10 10 Domain Path: /languages/ 11 11 */ 12 12 13 define( 'HONEYPOT4CF7_VERSION', '2.1 ' );13 define( 'HONEYPOT4CF7_VERSION', '2.1.1' ); 14 14 define( 'HONEYPOT4CF7_PLUGIN', __FILE__ ); 15 15 define( 'HONEYPOT4CF7_PLUGIN_BASENAME', plugin_basename( HONEYPOT4CF7_PLUGIN ) ); -
contact-form-7-honeypot/trunk/includes/admin.php
r2595727 r2755177 88 88 *********** */ 89 89 function honeypot4cf7_on_activation() { 90 if ( ! current_user_can( 'activate_plugins' ) ) {91 return;92 }93 94 $plugin = isset( $_REQUEST['plugin'] ) ? $_REQUEST['plugin'] : '';95 check_admin_referer( "activate-plugin_{$plugin}" );96 97 90 // Initialize option values 98 91 return honeypot4cf7_get_config(); -
contact-form-7-honeypot/trunk/readme.txt
r2685047 r2755177 2 2 Tags: honeypot, antispam, anti-spam, captcha, spam, bots, form, forms, contact form 7, contactform7, contact form, cf7 3 3 Requires at least: 4.8 4 Tested up to: 5.94 Tested up to: 6.0 5 5 Stable tag: trunk 6 6 Requires PHP: 5.6 … … 91 91 92 92 == Changelog == 93 = 2.1.1 = 94 Fixes small bug when enabling in bulk with other plugins. 95 93 96 = 2.1 = 94 97 Added new feature: additional submission time check to improve bot-stopping power! Also, fixed small HTML issue and tidied up shortcode interface.
Note: See TracChangeset
for help on using the changeset viewer.