Releases: spatie/laravel-backup
Releases · spatie/laravel-backup
3.3.2
- excluded node_modules in default backup configuration
3.3.1
- fix bug in service provider
3.3.0
- made the pushover sounds configurable
3.2.2
- made sure that, when a notifier fails, the other notifiers wil still get called
3.2.1
- fixed a typo in the config file
3.2.0
- added pushover sender
3.1.4
- added an option to specify a timeout for the database dumpers
- fixed a bug where notifications for certain events would not be sent
3.1.3
- added an option to specify a custom mysqldump or pg_dump path, by adding
dump_command_path
in the database configuration file, for that particular database
3.1.2
- upped the required version of
db-dumper
to a bug free version
3.1.1
- fixed
backup:list
-command