All Notable changes to backupmanager will be documented in this file
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- upgraded to Spatie/Backup v4; breaking change: dump variables are now named inside an array in config/database.php;
- package auto-discovery;
- overwritable routes file;
- Portugese translation (thanks to Toni Almeida);
- Portugese (Brasilian) translation (thanks to Guilherme Augusto Henschel);
- French translation;
- Dutch translation (thanks to Mark van Beek);
- fixed App namespace issue;
- Ability to publish views;
- Ability to overwrite views the same way you overwrite views in CRUD;
- removed duplicate namespace in BackupController;
- delete route filename conflict - thanks to Vincenzo Raco;
- Greek translation file, thanks to Stamatis Katsaounis;
- Routes now follow base prefix - thanks to Twaambo Haamucenje;
- Spanish translation, thanks to Rafael Ernesto Ferro González;
- Bogus unit tests. At least we'be able to use travis-ci for requirements errors, until full unit tests are done.
- Download button with subfolders.
- Showing files from multiple disks.
- Can delete files from other disks, other than local (tested Dropbox).
- Download link is no longer dependant on the suggested backups storage disk.
- Hidden download link if not using the Local filesystem.
- Subfolder listing and downloading.
- Download and delete buttons now work too, for subfolders.
- Showing zip files from subfolders, too, since laravel-backup stores them that way.
- Added page title.
- Eliminated console logs from backup js.
- Added screenshot in README.
- Made the backup button work.
- Added another error type - the warning when something failed.
- Logging the progress in the log files.
- Showing the artisan command output in the ajax response.
- Added the dump_command_path configuration.
- Changed README to instruct on common misconfiguration issue.
- Correct name in readme. Confirming packagist hook.
- Updated to v3 of spatie's laravel-backup package.
- Renamed everything to be part of Backpack instead of Dick.