Releases: lukelocksmith/schema-ai
Releases · lukelocksmith/schema-ai
Release list
Schema AI v1.1.2
Fix: MAX_TOKENS detection + compact prompt. 27k-char article: 134s+error → 41s+success.
Schema AI v1.1.1
Fix: "Network error" on long articles — reduced per-request timeout 120s → 90s (3 retries × 90s = 270s < Apache 300s limit). Root cause confirmed via local test: 27k-char article took 120.8s.
Schema AI v1.1.0
What's new
Bug fixes
- Error details now visible — metabox shows the actual error message under the Error badge instead of just a blank status (e.g. "Gemini API returned status 429" or "cURL error 28: Operation timed out")
- Dashboard Details column — Recent Activity table now shows error/warning messages inline
- API timeout increased 60s → 120s — long articles were consistently timing out; this fixes generation for large posts
Internal
Schema_AI_Logger::get_last_error_for_post()— new method for querying last error per post
Schema AI v1.0.0
Schema AI v1.0.0 - Initial Release
AI-powered schema.org JSON-LD generator for WordPress using Google Gemini.
Features
- Auto-generate schema.org JSON-LD on post publish/update
- 16 schema types: Article, BlogPosting, TechArticle, HowTo, FAQPage, and more
- Two-stage detection: PHP pre-analysis + Gemini AI
- Bulk generation for existing posts
- Manual editing of JSON-LD in post editor
- Schema validation against Google Rich Results requirements
- Dashboard with stats and activity log
- REST API (10 endpoints)
- WP-CLI commands (6 commands)
- Post list: schema column, bulk actions, per-post generate action
- Google Rich Results Test integration
- Conflict detection for Yoast, RankMath, SEOPress, AIOSEO
Requirements
- WordPress 6.0+
- PHP 8.0+
- Google Gemini API key (Get one free)
Installation
- Download
schema-ai-1.0.0.zipbelow - WordPress Admin > Plugins > Add New > Upload Plugin
- Activate and go to Schema AI > Settings
- Enter your Gemini API key and click Test