Changeset 3445977
- Timestamp:
- 01/24/2026 05:56:02 AM (6 weeks ago)
- Location:
- xml-rpc-control-dashboard/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
xml-rpc-control-dashboard.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
xml-rpc-control-dashboard/trunk/readme.txt
r3445967 r3445977 1 === XML-RPC Control Dashboard===1 === Disable XML-RPC - Dashboard Control === 2 2 Contributors: aph5 3 3 Tags: xmlrpc, security, rate-limiting, dashboard … … 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 42 42 == Installation == 43 43 44 1. Upload the `xml-rpc-control ` folder to the `/wp-content/plugins/` directory44 1. Upload the `xml-rpc-control-dashboard` folder to the `/wp-content/plugins/` directory 45 45 2. Activate the plugin through the 'Plugins' menu in WordPress 46 46 3. View the dashboard widget on your main admin page or navigate to Settings > XML-RPC Control … … 91 91 == Changelog == 92 92 93 = 1.0.1 = 94 * Changed plugin name to "Disable XML-RPC - Dashboard Control" for improved search visibility 95 * No functional changes 96 93 97 = 1.0.0 = 94 98 * Initial release … … 100 104 == Upgrade Notice == 101 105 106 = 1.0.1 = 107 Plugin renamed to "Disable XML-RPC - Dashboard Control" for better search visibility. No functional changes. 108 102 109 = 1.0.0 = 103 Initial release of XML-RPC Control Dashboard. Provides security management for WordPress XML-RPC interface.110 Initial release. Provides security management for WordPress XML-RPC interface. 104 111 105 112 == Additional Information == -
xml-rpc-control-dashboard/trunk/xml-rpc-control-dashboard.php
r3445967 r3445977 1 1 <?php 2 2 /** 3 * Plugin Name: XML-RPC Control Dashboard3 * Plugin Name: Disable XML-RPC - Dashboard Control 4 4 * Description: Comprehensive XML-RPC security management with dashboard widget, automated monitoring, email alerts, and intelligent rate limiting. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: aph5 7 7 * License: GPL-2.0+ … … 19 19 20 20 // Plugin version 21 define('XMLRPC_CONTROL_VERSION', '1.0. 0');21 define('XMLRPC_CONTROL_VERSION', '1.0.1'); 22 22 23 23 // Plugin paths
Note: See TracChangeset
for help on using the changeset viewer.