Skip to content

2.15.0

Choose a tag to compare

@mirko-pagliai mirko-pagliai released this 30 May 13:17
· 19 commits to 2.15.x since this release
  • BackupManager::index() and BackupManager::rotate() methods have been deprecated and will be removed in a future
    release. At this point, the entire BackupManager class is considered deprecated and will be removed;
  • the BackupExport::rotate() method has been deprecated and will be removed in a future release;
  • the DatabaseBackup.chmod configuration is deprecated and will be removed in a future release;
  • the IndexCommand had been deprecated and was removed;
  • the --rotate option of ExportCommand had been deprecated and was removed;
  • the magic method AbstractBackupUtility::__get() had been deprecated and has been removed;
  • BackupTrait had been deprecated and has been removed;
  • AbstractBackupUtility::getDriver() had been deprecated and has been removed.

What's Changed

  • deprecated BackupManager::rotate() and updated related tests and do… by @mirko-pagliai in #196

Full Changelog: 2.14.4...2.15.0