diff --git a/conf/app.src b/conf/app.src index 97182fc..c183a9b 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.1.2/4.1.2.zip -SOURCE_SUM=50c978301ef8d2ab9aab4ef60e0692667b72fcfd233d431c083e6422cf1778eb +SOURCE_URL=https://github.com/mautic/mautic/releases/download/4.2.0/4.2.0.zip +SOURCE_SUM=9f087e3c889381cc4abbcf080abd3379986d378b5c2461f01d172d31a5d14a5d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/nginx.conf b/conf/nginx.conf index d8ad16b..dd3a965 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -34,7 +34,7 @@ location __PATH__/ { gzip off; default_type "image/gif"; more_set_headers "Access-Control-Allow-Origin: *"; - try_files $uri /index.php?$args; + try_files $uri __PATH__/index.php; } # Mautic tracking code diff --git a/manifest.json b/manifest.json index b33b30d..f62dfe5 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open Source Marketing Automation Software", "fr": "Logiciel d'automatisation marketing open source" }, - "version": "4.1.2~ynh1", + "version": "4.2.0~ynh1", "url": "https://www.mautic.org/", "upstream": { "license": "GPL-3.0-only", @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php7.4-fpm", "mysql" ], "arguments": {