- added
--reverse
option for theIndexCommand
(issue #96); - the
BackupTrait::getAbsolutePath()
method is now able to recognize a path relative to itsROOT
, so as to be able
to take advantage of the autocompletion already offered by the bash console when, for example, you use theimport
command from theROOT
and the backup directory is inside it; - fixed a bug for
IndexCommand
, data was not sorted correctly on individual rows. Improved testing; - slightly improved backup file sorting for
BackupManager::index()
method (this is useful when you have a lot of files); - requires at least
symfony/process
7.1.7
, due to this security vulnerability; - fixed some errors in localizations of some strings;
- replaced deprecated
getMockForAbstractClass()
method in tests.
What's Changed
- Bump symfony/process from 7.1.5 to 7.1.7 by @dependabot in #107
- requires at least
symfony/process
7.1.7
, due to a security vulner… by @mirko-pagliai in #108
New Contributors
- @dependabot made their first contribution in #107
Full Changelog: 2.13.2...2.13.3