mirror of
https://github.com/YunoHost-Apps/mautic_ynh.git
synced 2024-09-03 19:36:26 +02:00
4.2
This commit is contained in:
parent
135b7be12e
commit
8de4597523
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue