Releases: stefanzweifel/laravel-backup-restore
Releases · stefanzweifel/laravel-backup-restore
v1.6.0
Added
- Include zipped file size in selection choices (#92)
v1.5.2
Changed
- changed postgres restore command to use a connection uri (#88)
v1.5.1
Fixed
- Add Support for laravel/prompts v0.2 and v0.3 (#87)
v1.5.0
Added
- Add Support for PHP 8.4 (#82)
v1.4.2
Fixed
- Use local.root value in getAbsolutePathToLocalDecompressedBackup (#80)
v1.4.1
Fixed
- Remove single quotes from restore command when restoring MySQL dump (#79)
v1.4.0
Changed
- Added support for spatie/laravel-backup v9 and drop support for v8 and PHP 8.1 (#76)
v1.3.2
Changed
- Show list of found files in db-dumps directory when NoDatabaseDumpsFound Exception is thrown. (#74)
v1.3.1
Changed
- Display file name being downloaded (#65)
v1.3.0
Added
- Add Support for Laravel 11 (#49)