From 794feea300e9eb71df53b904af9fe33651c04a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 7 Oct 2023 20:49:47 +0200 Subject: [PATCH 1/2] Update manifest.toml --- manifest.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 32cdb1d..270eb6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://taskboard.matthewross.me/demo" code = "https://github.com/kiswa/TaskBoard" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -56,7 +56,5 @@ ram.runtime = "50M" api.show_tile = false api.protected = true - - [resources.apt] - packages = "php8.0-sqlite3" + packages = "php8.2-sqlite3" From ab0a9c4bd873c17dfbea8c074ba9a5f99f459403 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 7 Oct 2023 18:49:51 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 1 - README_fr.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index ebb3602..bd0b200 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ The goal of TaskBoard is to provide a simple and clean interface to a functional * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index b51ae28..878bdbd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,6 @@ The goal of TaskBoard is to provide a simple and clean interface to a functional * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs