=== ReadyGo Toolkit ===
Contributors: mkbplatinum
Tags: admin, utilities, security, optimization, cleanup
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

45+ lightweight modules to tweak the admin, clean up, secure and speed up WordPress. Toggle each on or off from one screen, no bloat.

== Description ==

ReadyGo Toolkit replaces a pile of single-purpose plugins and code snippets with one lightweight plugin. It gives you 45+ site utilities as simple on/off modules, grouped into clear categories, so you enable only what you need and nothing else loads.

Every module ships **off by default** (except Duplicate Post), and only enabled modules run any code, so there is no front-end bloat.

**Admin interface**
Clean up the admin bar, hide admin notices, custom admin footer text, custom admin bar greeting, wider admin menu, organize the admin menu, and hide the admin bar on the front end.

**Content management**
Duplicate any post, page or custom post type; open menu or external links in a new tab; external permalinks; last-login and featured-image columns; and a missed-schedule fixer.

**Images & media**
Enable SVG upload (sanitized), replace a media file in place while keeping its URL, bulk image alt text, clean file names on upload, control the large-image threshold, and unlink image files.

**Security**
Limit login attempts, change the login URL, obscure login errors, block user enumeration, disable application passwords, disable the file editor, remove the WordPress version, and disable XML-RPC.

**Optimizations & cleanup**
Database cleanup (revisions, transients, spam, orphaned meta), limit or disable post revisions, control the Heartbeat API, disable emojis and other small components, disable embeds, disable feeds, and disable the REST API for guests.

**Site files**
Manage robots.txt and ads.txt, redirect 404s, a maintenance mode, and a custom login logo.

**Utilities**
Export and import all settings to clone your configuration across sites, plus a broken-link checker.

Guidance for every module is built into the plugin under the Help & Support tab.

== Independent, original code ==

ReadyGo Toolkit is written from scratch by ReadyGo Tools, a division of MKB Platinum. It is not a fork or copy of any other plugin.

== Installation ==

1. Upload the plugin to /wp-content/plugins/, or install it from the Plugins screen.
2. Activate it.
3. Open ReadyGo Toolkit in the admin menu and switch on the modules you want.
4. Save. Only the modules you enable will run.

== Frequently Asked Questions ==

= Does it slow down my site? =
No. Only the modules you enable load any code, and there is no front-end JavaScript or CSS unless a module needs it.

= Are all modules on by default? =
No. Every module is off by default except Duplicate Post, so a fresh install changes nothing until you choose what to enable.

= I changed the login URL and got locked out. What now? =
Add define( 'RGTK_DISABLE_LOGIN_URL', true ); to your wp-config.php to restore the default login, then remove it once you are back in. If you cannot edit wp-config.php, rename the plugin folder in wp-content/plugins (via your host file manager or FTP) to deactivate it.

= Can I move my settings to another site? =
Yes. Use Export / Import Settings to copy your whole configuration to another site.

= Is SVG upload safe? =
Uploaded SVG files are sanitized (scripts and event handlers stripped) before they are saved.

== Screenshots ==

1. The module screen: 45+ utilities grouped by category, each a simple on/off toggle.
2. A module with its own settings expanded.
3. The built-in Help & Support tab with guidance for every module.

== Changelog ==

= 1.0.1 =
* Converted all inline admin styles and scripts to properly enqueued assets.
* Removed the Custom CSS, Header & Footer Code and Autosave Interval modules to comply with the wordpress.org guideline on arbitrary code and global changes.
* SVG sanitizer now uses WP_Filesystem and drops a deprecated libxml call.

= 1.0.0 =
* First public release on wordpress.org: hardened file uploads and input handling.

= 0.12.0 =
* Hardened file uploads and input handling across modules.
* Prepared readme and metadata for wordpress.org.

= 0.11.0 =
* Added in-plugin Help & Support with tips and known conflicts.

= 0.10.0 =
* Added the Images category, Featured Image column, and the Disable Components, Custom Code, Optimizations, Security and Utilities groups.

= 0.1.0 =
* Initial modular release.

== Upgrade Notice ==

= 1.0.1 =
Guideline-compliance and asset-loading improvements. Recommended for all users.

= 1.0.0 =
First public release.

= 0.12.0 =
Security hardening and wordpress.org readiness. Recommended for all users.
