2.12.2
- improved and fixed a bug for
ExportCommand
andImportCommand
, in handling some exceptions; - it no longer needs the
me-tools
package. This removes several (useless) dependencies; - some, possible changes that prepare it for CakePHP 5 and PHPUnit 10 (issue #97);
- little fixes. Fixed some deprecations for CakePHP 4.5 (issue #97);
- improved
BackuManager::index()
method, also regarding the correct files sorting. This also solves a small bug for
therotate()
method (which precisely affectsindex()
). Theindex()
method now returns a collection of arrays (
and no longer a collection ofEntity
); - some testing methods that have been missing for a long time have been added;
- the
BackupTrait::getDriverName()
method can no longer be static; - removed (old and useless)
BaseCommandTestCase
class; - added tests for PHP 8.2.
What's Changed
- Develop by @mirko-pagliai in #98
Full Changelog: 2.12.1...2.12.2