✨ Features
- XML Sitemap: Auto-generated
/sitemap.xmlwith published posts, categories, tags, series, and CMS pages. Proper priority hierarchy, respects published/draft state. Toggle in Settings. - Contact form configuration: Configurable recipient email for contact form submissions. Added
contact.to_emailto config and Settings page. - Theme presets: 5 pre-built color presets (Magenta, Ocean Blue, Emerald Green, Sunset Orange, Slate) with auto-fill all theme colors. Select from Settings → Appearance.
- Sitemap & contact Settings UI: Added sitemap enable toggle, contact email field, and theme preset selector to the Filament admin settings page.
🐛 Bug Fixes
- Config dedup: Removed duplicate
cms,posts,locales,author_profilekeys inconfig/blogr.php. All canonical values now in a single location. - CMS prefix backward compat: Restored flat
config('blogr.cms.prefix')access pattern alongside nestedcms.route.prefix. - Dynamic locale SEO fields: Replaced 16 hardcoded locale-specific properties with 4 arrays keyed by locale. Adding a new locale no longer requires code changes.