Releases: bloglogisticsdev/bloglogistics-llm-generator
Release list
v1.4.4
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.4.3
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.4.2
Improves compatibility with other BlogLogistics plugins by keeping this plugin focused on llms.txt generation only.
- Added detection for BlogLogistics Content Signals for Robots.txt.
- Added detection for BlogLogistics Markdown for Agents.
- Added admin notices when companion plugins are active.
- Deferred robots.txt and Content-Signal guidance to the Content Signals plugin when active.
- Deferred Markdown homepage, /index.md, discovery headers, and content negotiation ownership to the Markdown for Agents plugin when active.
- Added companion plugin status details to the Status tab.
- Added /index.md discovery to generated llms.txt when Markdown for Agents is active.
v1.4.1
This release refactors the plugin into the standard BlogLogistics repository structure and completes the shift from an experimental LLM/AI policy generator into a focused llms.txt generator for WordPress websites.
- Added a site summary field for the top of
llms.txt. - Added optional sitemap and RSS feed links.
- Added basic SEO noindex awareness for common SEO plugin meta keys.
- Added regeneration when selected published content changes.
- Added a Robots.txt Guidance tab to explain where AI crawler access rules belong.
- Added optional legacy cleanup to delete an old root
ai.txtfile only when the admin explicitly chooses it. - Added uninstall cleanup for:
- plugin settings,
- plugin version option,
- scheduled cron hook,
- exclusion post meta,
- generated
llms.txt, only when it contains the BlogLogistics generator marker.
- Converted the plugin to the standard BlogLogistics repo layout.
- Added main bootstrap file.
- Moved plugin logic into
includes/class-bloglogistics-llm-generator.php. - Added updater integration class.
- Added bundled Plugin Update Checker library.
- Added GitHub Actions release ZIP workflow.
- Added FTPS manifest upload workflow support.
- Added
README.md. - Added WordPress
readme.txt. - Added
LICENSE.txt. - Added
assets/. - Added
languages/. - Added translation template and English language files.
- Added
uninstall.php.
1.3.1
BlogLogistics LLM Generator – Version 1.3.1
This release includes key fixes, new features, and interface improvements to enhance how llms.txt and ai.txt are generated and managed.
🛠️ Fixes
- Corrected the file paths:
llms.txtandai.txtare now properly placed in the website root directory. ai.txtnow correctly includes the appropriate permissions type information.
✨ Added Features
- Manual re-generation: You can now immediately re-generate
llms.txtandai.txtvia the admin interface. - AI training toggle: Enable or disable whether your content is intended for AI use.
- Default content licence: Now defaults to CC BY-SA 4.0, unless otherwise specified.
- Option to disable the "File Update Frequency" scheduler.
🎨 UI Improvements
- The settings page UI has been updated for a more intuitive and streamlined configuration experience.