=== ReadyGo Toolkit ===
Author: ReadyGo Tools
Author URI: https://readygotools.com
Requires at least: 6.0
Requires PHP: 7.4
Stable tag: 0.11.0
License: GPLv2 or later

A modular collection of site utilities for ReadyGo Tools sites. Toggle each
feature on or off from the top-level "ReadyGo Toolkit" admin menu. Built to grow —
drop in a new module to add a feature.

== Overview ==
45 modules across 9 categories: Content Management, Images, Admin Interface,
Log In/Out | Register, Custom Code, Disable Components, Security, Optimizations,
and Utilities. All modules ship OFF by default except Content Duplication.

Full reference: see DOCUMENTATION.md in the plugin folder, or the in-plugin
Help & Support tab.

== Key notes ==
* Custom Admin Bar Greeting needs the "My account / howdy" item to stay in the
  toolbar — don't remove it via Clean Up Admin Bar, or you also lose Logout.
* Change Admin Login URL: bookmark the new URL. Recovery if locked out:
  wp plugin deactivate readygo-toolkit --allow-root --path=<docroot>
  or define( 'RGTK_DISABLE_LOGIN_URL', true ); in wp-config.php.
* robots.txt / ads.txt modules only work with no physical file at the web root.
* Disable REST API / Feeds / Updates have real side effects — see DOCUMENTATION.md.
* Export / Import Settings clones config across sites (ReadyGo Toolkit -> Import / Export).

== How to add a new module ==
1. Create /modules/<my-feature>/class-<my-feature>.php.
2. Define class RGTK_Module_My_Feature extends RGTK_Module.
3. Implement id(), label(), category(), description(), init() (+ optional settings).
The settings screen picks it up automatically.

== Changelog ==
= 0.11.0 =
* Added full DOCUMENTATION.md and in-plugin Tips & Known Conflicts.
= 0.10.x =
* Images category; Featured Image Column; Disable Components, Custom Code,
  Optimizations, Security, Utilities groups; login-URL 404 hardening; admin-bar
  greeting reliability.
= 0.1.0 =
* Initial modular shell.
