Releases: mirko-pagliai/cakephp-database-backup
Releases · mirko-pagliai/cakephp-database-backup
2.9.0
- now uses
symfony/processto execute import and export shell commands. This
also allows for better handling of errors reported in the shell. The
DatabaseBackup.redirectStderrToDevNullconfig key has been removed; - only the binaries needed for the database driver used are auto-discovered;
- tests are now only run for one driver at a time, by default
mysql. You can
choose another driver by settingdriver_testordb_dsnenvironment
variables before runningphpunit; - migration to github actions.
2.8.6
- fixed bootstrap,
mkdirerrors are no longer suppressed; - extensive improvement of function descriptions and tags. The level of
phpstan
has been raised.
2.8.5
- ready for php
8.0; - extensive improvement of function descriptions and tags.
2.8.4
BackupManager::delete()returns the full path;- all methods provided by
BackupManagercan now be called statically, except
for thesend()method; - extensive improvement of function descriptions and tags;
- ready for
phpunit9.
2.8.3
- updated for
php-tools1.4.5; - added
phpstan, so fixed some code.
2.8.2
- updated for
php-tools1.4.1.
2.8.1
- fixed I18n translations;
- fixed bug for
Commandclass.
Thanks to @fiste788
2.7.1
- fixed bug for
Commandclass.
Thanks to @fiste788
2.8.0
- updated for
cakephp4 andphpunit8.
2.7.0
BackupTrait::getBinary()method has been moved toDriverabstract class;BackupTrait::getTarget(),BackupTrait::getDriverName()and
BackupTrait::getValidExtensions()methods have been removed.