From 3a36b094b4b9682401711a6f78dd0d5132eb8df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Dec 2021 10:54:43 +0100 Subject: [PATCH] Plugin upgrade (#127) * Update plugins --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b498917..4b0f2ab 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In addition to Roundcube core features, the following are made available with th * Support for PGP encryption with Enigma plugin by default. -**Shipped version:** 1.5.1~ynh1 +**Shipped version:** 1.5.1~ynh2 **Demo:** https://demo.yunohost.org/webmail/ diff --git a/README_fr.md b/README_fr.md index e205090..37c3c10 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s * Prise en charge du chiffrement PGP avec le plugin Enigma installé par default. -**Version incluse :** 1.5.1~ynh1 +**Version incluse :** 1.5.1~ynh2 **Démo :** https://demo.yunohost.org/webmail/ diff --git a/manifest.json b/manifest.json index dc680ba..38ad5cd 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open Source Webmail software", "fr": "Webmail Open Source" }, - "version": "1.5.1~ynh1", + "version": "1.5.1~ynh2", "url": "https://roundcube.net/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index aefb5de..7712b9e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,9 +13,9 @@ pkg_dependencies="php-pear php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-mysq YNH_COMPOSER_VERSION=2.1.1 # Plugins version -contextmenu_version=3.2.1 +contextmenu_version=3.3 automatic_addressbook_version=v0.4.3 -carddav_version=3.0.3 +carddav_version=4.3.0 #================================================= # EXPERIMENTAL HELPERS