What's New in 3.1.0
🚀 New Features
Pending Jobs View
- New page to view jobs waiting in the queue (requires
databasequeue 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:retrycommand
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.jsonkeywords for better discoverability on Packagist - Added new translations for all new features
- Added
QueueJobandFailedJobmodels
⬆️ Upgrade
composer update croustibat/filament-jobs-monitorFull Changelog: 3.0.3...3.1.0