diff --git a/README.md b/README.md index 375f963..5c47210 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ It provides a web interface, browser (Firefox / Chrome / Opera) add-ons, mobile **Shipped version:** 2.5.1~ynh3 + **Demo:** https://demo.yunohost.org/wallabag/ ## Screenshots diff --git a/README_fr.md b/README_fr.md index 2e5552a..a6a05bb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Sont disponibles une interface web, des add-ons pour navigateurs (Firefox / Chrome / Opera), des applications pour mobile (Android / iOS / Windows Phone) et même sur liseuse (PocketBook / Kobo). -**Version incluse :** 2.5.1~ynh3 +**Version incluse :** 2.5.1~ynh3 + **Démo :** https://demo.yunohost.org/wallabag/ diff --git a/manifest.json b/manifest.json index bc6231b..4943cea 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "name": "lapineige" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 3a57c12..ad0074c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ YNH_PHP_VERSION="7.4" # dependencies used by the app -pkg_dependencies="php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-gettext php-redis php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-intl" +pkg_dependencies="php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-gettext php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-intl" #=================================================