diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index 8e2393489..abb417a62 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.7.9 (02-06-2022) +- Update to latest version from firefly-iii/firefly-iii + ## 5.7.6 (19-05-2022) - Update to latest version from firefly-iii/firefly-iii diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index b9b718331..c43d318cb 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -28,12 +28,12 @@ FROM fireflyiii/core:latest # # Change data location # grep -rl "/var/www/html" /etc/ | xargs sed -i 's|/var/www/html|/data/firefly|g' -ARG BUILD_UPSTREAM="5.7.6" +ARG BUILD_UPSTREAM="5.7.9" RUN \ ################# # Fix for 5.7.5 # ################# - if [ "$BUILD_UPSTREAM" = "5.7.6" ] ; then \ + if [ "$BUILD_UPSTREAM" = "5.7.9" ] ; then \ sed -i "s|, \$transaction\[\x27amount\x27\] ?? \x270\x27);|, (string)(\$transaction\[\x27amount\x27\] ?? \x270\x27));|g" /var/www/html/app/Helpers/Collector/GroupCollector.php; else echo "not 5.7.5"; fi ################## diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 351feab70..3f82fd259 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -45,6 +45,6 @@ ], "slug": "fireflyiii", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.7.6", + "version": "5.7.9", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 9a385a074..7244375a7 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-05-2022", + "last_update": "02-06-2022", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "5.7.6" + "upstream_version": "5.7.9" }