diff --git a/README.md b/README.md index 73bd6a7a..ccff66de 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.4~ynh5 +**Shipped version:** 0.11.5~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 42232201..e0907faa 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.4~ynh5 +**Version incluse :** 0.11.5~ynh1 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index bc709274..02688026 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.4.tar.gz -SOURCE_SUM=c5f0b4c1ee8e558cf66277f6c0066da893dd09ff0581cb117d6fd885cfff0e11 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.5.tar.gz +SOURCE_SUM=ad126bd8da7178172744be72d715988520fbb18807c527a31be77e66677cb844 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a84de1ac..4e415afc 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.11.4~ynh5", + "version": "0.11.5~ynh1", "url": "https://pixelfed.org/", "upstream": { "license": "AGPL-3.0-or-later", @@ -30,7 +30,7 @@ "multi_instance": true, "services": [ "nginx", - "php8.0-fpm" + "php8.1-fpm" ], "arguments": { "install": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index d8b0347d..ec0b5b76 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.0" +YNH_PHP_VERSION="8.1" YNH_COMPOSER_VERSION="2.1.5"