Releases: sebastianfeldmann/phpbu
Releases · sebastianfeldmann/phpbu
6.0.29
6.0.28
Finally the Dropbox integration is fixed #362
You have to provide an AppKey
, AppSecret
and a RefreshToken
<?xml version="1.0" encoding="UTF-8"?>
<sync type="dropbox">
<!-- mandatory -->
<option name="refreshToken" value="myrefreshtokenthatigotfromdropbox" />
<!-- mandatory -->
<option name="appKey" value="myAppKey" />
<!-- mandatory -->
<option name="appSecret" value="myAppSecret" />
<!-- mandatory -->
<option name="path" value="/some/dir" />
</sync>
In order to get a refresh token you have to make an API call to the Dropbox API. To do so you can use the phpbu-dropbox-helper repository.
6.0.26
What's Changed
- Add Google Cloud Storage sync - big thanks to @ddattee
- Dropbox Sync was fixed
- Add
sendOnlyOnError
option to web hooks #381
Full Changelog: 6.0.25...6.0.26
6.0.25
What's Changed
- Add Google Cloud Storage sync - big thanks to @ddattee (not PHAR compatible yet)
- Dropbox Sync was fixed
New Contributors
Full Changelog: 6.0.24...6.0.25
6.0.24
6.0.23
6.0.22
- Abandon support for PHP < 8.0
- Prometheus fix - thanks to @ohmydevops
isDirSync
fix - thanks to @ohmydevops
6.0.21
Fix PHAR build