• 1.2.0 3bb9ed33e1

    v1.2.0 Stable

    javier released this 2026-08-10 14:04:08 +00:00 | 2 commits to main since this release

    1.2.0

    Release date: 2026-08-10

    Added

    • Per-term Open Graph metadata for Categories and Tags on the term edit page (term.php): custom OG title, OG image URL, and OG description, exposed on term archives.
    • Manual og:image:alt override (per-post meta box and per-term), emitted as og:image:alt and twitter:image:alt.
    • Per-post og:type override (Default / website / article); article:* sub-tags now emit on the resolved article type.
    • Twitter/X: emit twitter:url (canonical) and per-post twitter:creator (author handle); handles normalised with a leading @.
    • Platform integration tags (global settings): Facebook fb:app_id/admins/pages, Pinterest p:domain_verify + disable-pinning toggle, Telegram telegram:channel, Slack slack-app-id.
    • Mobile / Web App tags (global settings): theme-color, web-app name, PWA standalone toggle, iOS status bar style, format-detection; Open Graph namespace added to <html> via language_attributes.
    • Uninstall cleanup extended to remove the per-term OG meta and _og_image_alt / _og_type / _twitter_creator (opt-in only).

    Changed

    • Minimum supported WordPress lowered from 6.8 to 4.9.8 (verified by WP-Compat; bound by register_post_meta/register_term_meta at 4.9.8).
    • Minimum supported PHP lowered from 8.2 to 8.0 (verified by the PHPCompatibility scan; the code uses 8.0 features only).
    Downloads