2.14.3
- the
Pluginclass no longer implements theconsole()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
thegetConnection()magic method; AbstractBackupUtility::makeAbsoluteFilename()has becomemakeAbsolutePath()andCommand::makeRelativeFilename()
has becomemakeRelativePath();- the signature of
AbstractBackupUtility::__call()method has changed (from
__call(string $name, array $arguments = []): mixedto__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
- 2.14.x develop by @mirko-pagliai in #170
- the
Pluginclass no longer implements theconsole()method (which… by @mirko-pagliai in #175 - 2.14.x develop by @mirko-pagliai in #179
- 2.14.x develop by @mirko-pagliai in #181
- 2.14.x wiki by @mirko-pagliai in #182
- 2.14.x develop by @mirko-pagliai in #183
Full Changelog: 2.14.2...2.14.3