Fixed
- Localised "Job History" sub-navigation label: the first entry of the Jobs / Pending / Failures sub-navigation had no label of its own, so Filament derived an English "List Queue Monitors" from the page class name whatever the panel locale.
ListQueueMonitorsnow uses the existingqueued_jobskey, like its two siblings. (@saythe0 — #149) - Dedicated
plural_model_labelkey:resources.plural_labelnow defaults tofilament-jobs-monitor::translations.plural_model_labelinstead of reusingnavigation_label, and the key exists in all 15 locales. Published configs still pointing atnavigation_labelkeep working unchanged. (@saythe0 — #149)
Changed
- Supply-chain hardening of the CI: every GitHub Action is pinned to a full commit SHA, Dependabot now also covers the npm ecosystem (
package-lock.json), and both ecosystems get an update cooldown. CI configuration only, no source change. (#150)
Full Changelog: v4.6.0...v4.6.1