Skip to content

v1.1.0 — Outpost integration + tooltip fix

Latest

Choose a tag to compare

@courtneyr-dev courtneyr-dev released this 03 Jul 22:25
429486a

Added

  • Outpost mp-xfn bridge adapter — relationships written by Outpost's Micropub endpoint (_outpost_xfn post meta) are consumed automatically, mirrored into XFN metadata, and synced as rel attributes in post content on save. Completes the XFN wire-through (#1).

Fixed

  • Tooltips restored — the Interactivity view module was never built or committed, leaving tooltips inert on every v1.0.3 install. The built module now ships with the plugin (#4).
  • Anchors nested inside multiple block levels were wrapped with duplicate tooltip markup, once per enclosing block (#4).
  • wp_http_validate_url() misuse in the meta mirror dropped relationships for unresolvable hosts and offline saves (#1).

Technical

  • Canonical WordPress coding-standards ruleset adopted repo-wide, with a real PHPStan gate in CI (#2, #3).

Verified end-to-end in a five-plugin wp-env: Micropub POST → Outpost bridge meta → XFN adapter → rel="friend met" in stored and rendered content, tooltips attached.