-
v0.1.0 Stable
released this
2026-08-12 13:19:10 +00:00 | 24 commits to main since this release0.1.0
Release date: 2026-08-12
Highlights
- Phase 1 scaffold of Manager (by ROBOTSTXT) — client-side dashboard for the ROBOTSTXT plugin ecosystem. Read-only catalog view with local install-state resolution.
Added
- Plugin header, autoloader (Composer with manual fallback), lifecycle hooks, constants (
ROBOTSTXT_MANAGER_VERSION,ROBOTSTXT_MANAGER_DIR,ROBOTSTXT_MANAGER_URL,ROBOTSTXT_MANAGER_BASENAME). Robotstxt_Manager_Loaderaction/filter queue (identical pattern to Core/Mollie/Sync).Robotstxt_Manager_Encryption— AES-256-CBC encrypt/decrypt for the API key, using WordPressAUTH_KEY+AUTH_SALTfor key derivation. Same pattern as Core's Forgejo token encryption.Robotstxt_Manager_Core_Client— HTTP client for the remote Plugins Core REST API. Authenticated viaAuthorization: Bearer <key>header. Implementstest_connection(),get_catalog()(cached in transient),clear_catalog_cache().Robotstxt_Manager_Settings— Settings API page with Store URL, API Key (masked, encrypted, last-4 hint, delete-on-empty preservation), Catalog Cache TTL, Data-on-Uninstall opt-in. AJAX "Test connection" button with nonce + capability check.Robotstxt_Manager_Admin— Top-level admin menu (label "ROBOTSTXT") with catalog table view. Resolves local install/active/update state for every catalog entry usingget_plugins()+is_plugin_active(). "Refresh catalog" admin-post action.uninstall.phpwith opt-in data deletion (default: preserve all options and transients).- Per-project tooling: Composer, PHPCS + WPCS + PHPCompatibility, PHPStan level 9 + wp-compat, PHPUnit.
bin/preflight.shandbin/deploy.sh.
Compatibility
- WordPress: 7.0 - 7.1
- PHP: 8.4 - 8.5
Tests
- Phase 1 scaffold — plugin-header tests included. Additional tests for Core client, settings, and admin rendering in follow-up phases.
Downloads