diff --git a/README.md b/README.md index 9e4a673..0721f0d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Blog or CMS storing data in XML flat files. -**Shipped version:** 5.8.7~ynh1 +**Shipped version:** 5.8.8~ynh1 **Demo:** https://demo.pluxml.org/ diff --git a/README_fr.md b/README_fr.md index fa8baa1..5a80259 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Blog ou CMS stockant ses données dans des fichiers XML plats. -**Version incluse :** 5.8.7~ynh1 - +**Version incluse :** 5.8.8~ynh1 **Démo :** https://demo.pluxml.org/ diff --git a/conf/app.src b/conf/app.src index 8cd9cf7..2d93557 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pluxml/PluXml/archive/v5.8.7.zip -SOURCE_SUM=ea8056d5061a366221a4e2a835a991235a1435f62a60171bfc5f04c38988c910 +SOURCE_URL=https://github.com/pluxml/PluXml/archive/v5.8.8.zip +SOURCE_SUM=21188891cdb7a2c2beab2fa9da2c57b54731000ad9365ae8b3bc39ca99aa9cea SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5a2655a..e8820f0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Blog or CMS storing data in XML flat files.", "fr": "Blog ou CMS stockant ses données dans des fichiers XML plats." }, - "version": "5.8.7~ynh1", + "version": "5.8.8~ynh1", "url": "https://www.pluxml.org/", "upstream": { "license": "GPL-2.0-only", @@ -28,7 +28,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php7.4-fpm" ], "arguments": { "install" : [ diff --git a/scripts/_common.sh b/scripts/_common.sh index ef945cd..062b590 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION=7.3 +YNH_PHP_VERSION=7.4 # dependencies used by the app extra_php_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-xml"