-
v0.5.0 Stable
released this
2026-08-14 20:08:24 +00:00 | 18 commits to main since this release0.5.0
Release date: 2026-08-14
Highlights
- Native WordPress update integration: installed catalog plugins feed into WordPress's own update system. The standard "Update available" badge appears on the Plugins screen, and clicking "Update now" runs the normal WordPress updater with the ROBOTSTXT store as the download source — no custom UI.
Added
Robotstxt_Manager_Updater— injects catalog update data into theupdate_pluginstransient (pre_set_site_transient_update_plugins): aresponseentry for outdated catalog plugins (package = the store's download proxy; premium entries append the account API key asapi_key, which Core 1.5.0+ accepts as a query parameter because the native upgrader cannot send headers) and ano_updateentry for up-to-date ones. Entries injected by a plugin's own bundled SDK are never overwritten.plugins_apifilter — the "View details" modal for catalog slugs is served from catalog data (name, version, requires, tested, homepage, description section, icon, banner).- "Refresh catalog" now also deletes the
update_pluginstransient so the update badges re-evaluate immediately.
Changed
- Plugin version 0.4.0 → 0.5.0. No database schema changes (no custom tables).
Compatibility
- WordPress: 7.0 - 7.1 (declared floor of the ecosystem; scan-confirmed lower)
- PHP: 8.4 - 8.5 (declared floor of the ecosystem; scan-confirmed lower)
Downloads