Releases: bloglogisticsdev/bloglogistics-markdown-for-agents
Release list
v2.0.0
BlogLogistics Markdown for Agents v2.0.0
Version 2.0.0 changes the plugin to a fully user-controlled Markdown discovery model.
What's Changed
- Removed automatic Markdown generation for the homepage.
- Removed dynamic
/index.mdgeneration. - Removed
Accept: text/markdowncontent negotiation. - Markdown content is now entirely user-managed and is never generated or rewritten by the plugin.
- Added support for curated Markdown companion files such as:
/index.md/about-us/index.md/notes/index.md- other matching
/page/index.mdfiles.
- Added support for a user-managed
/llms.txtfile. - Added an administrator-run Markdown file scan.
- Matching Markdown URLs are stored as WordPress post/page metadata using:
bloglogistics_markdown_url
- Added per-page and per-post opt-out support using:
bloglogistics_markdown_disabled
- Added Markdown controls to the WordPress editor.
- Added central Markdown management under:
- BlogLogistics → Markdown for Agents
- Pages without a matching Markdown file are automatically excluded.
- Public page requests do not scan the filesystem, probe Markdown URLs, generate Markdown, or make external requests.
- Eligible pages advertise their curated Markdown companion using
rel="alternate". - Eligible pages can advertise the site-managed
llms.txtusingrel="describedby".
Editorial Control
BlogLogistics Markdown for Agents does not create or modify Markdown content.
Site owners retain full control over:
llms.txt- all
/index.mdMarkdown companion files - which WordPress posts and pages advertise Markdown
- individual page/post exclusions
After adding, removing, or moving Markdown files, run Scan for Markdown Files from the plugin administration screen.
Upgrade Note
Version 2.0.0 replaces the previous dynamically generated Markdown model.
Sites upgrading from an earlier version should create and maintain their desired static Markdown files before relying on Markdown discovery.
v1.3.2
Update the release workflow so plugin details modal content stays aligned with the README.
Generate the update manifest Installation section from readme.txt.
Generate the update manifest FAQ section from readme.txt.
Remove stale hard-coded Installation and FAQ manifest content.
v1.3.1
Documentation update clarifying BlogLogistics service usage terms while preserving GPL-3.0-or-later licence rights.
- Added BlogLogistics Service Usage Notice to README documentation.
- Added FAQ guidance explaining service use, support, updates, configuration assistance, and replacement work after a site moves away from BlogLogistics.
- Clarified that the notice does not restrict any rights granted under the GPL-3.0-or-later licence.
v1.3.0
Refactor bootstrap and add language files.
Changes:
- Refactor the main plugin file into a bootstrap loader.
- Move the main plugin class into the includes directory.
- Add translation support and bundled language files.
- Add language files for English Australia, English Great Britain, French, German, Spanish, Norwegian Bokmål, Swedish, and Japanese.
- Add Domain Path metadata for bundled language files.
- Preserve update metadata, including icons, banners, Installation, FAQ, Author, and changelog support.
v1.2.0
Add configurable Markdown for Agents settings.
Changes:
- Add BlogLogistics > Markdown for Agents settings page.
- Add settings for the Markdown homepage, Markdown homepage requests, discovery headers, homepage content, important pages, machine-readable links, and page listing limits.
- Add setting to include website-use preferences from robots.txt.
- Read the current Content-Signal value from robots.txt when available instead of managing robots.txt directly.
- Add Restore recommended defaults.
- Add uninstall cleanup for this plugin’s saved settings.
v1.1.10
Add plugin details tabs and author metadata.
Changes:
- Add Installation tab content to the plugin details modal.
- Add FAQ tab content to the plugin details modal.
- Add linked BlogLogistics author metadata to the generated update manifest.
- Keep icon and banner metadata in the generated update manifest.
v1.1.9
Add plugin banners to update metadata.
Changes:
- Add banner metadata to the generated update manifest.
- Keep icon metadata in the generated update manifest.
- Use the shared BlogLogistics update-server banner URLs for WordPress plugin details screens.
v1.1.8
Add plugin icons to update metadata.
Changes:
- Add BlogLogistics plugin icon assets.
- Add icon metadata to the generated update manifest.
- Use the shared BlogLogistics update-server icon URLs for WordPress update screens and plugin details.
v1.1.7
Restore full changelog in update manifest.
Changes:
- Generate the update manifest changelog from readme.txt.
- Restore the full changelog display in the WordPress plugin update details.
- Keep automated manifest upload from GitHub Actions.
v1.1.6
Test automated update manifest upload.
Changes:
- Automate update manifest generation and upload from GitHub Actions.
- Keep GitHub release assets as the plugin ZIP download source.