New Features & Enhancements:

Scheduled News Publication
- Added new Publication options on the news creation page, allowing users to choose between:
- Publish Now – Make news live immediately upon submission.
- Schedule Publication – Set a future date, time, and time zone for automatic publishing (must be in the future).
- Added a "Scheduled" label next to news titles for clear identification.
- Added a block status message to indicate scheduled news.
- Added a "Reschedule Publication" (pencil icon) button for quick rescheduling.
- Added a "Publish Now" button to immediately publish a scheduled news item.
- Added a "Your Scheduled News" navigation link for easy access to all scheduled news.
- Added a new moderator permission: "View scheduled news" to allow access to other users' scheduled news.
- Added a new "Publish Scheduled News" cron entry, running every 5 minutes to automatically publish scheduled news. (Note: The cron runs only when site activity triggers it, as XenForo cron jobs do not run independently.)
Improved Search Autocomplete
- Search autocomplete results now utilize the getCoverImage() method to ensure the best available image is displayed consistently. If no image is found, a default thumbnail is used.

Improved News Thumbnails
- Enhanced thumbnail display in compact mode, search results, and tag pages to maintain the correct aspect ratio using custom styling instead of XenForo's avatar classes.

Changes:

Public Navigation Enhancements
- Renamed "Your News Stories" to "Your News" and changed it to a dropdown menu.
- Renamed the previous "Your News Stories" to "Your Published News", now a sub-navigation link under "Your News".
- Added "Your Scheduled News" as a new sub-navigation link under "Your News".

Bug Fixes:

Fixed various missing phrases. (Reported by @PhineasD and others)

Fixed missing template causing the error: "Template public:alert_nwp_news_update is unknown". (Reported via ticket)

Fixed missing template causing the error: "Template public:alert_user_news_converted_thread is unknown". (Reported via ticket)

Fixed an issue where moderator action alerts for news were increasing the alert count but not appearing in the user's alert list. (Reported via ticket)

Fixed an issue where creating news without key points would save an empty key point entry. (Reported via ticket)