Changeset 3329990
- Timestamp:
- 07/18/2025 04:19:03 AM (9 months ago)
- Location:
- honeypot
- Files:
-
- 48 added
- 5 edited
-
tags/2.2.13 (added)
-
tags/2.2.13/includes (added)
-
tags/2.2.13/includes/css (added)
-
tags/2.2.13/includes/css/wpa.css (added)
-
tags/2.2.13/includes/img (added)
-
tags/2.2.13/includes/img/dashboard_stats.png (added)
-
tags/2.2.13/includes/integration (added)
-
tags/2.2.13/includes/integration/wpa_bbpress.php (added)
-
tags/2.2.13/includes/integration/wpa_calderaforms.php (added)
-
tags/2.2.13/includes/integration/wpa_contactform7.php (added)
-
tags/2.2.13/includes/integration/wpa_diviengineform.php (added)
-
tags/2.2.13/includes/integration/wpa_diviform.php (added)
-
tags/2.2.13/includes/integration/wpa_elementor.php (added)
-
tags/2.2.13/includes/integration/wpa_fluentform.php (added)
-
tags/2.2.13/includes/integration/wpa_formidable.php (added)
-
tags/2.2.13/includes/integration/wpa_gravityforms.php (added)
-
tags/2.2.13/includes/integration/wpa_toolsetform.php (added)
-
tags/2.2.13/includes/integration/wpa_wpcomment.php (added)
-
tags/2.2.13/includes/integration/wpa_wpforms.php (added)
-
tags/2.2.13/includes/integration/wpa_wplogin.php (added)
-
tags/2.2.13/includes/integration/wpa_wpregistration.php (added)
-
tags/2.2.13/includes/js (added)
-
tags/2.2.13/includes/js/wpa.js (added)
-
tags/2.2.13/includes/views (added)
-
tags/2.2.13/includes/views/wpa_extended_version.php (added)
-
tags/2.2.13/includes/views/wpa_main.php (added)
-
tags/2.2.13/includes/views/wpa_notice.php (added)
-
tags/2.2.13/includes/views/wpa_settings.php (added)
-
tags/2.2.13/includes/views/wpa_sidebar.php (added)
-
tags/2.2.13/includes/views/wpa_stats.php (added)
-
tags/2.2.13/includes/views/wpa_stats_widget.php (added)
-
tags/2.2.13/includes/wpa_config.php (added)
-
tags/2.2.13/includes/wpa_dashboard_widget.php (added)
-
tags/2.2.13/includes/wpa_functions.php (added)
-
tags/2.2.13/readme.txt (added)
-
tags/2.2.13/screenshot-1.png (added)
-
tags/2.2.13/screenshot-10.png (added)
-
tags/2.2.13/screenshot-11.png (added)
-
tags/2.2.13/screenshot-12.png (added)
-
tags/2.2.13/screenshot-2.png (added)
-
tags/2.2.13/screenshot-3.png (added)
-
tags/2.2.13/screenshot-4.png (added)
-
tags/2.2.13/screenshot-5.png (added)
-
tags/2.2.13/screenshot-6.png (added)
-
tags/2.2.13/screenshot-7.png (added)
-
tags/2.2.13/screenshot-8.png (added)
-
tags/2.2.13/screenshot-9.png (added)
-
tags/2.2.13/wp-armour.php (added)
-
trunk/includes/js/wpa.js (modified) (1 diff)
-
trunk/includes/wpa_config.php (modified) (1 diff)
-
trunk/includes/wpa_dashboard_widget.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
r3308835 r3329990 54 54 'form.wpa_form', // Generic Class 55 55 '.wpa_form form', // Generic Class 56 57 '.um-form form', // Ulimate Membership Form 56 58 57 59 // Login forms -
honeypot/trunk/includes/wpa_config.php
r3308835 r3329990 1 1 <?php 2 2 if ( ! defined( 'ABSPATH' ) ) exit; 3 $GLOBALS['wpa_version'] = '2.2.1 2';3 $GLOBALS['wpa_version'] = '2.2.13'; 4 4 $GLOBALS['wpa_field_name'] = get_option('wpa_field_name'); 5 5 $GLOBALS['wpa_error_message'] = get_option('wpa_error_message'); -
honeypot/trunk/includes/wpa_dashboard_widget.php
r2463499 r3329990 4 4 function wpa_dashboard_widget() 5 5 { 6 add_meta_box( 'wpa_dashboard_widget', 'WP Armour Anti Spam Statistics', 'wpa_dashboard_widget_function', 'dashboard', 'side', 'high'); 6 //add_meta_box( 'wpa_dashboard_widget', 'WP Armour Anti Spam Statistics', 'wpa_dashboard_widget_function', 'dashboard', 'side', 'high'); 7 if ( current_user_can('administrator') ) { 8 add_meta_box( 9 'wpa_dashboard_widget', 10 'WP Armour Anti Spam Statistics', 11 'wpa_dashboard_widget_function', 12 'dashboard', 13 'side', 14 'high' 15 ); 16 } 7 17 } 8 18 -
honeypot/trunk/readme.txt
r3308835 r3329990 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 2.2.1 27 Stable tag: 2.2.13 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.13 = 148 149 * Fixes for Ultimate Memebership form 150 * Remove widgets for Non administrator. 151 147 152 = = 2.2.12 = 148 153 -
honeypot/trunk/wp-armour.php
r3308835 r3329990 6 6 Description: Add honeypot anti spam protection. 7 7 Author: Dnesscarkey 8 Version: 2.2.1 28 Version: 2.2.13 9 9 Author URI: https://dineshkarki.com.np/wp-armour-anti-spam 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.