Skip to content

Commit db73027

Browse files
committed
fixed
1 parent bff9ed7 commit db73027

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# 2.x branch
22
## 2.13 branch
33
### 2.13.4
4-
* fixed [bug #119](https://github.com/mirko-pagliai/cakephp-database-backup/issues/119): `BackupManager` ignored the
5-
timezone of backup files, and consequently also `IndexCommand`;
6-
* fixed [bug #111](https://github.com/mirko-pagliai/cakephp-database-backup/issues/111): for Mysql it first looks for
7-
`mariadb` and `mariadb-dump` executables, otherwise `mysql` and `mysqldump` executables;
4+
* fixed [bug #119](https://github.com/mirko-pagliai/cakephp-database-backup/issues/119): `BackupManager` ignored the timezone of backup files, and consequently also `IndexCommand`;
5+
* fixed [bug #111](https://github.com/mirko-pagliai/cakephp-database-backup/issues/111): for Mysql it first looks for `mariadb` and `mariadb-dump` executables, otherwise `mysql`
6+
and `mysqldump` executables;
87
* all classes, methods and code related to sending backups via email are now deprecated. So, the `BackupManager::send()`
98
method (and, consequently, also the internal `BackupManager::getEmailInstance()` method), the `BackupExport::send()`
109
method, the `SendCommand` class and the `send` option for the `ExportCommand` are deprecated. All of these will be
11-
removed in a later release. No replacement is provided.
10+
removed in a later release. No replacement is provided;
1211
* setting the `DatabaseBackup.mailSender` value of the configuration is deprecated (bootstrap checks that the value
1312
has not been set by the user);
1413
* the `DeleteAllCommand` is deprecated. Will be removed in a future release;

0 commit comments

Comments
 (0)