1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Merge pull request #106 from YunoHost-Apps/testing

Require PHP mbstring extension
This commit is contained in:
Tagada 2023-11-30 14:38:44 +01:00 committed by GitHub
commit fcc3a6e017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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"