mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
parent
744d655ee7
commit
3a36b094b4
4 changed files with 5 additions and 5 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue