Skip to content

2.4.0

Compare
Choose a tag to compare
@mirko-pagliai mirko-pagliai released this 14 Mar 10:08
· 605 commits to master since this release
1a69e01
  • fixed bug trying to email a nonexistent backup;
  • VALID_COMPRESSIONS and VALID_EXTENSIONS constants have been replaced by
    getValidCompressions() and getValidExtensions() methods provided by the
    BackupTrait class;
  • replaced InternalErrorException with InvalidArgumentException and
    RuntimeException. This allows compatibility with CakePHP 3.6 branch.