Changeset 3360842
- Timestamp:
- 09/13/2025 02:36:51 AM (7 months ago)
- Location:
- honeypot
- Files:
-
- 49 added
- 4 edited
-
tags/2.3.02 (added)
-
tags/2.3.02/includes (added)
-
tags/2.3.02/includes/css (added)
-
tags/2.3.02/includes/css/wpa.css (added)
-
tags/2.3.02/includes/img (added)
-
tags/2.3.02/includes/img/dashboard_stats.png (added)
-
tags/2.3.02/includes/integration (added)
-
tags/2.3.02/includes/integration/wpa_bbpress.php (added)
-
tags/2.3.02/includes/integration/wpa_calderaforms.php (added)
-
tags/2.3.02/includes/integration/wpa_contactform7.php (added)
-
tags/2.3.02/includes/integration/wpa_diviengineform.php (added)
-
tags/2.3.02/includes/integration/wpa_diviform.php (added)
-
tags/2.3.02/includes/integration/wpa_elementor.php (added)
-
tags/2.3.02/includes/integration/wpa_fluentform.php (added)
-
tags/2.3.02/includes/integration/wpa_formidable.php (added)
-
tags/2.3.02/includes/integration/wpa_gravityforms.php (added)
-
tags/2.3.02/includes/integration/wpa_toolsetform.php (added)
-
tags/2.3.02/includes/integration/wpa_wpcomment.php (added)
-
tags/2.3.02/includes/integration/wpa_wpforms.php (added)
-
tags/2.3.02/includes/integration/wpa_wplogin.php (added)
-
tags/2.3.02/includes/integration/wpa_wpregistration.php (added)
-
tags/2.3.02/includes/js (added)
-
tags/2.3.02/includes/js/wpa.js (added)
-
tags/2.3.02/includes/js/wpa_vanilla.js (added)
-
tags/2.3.02/includes/views (added)
-
tags/2.3.02/includes/views/wpa_extended_version.php (added)
-
tags/2.3.02/includes/views/wpa_main.php (added)
-
tags/2.3.02/includes/views/wpa_notice.php (added)
-
tags/2.3.02/includes/views/wpa_settings.php (added)
-
tags/2.3.02/includes/views/wpa_sidebar.php (added)
-
tags/2.3.02/includes/views/wpa_stats.php (added)
-
tags/2.3.02/includes/views/wpa_stats_widget.php (added)
-
tags/2.3.02/includes/wpa_config.php (added)
-
tags/2.3.02/includes/wpa_dashboard_widget.php (added)
-
tags/2.3.02/includes/wpa_functions.php (added)
-
tags/2.3.02/readme.txt (added)
-
tags/2.3.02/screenshot-1.png (added)
-
tags/2.3.02/screenshot-10.png (added)
-
tags/2.3.02/screenshot-11.png (added)
-
tags/2.3.02/screenshot-12.png (added)
-
tags/2.3.02/screenshot-2.png (added)
-
tags/2.3.02/screenshot-3.png (added)
-
tags/2.3.02/screenshot-4.png (added)
-
tags/2.3.02/screenshot-5.png (added)
-
tags/2.3.02/screenshot-6.png (added)
-
tags/2.3.02/screenshot-7.png (added)
-
tags/2.3.02/screenshot-8.png (added)
-
tags/2.3.02/screenshot-9.png (added)
-
tags/2.3.02/wp-armour.php (added)
-
trunk/includes/integration/wpa_wplogin.php (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/integration/wpa_wplogin.php
r3360586 r3360842 26 26 //return $user; 27 27 } 28 add_filter( 'authenticate', 'wpae_wplogin_extra_validation', 30, 3 );28 add_filter( 'authenticate', 'wpae_wplogin_extra_validation', 10, 3 ); 29 29 30 30 -
honeypot/trunk/includes/wpa_config.php
r3360645 r3360842 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) exit; 3 $GLOBALS['wpa_version'] = '2.3.0 1';3 $GLOBALS['wpa_version'] = '2.3.02'; 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
r3360645 r3360842 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 2.3.0 17 Stable tag: 2.3.02 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.3.02 = 148 149 * Fixed the login issue. We are really sorry for the trouble it has occured. 150 147 151 = = 2.3.01 = 148 152 -
honeypot/trunk/wp-armour.php
r3360645 r3360842 6 6 Description: Add honeypot anti spam protection. 7 7 Author: Dnesscarkey 8 Version: 2.3.0 18 Version: 2.3.02 9 9 Author URI: https://dineshkarki.com.np/wp-armour-anti-spam 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.