diff --git a/README.md b/README.md index cf96d9d..c17d1d5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ DokuWiki is a simple to use and highly versatile Open Source wiki software that * During the upgrade, official plugins are also upgraded. We recommend that you should check that they run properly in the administration panel after the upgrade. We cannot know if some plugins are broken... -**Shipped version:** 2023.04.04a~ynh1 +**Shipped version:** 2023.04.04a~ynh2 **Demo:** https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo diff --git a/README_fr.md b/README_fr.md index f234b38..3d90b67 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ DokuWiki est un logiciel wiki Open Source simple à utiliser et très polyvalent * Lors de la mise à jour, les plugins officiels sont également mis à jour. Nous vous recommandons toutefois de vérifier le bon fonctionnement des plugins dans le panneau d'administration après cette opération. Nous ne pouvons pas savoir si des plugins spéciaux posent problèmes... -**Version incluse :** 2023.04.04a~ynh1 +**Version incluse :** 2023.04.04a~ynh2 **Démo :** https://demo.yunohost.org/dokuwiki/doku.php?id=start&do=login&u=demo&p=demo diff --git a/manifest.toml b/manifest.toml index 90cf76f..c24fcfa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -8,7 +8,7 @@ description.de = "Standardkonformes, einfach zu benutzendes Wiki und zielt haupt description.es = "Sistema de Wiki de uso sencillicimo y compatible con los estándares" description.it = "Wiki aderente agli standard, semplice da usare, finalizzato principalmente alla creazione di documentazione di qualsiasi tipo" -version = "2023.04.04a~ynh1" +version = "2023.04.04a~ynh2" maintainers = ["Gofannon"] @@ -70,4 +70,4 @@ ram.runtime = "50M" admin.allowed = "admins" [resources.apt] - packages = "php8.1-xml, php8.1-ldap, php8.1-gd, php8.1-cli" + packages = "php8.1-xml, php8.1-ldap, php8.1-gd, php8.1-cli, php8.1-mbstring"