1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Merge branch 'testing' into Fix-linter

This commit is contained in:
Éric Gaspar 2024-07-20 11:47:10 +02:00
commit e19c6be07e
7 changed files with 19 additions and 19 deletions

View file

@ -22,7 +22,7 @@ It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps
Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html).
**Shipped version:** 2.5.4~ynh3
**Shipped version:** 2.5.4~ynh4
**Demo:** <https://demo.yunohost.org/wallabag/>

View file

@ -22,7 +22,7 @@ It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps
Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html).
**Versión actual:** 2.5.4~ynh3
**Versión actual:** 2.5.4~ynh4
**Demo:** <https://demo.yunohost.org/wallabag/>

View file

@ -22,7 +22,7 @@ It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps
Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html).
**Paketatutako bertsioa:** 2.5.4~ynh3
**Paketatutako bertsioa:** 2.5.4~ynh4
**Demoa:** <https://demo.yunohost.org/wallabag/>

View file

@ -22,7 +22,7 @@ Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome
La mise à niveau depuis le paquet YunoHost de [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) demande une opération manuelle, c'est pourquoi un nouveau paquet est fournit. Pour le processus de migration, merci de vous référer à [la documentation officiel de Wallabag](https://doc.wallabag.org/fr/user/import/wallabagv1.html).
**Version incluse:** 2.5.4~ynh3
**Version incluse:** 2.5.4~ynh4
**Démo:** <https://demo.yunohost.org/wallabag/>

View file

@ -22,7 +22,7 @@ It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps
Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html).
**Versión proporcionada:** 2.5.4~ynh3
**Versión proporcionada:** 2.5.4~ynh4
**Demo:** <https://demo.yunohost.org/wallabag/>

View file

@ -22,7 +22,7 @@ It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps
Upgrade from the YunoHost [Wallabag v1](https://github.com/YunoHost-Apps/wallabag_ynh) app requires a manual operation. That's why it's provided as a new package. For the migration process, please refer to the [Wallabag official documentation](https://doc.wallabag.org/en/user/import/wallabagv1.html).
**分发版本:** 2.5.4~ynh3
**分发版本:** 2.5.4~ynh4
**演示:** <https://demo.yunohost.org/wallabag/>

View file

@ -7,7 +7,7 @@ name = "Wallabag"
description.en = "Save and classify articles. Read them later"
description.fr = "Enregistrez et classez les articles. Lisez-les plus tard"
version = "2.5.4~ynh3"
version = "2.5.4~ynh4"
maintainers = ["lapineige"]
@ -63,18 +63,18 @@ ram.runtime = "50M"
[resources.apt]
packages = [
"mariadb-server",
"php7.4-cli",
"php7.4-curl",
"php7.4-gd",
"php7.4-gettext",
"php7.4-intl",
"php7.4-json",
"php7.4-ldap",
"php7.4-mbstring",
"php7.4-mysql",
"php7.4-redis",
"php7.4-tidy",
"php7.4-xml",
"php8.2-cli",
"php8.2-curl",
"php8.2-gd",
"php8.2-gettext",
"php8.2-intl",
"php8.2-json",
"php8.2-ldap",
"php8.2-mbstring",
"php8.2-mysql",
"php8.2-redis",
"php8.2-tidy",
"php8.2-xml",
]
[resources.database]