Update CardDAv for Roundcube

Update CardDav for Roundcube to the latest version for compatibility with PHP 8
Dieser Commit ist enthalten in:
Riccardo Bessone 2021-08-26 08:56:39 +02:00 committet von GitHub
Ursprung 3a0c2ec180
Commit b50c8e046a
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -105,7 +105,7 @@ $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %
Download the latest release of [RCMCardDAV](https://github.com/blind-coder/rcmcarddav/) to the Roundcube plugin directory and extract it (here `rc/plugins`):
```
cd data/web/rc/plugins
wget -O - https://github.com/blind-coder/rcmcarddav/releases/download/v3.0.3/carddav-3.0.3.tar.bz2 | tar xfvj -
wget -O - https://github.com/mstilkerich/rcmcarddav/releases/download/v4.1.2/carddav-v4.1.2.tar.gz | tar xfvz -
chown -R root: carddav/
```