Skip to content

2.6.2

Choose a tag to compare

@mirko-pagliai mirko-pagliai released this 29 May 12:32
cf5b65a
  • added BackupTrait::getDriverName() method;
  • BackupExport::compression() takes a compression type name as string or
    null to disable compression;
  • BackupExport::send() takes a recipient's email address as string or null
    to disable sending backup;
  • BackupTrait::getCompression() returns null with no compression;
  • the DriverTestCase class now implements testExportOnFailure() and
    testImportOnFailure() test methods;
  • improved printing of the backup table for the IndexCommand;
  • updated for php-tools 1.2 and me-tools 2.18.7.
  • added API.