Releases: pavel-mironchik/laravel-backup-panel
Releases · pavel-mironchik/laravel-backup-panel
2.2.0
2.1.1
Fix the Laravel 8 compatibility issue.
2.1.0
Add support for spatie/laravel-backup ^7.0.
2.0.0
Use Laravel Livewire instead of VueJS. Allow customizing the layout and the styles.
Update JS dependencies
Java Script dependencies were updated to eliminate vulnerabilities found in the previous versions of libraries.
Laravel Mix was updated to version 6.
Show warning when assets are outdated
It is recommended to run php artisan vendor:publish --tag=laravel-backup-panel-assets --force
after updating.
Add support for Laravel 7
v1.4.0 Get rid of a deprecated trait.
Allow to use a custom queue for backup jobs
v1.3.1 Update README.md.
Add Artisan command for installing the package
v1.3.0 Add Artisan command for installing the package.
Fix tests
v1.2.1 Fix tests.