-
v1.2.0 Stable
released this
2026-08-10 14:04:08 +00:00 | 2 commits to main since this release1.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:altoverride (per-post meta box and per-term), emitted asog:image:altandtwitter:image:alt. - Per-post
og:typeoverride (Default /website/article);article:*sub-tags now emit on the resolved article type. - Twitter/X: emit
twitter:url(canonical) and per-posttwitter:creator(author handle); handles normalised with a leading@. - Platform integration tags (global settings): Facebook
fb:app_id/admins/pages, Pinterestp:domain_verify+ disable-pinning toggle, Telegramtelegram:channel, Slackslack-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>vialanguage_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
- Per-term Open Graph metadata for Categories and Tags on the term edit page (