Plugin Directory

Changeset 3445977


Ignore:
Timestamp:
01/24/2026 05:56:02 AM (6 weeks ago)
Author:
aph5
Message:

Update to version 1.0.1 - renamed plugin for better SEO

Location:
xml-rpc-control-dashboard/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xml-rpc-control-dashboard/trunk/readme.txt

    r3445967 r3445977  
    1 === XML-RPC Control Dashboard ===
     1=== Disable XML-RPC - Dashboard Control ===
    22Contributors: aph5
    33Tags: xmlrpc, security, rate-limiting, dashboard
     
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Installation ==
    4343
    44 1. Upload the `xml-rpc-control` folder to the `/wp-content/plugins/` directory
     441. Upload the `xml-rpc-control-dashboard` folder to the `/wp-content/plugins/` directory
    45452. Activate the plugin through the 'Plugins' menu in WordPress
    46463. View the dashboard widget on your main admin page or navigate to Settings > XML-RPC Control
     
    9191== Changelog ==
    9292
     93= 1.0.1 =
     94* Changed plugin name to "Disable XML-RPC - Dashboard Control" for improved search visibility
     95* No functional changes
     96
    9397= 1.0.0 =
    9498* Initial release
     
    100104== Upgrade Notice ==
    101105
     106= 1.0.1 =
     107Plugin renamed to "Disable XML-RPC - Dashboard Control" for better search visibility. No functional changes.
     108
    102109= 1.0.0 =
    103 Initial release of XML-RPC Control Dashboard. Provides security management for WordPress XML-RPC interface.
     110Initial release. Provides security management for WordPress XML-RPC interface.
    104111
    105112== Additional Information ==
  • xml-rpc-control-dashboard/trunk/xml-rpc-control-dashboard.php

    r3445967 r3445977  
    11<?php
    22/**
    3  * Plugin Name: XML-RPC Control Dashboard
     3 * Plugin Name: Disable XML-RPC - Dashboard Control
    44 * Description: Comprehensive XML-RPC security management with dashboard widget, automated monitoring, email alerts, and intelligent rate limiting.
    5  * Version: 1.0.0
     5 * Version: 1.0.1
    66 * Author: aph5
    77 * License: GPL-2.0+
     
    1919
    2020// Plugin version
    21 define('XMLRPC_CONTROL_VERSION', '1.0.0');
     21define('XMLRPC_CONTROL_VERSION', '1.0.1');
    2222
    2323// Plugin paths
Note: See TracChangeset for help on using the changeset viewer.