File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,25 @@ composer.json. So you need to re-add the adapters you were using.
9
9
10
10
- Added support for Symfony 4.
11
11
- Added tests
12
- - Support for many storage names with the same type.
12
+ - Support for many storage names with the same type.
13
+ - Added commands for backup and restore
14
+ - Support for ` ignoreTables ` on MySQL databases.
15
+ - Added config ` output_file_prefix ` .
16
+ - Support for DropboxV2
13
17
14
18
### Changes
15
19
16
20
- You have to ` composer require ` for the adapter you want to use. Nothing is included by default.
21
+ - The storage and database type is case-sensitive.
17
22
18
23
### Removed
19
24
20
- - Support for Symfony < 2.7.
25
+ - Support for Symfony < 2.7.
21
26
22
27
## 1.1.0
23
28
24
29
Support for Symfony 3.1.
25
30
26
31
## 1.0.0
27
32
28
- First release.
33
+ First release.
You can’t perform that action at this time.
0 commit comments