Releases: sebastianfeldmann/phpbu
Releases · sebastianfeldmann/phpbu
5.1.9
5.1.8
- Switch from
Swiftmailer
toPHPMailer
- Fix type error issue loading json configurations - issue #174
- Fix dropbox remote cleanup error because of missing files in the PHAR - issue #175
The latest Swiftmailer version is still not working in the PHAR version so I made the decision to switch to PHPMailer that has not as many options but just works.
5.1.7
Add new port
option to Sftp
sync - issue #173
Thanks @benji1957 for reporting this ;)
5.1.6
Big thanks to @chrisrollins65
5.1.5
Fix tar
relative path issue
5.1.4
5.1.3
5.1.2
5.1.1
Add new --routines
option to mysqldump source - thanks to Evgeniy Murashko
5.1.0
- Remote cleanup support for most sync implementations #138 - thanks to @vitalybaev
- Open Stack sync implementation #137 - thanks to @vitalybaev
- Google Drive sync implementation #49
- Suppress report emails on simulation runs #115
- Fix Dropbox missing slash issue #130
- Fix SFTP leading slash issue #141