diff --git a/manifest.json b/manifest.json index 9afd7a7..4dfde4c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Social Communication Server", "fr": "Serveur de Communication Social" }, - "version": "2022.06~ynh1", + "version": "2022.10~ynh1", "url": "http://friendi.ca", "upstream": { "license": "AGPL-3.0-only", @@ -27,12 +27,12 @@ "email": "aymhce@gmail.com" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php7.4-fpm", "mysql" ], "arguments": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 43b3013..a4ce60c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,11 +6,11 @@ # commit hashes # 2022.06 -version_commit="7fe7d0c90437283bd0e83a7e571e1c032e5168ea" -addons_version_commit="7bb3595d467868170f95fe231edaecf0dd4e84a1" +version_commit="ca3dcdad04a69b91f67c0e7567d391a48d944bf9" +addons_version_commit="e0ad3e0fc778ce202021fb5e2dd3cc2a94496b8c" # dependencies used by the app -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" pkg_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd"