✨ Features
- LocaleService in admin forms: All locale selects now use
LocaleService::getAvailable(), respecting auto-detect and disabled locales. AddedlocaleLabel()returning "Name (code)" format for 34 locales. - Unified series position Select: Replaced
TextInputwith a Select offering "Auto (end)", "Auto (beginning)", and "Custom position..." options, allowing posts to be placed at the start of a series without drag-and-drop.
🐛 Bug Fixes
- Draft posts in series: Unpublished posts no longer appear in "Part of series" frontend display. Added
scopePublished(), fixednextInSeries()/previousInSeries()/getSeriesNavigation(), and filtered all series views and components. - Contact form anchor: Hero CTA "Send a Message" now correctly scrolls to the contact form via
id="contact-form".
📝 Documentation
- Release-manager skill: Fixed semver calculation table with correct patch/minor/major examples.