diff --git a/README.md b/README.md index 709dd07..1de37b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-# Firefly III v4.7.8 for YunoHost +# Firefly III v4.7.9 for YunoHost [![Integration level](https://dash.yunohost.org/integration/Firefly-III.svg)](https://ci-apps.yunohost.org/jenkins/job/firefly-iii%20%28Community%29/lastBuild/consoleFull) diff --git a/conf/.env b/conf/.env index d8cdf12..0ded2a5 100644 --- a/conf/.env +++ b/conf/.env @@ -27,8 +27,8 @@ TRUSTED_PROXIES= # The log channel defines where your log entries go to. # 'daily' is the default logging mode giving you 5 daily rotated log files in /storage/logs/. # Several other options exist. You can use 'single' for one big fat error log (not recommended). -# Also available are 'syslog' and 'errorlog' which will log to the system itself. -APP_LOG=daily +# Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself. +LOG_CHANNEL=daily # Log level. You can set this from least severe to most severe: # debug, info, notice, warning, error, critical, alert, emergency @@ -147,6 +147,10 @@ WINDOWS_SSO_KEY=AUTH_USER # field to sync as local username. ADLDAP_SYNC_FIELD=userprincipalname +# You can disable the X-Frame-Options header if it interfears with tools like +# Organizr. This is at your own risk. +DISABLE_FRAME_HEADER=false + # Leave the following configuration vars as is. # Unless you like to tinker and know what you're doing. APP_NAME=FireflyIII @@ -167,3 +171,4 @@ IS_DOCKER=false IS_SANDSTORM=false IS_HEROKU=false BUNQ_USE_SANDBOX=false +FFIII_LAYOUT=v1 diff --git a/conf/app.src b/conf/app.src index 44dee3a..fb563bf 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/4.7.8.tar.gz -SOURCE_SUM=01e4a2ed6286afc44a98f85588dcb5f96f68ba82e6c3c482b924f23332ed289a +SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/4.7.9.tar.gz +SOURCE_SUM=7b57a8af0bfcb5c38534cf31944f465ce60348a4a20f93986647235dffe76569 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d2b45b2..7d05ca5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Firefly III is a self-hosted financial manager.", "fr": "Firefly III est un gestionnaire de finances personnelles." }, - "version": "4.7.8", + "version": "4.7.9", "url": "https://firefly-iii.org/", "license": "GPL v3", "maintainer": {