2.4.0
- fixed bug trying to email a nonexistent backup;
VALID_COMPRESSIONS
andVALID_EXTENSIONS
constants have been replaced by
getValidCompressions()
andgetValidExtensions()
methods provided by the
BackupTrait
class;- replaced
InternalErrorException
withInvalidArgumentException
and
RuntimeException
. This allows compatibility with CakePHP 3.6 branch.