Changelog
All notable changes to laravel-scout-bulk-actions will be documented in this file.
1.7.0 - 2026-04-22
- Add Laravel Scout 11 support
Full Changelog: 1.6.0...1.7.0
1.6.0 - 2026-04-09
What's Changed
- Add Laravel Boost skill for AI-assisted development
AI coding assistants can now load context about this package on-demand through Laravel Boost. The skill covers all four bulk commands, model discovery configuration, glob pattern setup for modular apps, and common pitfalls like the direct Searchable trait use requirement. Run php artisan boost:update after upgrading to pick it up.
Full Changelog: 1.5.2...1.6.0
1.5.2 - 2026-03-30
- update composer.json
Full Changelog: 1.5.1...1.5.2
1.5.1 - 2026-03-30
- update composer.json
Full Changelog: 1.5.0...1.5.1
1.5.0 - 2026-03-30
What's Changed
- Add
scout:queue-import-allcommand for queued bulk imports across all searchable models - Bump minimum
laravel/scoutrequirement from^10.12.2to^10.17 - Rewrite README documentation
Full Changelog: 1.4.0...1.5.0
1.4.0 - 2026-03-18
- add laravel 13 support
Full Changelog: 1.3.1...1.4.0
1.3.1 - 2026-03-04
What's Changed
- bump dependencies
- drop php 8.1 support
- drop laravel 10 support
Full Changelog: 1.3.0...1.3.1
1.3.0 - 2025-02-25
What's Changed
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in #13
- Add Laravel 12 compatibility by @mozex in #14
Full Changelog: 1.2.4...1.3.0
1.2.4 - 2024-10-08
What's Changed
- Update laravel/prompts requirement from ^0.1.15|^0.2.0 to ^0.1.15|^0.2.0|^0.3.0
Full Changelog: 1.2.3...1.2.4
1.2.3 - 2024-09-28
- Fix
laravel/promptsdependency
Full Changelog: 1.2.2...1.2.3
1.2.2 - 2024-09-28
What's Changed
- Update laravel/prompts requirement from ^0.1.11 to ^0.2.0 by @dependabot in #11
Full Changelog: 1.2.1...1.2.2
1.2.1 - 2024-08-15
What's Changed
- Bump dependencies
Full Changelog: 1.2.0...1.2.1
1.2.0 - 2024-03-01
What's Changed
- bump versions
- add Laravel 11 support
Full Changelog: 1.1.0...1.2.0
1.1.0 - 2023-10-15
What's Changed
- Add support for Laravel Prompts
- Improve tests
- Bump dependency versions
- Refactoring
Full Changelog: 1.0.2...1.1.0
1.0.2 - 2023-07-01
- Refactoring
1.0.1 - 2023-06-30
- Code Styling
1.0.0 - 2023-06-29
- Initial Release