You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# 2.x branch
2
2
## 2.12 branch
3
+
### 2.12.2
4
+
* improved and fixed a bug for `ExportCommand` and `ImportCommand`, in handling some exceptions;
5
+
* it no longer needs the `me-tools` package. This removes several (useless) dependencies;
6
+
* some, possible changes that prepare it for CakePHP 5 and PHPUnit 10 ([issue #97](https://github.com/mirko-pagliai/cakephp-database-backup/issues/97));
7
+
* little fixes. Fixed some deprecations for CakePHP 4.5 ([issue #97](https://github.com/mirko-pagliai/cakephp-database-backup/issues/97));
8
+
* improved `BackuManager::index()` method, also regarding the correct files sorting. This also solves a small bug for
9
+
the `rotate()` method (which precisely affects `index()`). The `index()` method now returns a collection of arrays (
10
+
and no longer a collection of `Entity`);
11
+
* some testing methods that have been missing for a long time have been added;
12
+
* the `BackupTrait::getDriverName()` method can no longer be static;
13
+
* removed (old and useless) `BaseCommandTestCase` class;
14
+
* added tests for PHP 8.2.
15
+
3
16
### 2.12.1
4
17
* fixed a little bug in the `bootstrap.php` file;
5
18
* the `Exceptionist` class provided by me-tools is no longer used (in anticipation of an upcoming deprecation).
0 commit comments