diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..cb9d483 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -46,4 +46,5 @@ jobs: title: 'Upgrade to version ${{ env.VERSION }}' body: | Upgrade to v${{ env.VERSION }} + [See upstream release page](https://github.com/${{ env.REPO }}/releases/tag/${{ env.VERSION }}) draft: false diff --git a/README.md b/README.md index 9e8e685..a899208 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Firefly III should give you insight into and control over your finances. Money s But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me. -**Shipped version:** 5.7.9~ynh2 +**Shipped version:** 5.7.10~ynh1 **Demo:** https://demo.firefly-iii.org/login diff --git a/README_fr.md b/README_fr.md index f97675c..01996df 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ Firefly III should give you insight into and control over your finances. Money s But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having money, not having money, paying bills with money, you get the idea. But no more. I want to feel "safe", whatever my balance is. And I hope this tool can help you. I know it helps me. -**Version incluse :** 5.7.9~ynh2 +**Version incluse :** 5.7.10~ynh1 **Démo :** https://demo.firefly-iii.org/login diff --git a/conf/app.src b/conf/app.src index 81b16f9..c9907b9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,6 @@ -SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.9.tar.gz -SOURCE_SUM=51521BDFE1AC6BA8C1A2ADE98C071791E8313A1DBDB227741948072E20640D13 +SOURCE_URL=https://github.com/firefly-iii/firefly-iii/archive/refs/tags/5.7.10.tar.gz +SOURCE_SUM=8ac03a6fbdfc5010b85b8cac996603b83eba624ec59ef18074b800764e75afbc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true +SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index dc9eced..436a635 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted financial manager", "fr": "Gestionnaire de finances personnelles" }, - "version": "5.7.9~ynh2", + "version": "5.7.10~ynh1", "url": "https://firefly-iii.org/", "upstream": { "license": "GPL-3.0-or-later", @@ -44,8 +44,8 @@ { "name": "is_public", "type": "boolean", - "help": { - "en": "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", + "help": { + "en": "If enabled, firefly-iii will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, firefly-iii sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true @@ -57,7 +57,15 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pt_PT"], + "choices": [ + "de_DE", + "en_US", + "es_ES", + "fr_FR", + "it_IT", + "nl_NL", + "pt_PT" + ], "default": "fr_FR" }, {