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.