Releases: sebastianfeldmann/phpbu
Releases · sebastianfeldmann/phpbu
5.1.10
Fix an composer installation issue regarding ext-ftp
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