Skip to content

2.14.3

Choose a tag to compare

@mirko-pagliai mirko-pagliai released this 21 May 14:13
· 8 commits to 2.14.x since this release
df0db6f
  • the Plugin class no longer implements the console() method (which described the available commands), leaving the
    application to take care of auto-discovering them;
  • the AbstractBackupUtility::__call() method now also supports uppercase named properties (bug fixed). This provides
    the getConnection() magic method;
  • AbstractBackupUtility::makeAbsoluteFilename() has become makeAbsolutePath() and Command::makeRelativeFilename()
    has become makeRelativePath();
  • the signature of AbstractBackupUtility::__call() method has changed (from
    __call(string $name, array $arguments = []): mixed to __call(string $method, array $args): mixed);
  • increased use of fake backup files for testing, where there is no need to use real backups for testing;
  • the entire wiki has been copied to the docs/ directory. This choice was made to allow the maintenance of information related to old versions (i.e. the branch you are viewing/using).

What's Changed

Full Changelog: 2.14.2...2.14.3