Releases: akosiraffytot/agent-ready-wp
Releases · akosiraffytot/agent-ready-wp
Release list
v1.4.0
- New: LLMS.TXT module — a virtual /llms.txt file served for AI agents, with its own settings page: site identity (title, summary, AI context), a Core Pages section built from your menu, recent articles under the conventional "Optional" heading, opt-in custom post type sections, and a manual content block.
- New: live /llms.txt preview with Copy, a direct View link, and on-page structural checks (invalid links, duplicate URLs, empty titles).
- New: developer filters for llms.txt sections, items, descriptions, menu depth, and final content.
- Improved: module submenus now appear and disappear instantly in the sidebar when a module is toggled.
- Fixed: the JSON-LD live preview now reflects unchecking the reservation/pets toggles without saving first.
v1.3.0
- New: the Organization node now emits a top-level telephone (the contactPoint block is kept alongside it).
- New: the homepage WebPage node links to the business via about, so crawlers and AI agents know the page's primary subject.
- New: knowsAbout plain-name topics are emitted as simple strings; Name|URL lines keep a typed Thing with a Wikidata sameAs reference — lighter output without losing entity disambiguation.
- New: Organization Image URL field with a Media Library picker — the business photo, emitted as image on the Organization node.
- New: per-page schema image — the content node uses the custom image set in the post editor, otherwise the post's featured image, otherwise the global Organization Image.
v1.2.1
- Fixed: geo coordinates in the Organization node are now emitted as clean text values instead of floats, avoiding long decimal noise on servers with a high serialize_precision setting. schema.org accepts text for latitude/longitude.
v1.2.0
- New: multi-type Organization selector — pick several Schema.org types at once (e.g. LocalBusiness + ClothingStore); the Organization node emits
@typeas an array and shows the combined settings sections. - New: field clusters for food-serving, lodging, healthcare, education, and civic/community types (cuisine, reservations, menu, star rating, rooms, check-in/out times, pets, medical specialty, services, departments, alumni, affiliations, sport).
- New: "Location & Local Information" section now also applies to schools, non-profits, news media, and corporations.
- New: Custom JSON-LD escape hatch — add your own properties to the Organization, WebSite, or content nodes, or append whole nodes to the graph, with a
{home}placeholder, comments, and automatic invalid-line dropping. - Fixed: author profile schema save now re-verifies the profile form nonce; module toggles no longer read a missing request key.
v1.1.0
- New: organization type selector with 54 Schema.org subtypes (LocalBusiness, non-profit, news media, corporation, e-commerce, and store types).
- New: Organization identity fields — legal name, slogan, tax/VAT IDs, founding date, founder, area served, and contact point (phone, email, type, languages).
- New: LocalBusiness data — postal address, geo coordinates, price range, and opening hours (parsed to openingHoursSpecification).
- New: niche fields — non-profit status, publishing/ethics/corrections/diversity policies, ticker symbol, accepted payments/currencies, merchant return policy.
- New: per-post Service schema (type + price) from the editor.
- New: automatic BreadcrumbList on pages, posts, and archives.
- New: option to suppress third-party SEO JSON-LD (Yoast, Rank Math, AIOSEO) to avoid duplicates.
- New: developer filters agent_ready_organization_node and agent_ready_json_ld_graph.
- New: organization logo pickable from the WordPress Media Library.
- Improved: oversized validator code-prefill now falls back to URL-based validation instead of an empty validator.
- Fixed: settings pages now show the "Settings saved." confirmation notice after saving.
v1.0.4
Updated: plugin updates now download the install-ready zip attached to the GitHub release, so the plugin folder stays free of repository-only files (index.html, .github, AGENTS.md).
v1.0.3
New: the admin bar "Validate Schema" menu now has a hover submenu with two URL-based validators — Schema.org (via URL) and Google's Rich Results Test — in addition to the existing code-prefilled schema.org validator. The URL-based links validate the live page (works only for publicly reachable URLs).