github ultraviolettes/filament-jobs-monitor 3.1.0

7 hours ago

What's New in 3.1.0

🚀 New Features

Pending Jobs View

  • New page to view jobs waiting in the queue (requires database queue driver)
  • Shows job status: Pending, Processing, or Delayed
  • Delete pending jobs directly from the interface

Retry Failed Jobs

  • New Retry button on failed jobs to re-queue them instantly
  • Uses Laravel's built-in queue:retry command

Sub-Navigation Tabs

  • Navigate between Job History and Pending Jobs with tabs
  • Clean, organized interface

🐛 Bug Fixes

  • Fixed panel ID bug (#56) - Plugin now works with any Filament panel ID, not just admin
  • Plugin is now registered as a singleton for consistent behavior

📦 Other Changes

  • Updated composer.json keywords for better discoverability on Packagist
  • Added new translations for all new features
  • Added QueueJob and FailedJob models

⬆️ Upgrade

composer update croustibat/filament-jobs-monitor

Full Changelog: 3.0.3...3.1.0

Don't miss a new filament-jobs-monitor release

NewReleases is sending notifications on new releases.