All Notable changes to backupmanager
will be documented in this file
We no longer use this file to track changes. Please see this repo's "Releases" tab, on Github: https://github.com/Laravel-Backpack/BackupManager/releases
- support for Backpack 4.1;
- support for Backpack 4.0 (just because icons are now
la la-download
instead offa fa-download
);
- added names to routes @iMokhles (#80)
- Upgraded PHPUnit;
- Indonesian language file;
- Farsi (Persian) language file;
- merged #73 - notifications did not show;
- merged #75 - properly log backup erors now;
- support for Backpack v4;
- support for Backpack v3;
- #70 - Russian language file;
- changed config file to fit latest spatie/laravel-backup config file model;
- merged #65 - using Artisan class instead of manually calling the same command line; this makes the AJAX wait for the answer, so the page reload will happen after the actual backup has been done;
- better messages
- added support for Base 1.1 and Laravel 5.8;
- dropped support for everything else;
- added support for Base 1.0.x
- monitored backups now has the correct disk name;
- custom views folder is only loaded when it exists; this fixes the conflicts in the
php artisan view:cache
command;
- config file has
backpack_flags
as array; - config file has a
temporary_directory
defined;
- Backpack\Base 0.9.x requirement;
- support for Backpack\Base pre-0.9.0;
- notifications from being triggered, when the Create Backup button is pressed; new config option
backpack_flags
can overwrite this behaviour;
- Turkish translation (thanks to Yusuf Kaya);
- working default configuration file for the new spatie/backup;
- upgraded to Spatie/Backup v5; breaking change: config file is now named
config/backup.php
;
- 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.