Skip to content

2.13.3

Latest
Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 18 Dec 18:56
52918f2
  • added --reverse option for the IndexCommand (issue #96);
  • the BackupTrait::getAbsolutePath() method is now able to recognize a path relative to its ROOT, so as to be able
    to take advantage of the autocompletion already offered by the bash console when, for example, you use the import
    command from the ROOT 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

New Contributors

Full Changelog: 2.13.2...2.13.3