Changeset 3335647
- Timestamp:
- 07/29/2025 04:31:37 AM (8 months ago)
- Location:
- honeypot
- Files:
-
- 48 added
- 4 edited
-
tags/2.2.14 (added)
-
tags/2.2.14/includes (added)
-
tags/2.2.14/includes/css (added)
-
tags/2.2.14/includes/css/wpa.css (added)
-
tags/2.2.14/includes/img (added)
-
tags/2.2.14/includes/img/dashboard_stats.png (added)
-
tags/2.2.14/includes/integration (added)
-
tags/2.2.14/includes/integration/wpa_bbpress.php (added)
-
tags/2.2.14/includes/integration/wpa_calderaforms.php (added)
-
tags/2.2.14/includes/integration/wpa_contactform7.php (added)
-
tags/2.2.14/includes/integration/wpa_diviengineform.php (added)
-
tags/2.2.14/includes/integration/wpa_diviform.php (added)
-
tags/2.2.14/includes/integration/wpa_elementor.php (added)
-
tags/2.2.14/includes/integration/wpa_fluentform.php (added)
-
tags/2.2.14/includes/integration/wpa_formidable.php (added)
-
tags/2.2.14/includes/integration/wpa_gravityforms.php (added)
-
tags/2.2.14/includes/integration/wpa_toolsetform.php (added)
-
tags/2.2.14/includes/integration/wpa_wpcomment.php (added)
-
tags/2.2.14/includes/integration/wpa_wpforms.php (added)
-
tags/2.2.14/includes/integration/wpa_wplogin.php (added)
-
tags/2.2.14/includes/integration/wpa_wpregistration.php (added)
-
tags/2.2.14/includes/js (added)
-
tags/2.2.14/includes/js/wpa.js (added)
-
tags/2.2.14/includes/views (added)
-
tags/2.2.14/includes/views/wpa_extended_version.php (added)
-
tags/2.2.14/includes/views/wpa_main.php (added)
-
tags/2.2.14/includes/views/wpa_notice.php (added)
-
tags/2.2.14/includes/views/wpa_settings.php (added)
-
tags/2.2.14/includes/views/wpa_sidebar.php (added)
-
tags/2.2.14/includes/views/wpa_stats.php (added)
-
tags/2.2.14/includes/views/wpa_stats_widget.php (added)
-
tags/2.2.14/includes/wpa_config.php (added)
-
tags/2.2.14/includes/wpa_dashboard_widget.php (added)
-
tags/2.2.14/includes/wpa_functions.php (added)
-
tags/2.2.14/readme.txt (added)
-
tags/2.2.14/screenshot-1.png (added)
-
tags/2.2.14/screenshot-10.png (added)
-
tags/2.2.14/screenshot-11.png (added)
-
tags/2.2.14/screenshot-12.png (added)
-
tags/2.2.14/screenshot-2.png (added)
-
tags/2.2.14/screenshot-3.png (added)
-
tags/2.2.14/screenshot-4.png (added)
-
tags/2.2.14/screenshot-5.png (added)
-
tags/2.2.14/screenshot-6.png (added)
-
tags/2.2.14/screenshot-7.png (added)
-
tags/2.2.14/screenshot-8.png (added)
-
tags/2.2.14/screenshot-9.png (added)
-
tags/2.2.14/wp-armour.php (added)
-
trunk/includes/js/wpa.js (modified) (1 diff)
-
trunk/includes/wpa_config.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-armour.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
honeypot/trunk/includes/js/wpa.js
r3329990 r3335647 81 81 '.review-form form', // LearnPress Review 82 82 'form#edd-reviews-form', // EDD Reviews with ID 83 'form.wpr-comment-form', 83 84 84 85 // BBPress forms -
honeypot/trunk/includes/wpa_config.php
r3329990 r3335647 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) exit; 3 $GLOBALS['wpa_version'] = '2.2.1 3';3 $GLOBALS['wpa_version'] = '2.2.14'; 4 4 $GLOBALS['wpa_field_name'] = get_option('wpa_field_name'); 5 5 $GLOBALS['wpa_error_message'] = get_option('wpa_error_message'); -
honeypot/trunk/readme.txt
r3329990 r3335647 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 2.2.1 37 Stable tag: 2.2.14 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 145 145 == Changelog == 146 146 147 = = 2.2.14 = 148 149 * Comment Form Fixes 150 147 151 = = 2.2.13 = 148 152 -
honeypot/trunk/wp-armour.php
r3329990 r3335647 6 6 Description: Add honeypot anti spam protection. 7 7 Author: Dnesscarkey 8 Version: 2.2.1 38 Version: 2.2.14 9 9 Author URI: https://dineshkarki.com.np/wp-armour-anti-spam 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.