Skip to content

v1.4.4

Latest

Choose a tag to compare

@soulevilx soulevilx released this 01 Sep 04:36
b691eff

Highlights

  • Media orphan scanner — daily-cached wp-admin scan (JOOservices → Media) for attachments whose file is missing on disk and files with no attachment record; exposed read-only via wordpress_get_media_orphans
  • Broken inline media reference finderwordpress_find_broken_media_references scans post/page content for dead wp-image-{ID} references and matches them against the orphan-file scan by exact path
  • Orphan media adoption (no re-upload)wordpress_adopt_orphan_media registers an orphan file as a real attachment without copying bytes, so fixing a broken reference no longer creates a duplicate file

Fixed

  • Media upload failure visibility: wordpress_upload_media failures and wordpress_get_mcp_activity logs now surface the WordPress plugin's verification_step / verification detail instead of a bare error code.

Assets

  • wordpress-chatgpt-1.4.4.zip — WordPress plugin (PHP 8.3+)
  • MCP server: deploy from packages/mcp-server (Node 24+) or Docker (make prod-up)

Deploy

Install wordpress-chatgpt-1.4.4.zip on each WordPress site (jooservices, soulevil, …), replacing the existing plugin files. Deploy the updated MCP server alongside it — the new tools are server-side.

Full changelog: CHANGELOG.md