From 2129f41d15e84b06e8290a0510e16ae1d74d2689 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 4 Sep 2023 19:04:39 +0200 Subject: [PATCH 01/12] Upgrade to v5.7.7 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index cd922bc..30119a2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.7.6~ynh1" +version = "5.7.7~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.6/invoiceninja.zip" - sha256 = "69222a9e6f955288dadab9d349223654a7d49264bbe036bf77bddad717f754d2" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.7/invoiceninja.zip" + sha256 = "f4f2724d476aaa32f87be293e006eaed8a86b1aaecb2f978f1c8a26237426d1e" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From 2e8eac9348ddf01cf70bd057178df4eb3ec4c4e1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 4 Sep 2023 17:04:42 +0000 Subject: [PATCH 02/12] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 060d702..017328c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.7.6~ynh1 +**Shipped version:** 5.7.7~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index e5dd7d3..7695aa6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.7.6~ynh1 +**Version incluse :** 5.7.7~ynh1 **Démo :** https://react.invoicing.co/demo From 566ed976313409e842d7116fb59ec4654be80d0c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 6 Sep 2023 06:16:20 +0200 Subject: [PATCH 03/12] Upgrade to v5.7.9 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 30119a2..e382fed 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.7.7~ynh1" +version = "5.7.9~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.7/invoiceninja.zip" - sha256 = "f4f2724d476aaa32f87be293e006eaed8a86b1aaecb2f978f1c8a26237426d1e" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.9/invoiceninja.zip" + sha256 = "efd228bb6646b3fc95b3788f04041f91f091649beec399acd8ea2613e475b659" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From d9e0056175a069c98a1ff6e28487b7d42b5d5526 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 6 Sep 2023 04:16:23 +0000 Subject: [PATCH 04/12] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 017328c..66f1c4e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.7.7~ynh1 +**Shipped version:** 5.7.9~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index 7695aa6..35a6f71 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.7.7~ynh1 +**Version incluse :** 5.7.9~ynh1 **Démo :** https://react.invoicing.co/demo From ceb4c67accceac7ec8b9378dc2d31225c8b4c321 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Sep 2023 06:16:17 +0200 Subject: [PATCH 05/12] Upgrade to v5.7.10 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e382fed..07d74dc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.7.9~ynh1" +version = "5.7.10~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.9/invoiceninja.zip" - sha256 = "efd228bb6646b3fc95b3788f04041f91f091649beec399acd8ea2613e475b659" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.10/invoiceninja.zip" + sha256 = "6c7a201a0eb8448d49dc395a3080210a25b8c3b6962318f61b0cc6824fa35f7b" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From bc971baef370542a659ce985a188d8f8c47f7d15 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Sep 2023 04:16:19 +0000 Subject: [PATCH 06/12] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66f1c4e..271bca4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.7.9~ynh1 +**Shipped version:** 5.7.10~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index 35a6f71..0eda254 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.7.9~ynh1 +**Version incluse :** 5.7.10~ynh1 **Démo :** https://react.invoicing.co/demo From cd73ec04dd47df76f21f32e28e80120662d61da7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Sep 2023 18:16:08 +0200 Subject: [PATCH 07/12] Upgrade to v5.7.11 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 07d74dc..3b01f03 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.7.10~ynh1" +version = "5.7.11~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.10/invoiceninja.zip" - sha256 = "6c7a201a0eb8448d49dc395a3080210a25b8c3b6962318f61b0cc6824fa35f7b" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.11/invoiceninja.zip" + sha256 = "02d199d0e5088c0b33bc78859707fc84a9142d1321daccc8d85e62cfc6e9aa87" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From 5b510d02a1e280d216cbbf2c15db698524511924 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Sep 2023 16:16:11 +0000 Subject: [PATCH 08/12] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 271bca4..fc60c7f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.7.10~ynh1 +**Shipped version:** 5.7.11~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index 0eda254..468e9bc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.7.10~ynh1 +**Version incluse :** 5.7.11~ynh1 **Démo :** https://react.invoicing.co/demo From 0927640eae9022706b76adfd3fad693c56aab016 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Sep 2023 06:16:17 +0200 Subject: [PATCH 09/12] Upgrade to v5.7.12 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3b01f03..5018a2a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.7.11~ynh1" +version = "5.7.12~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.11/invoiceninja.zip" - sha256 = "02d199d0e5088c0b33bc78859707fc84a9142d1321daccc8d85e62cfc6e9aa87" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.12/invoiceninja.zip" + sha256 = "930442b7e6f82325ea76db902eee2c08db80c20222fcf7217ab45ea3d5f06e42" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From 08d534c2504d512014bfc228ae87a42f287d6738 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 15 Sep 2023 04:16:20 +0000 Subject: [PATCH 10/12] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc60c7f..f66aee3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.7.11~ynh1 +**Shipped version:** 5.7.12~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index 468e9bc..a0948f7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.7.11~ynh1 +**Version incluse :** 5.7.12~ynh1 **Démo :** https://react.invoicing.co/demo From 1512dce8632339160336df04cb6a5e9ec931757a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Sep 2023 06:16:29 +0200 Subject: [PATCH 11/12] Upgrade to v5.7.14 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5018a2a..bfe94ff 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "InvoiceNinja 5" description.en = "Create and email invoices, track payments, expenses, and time tasks" description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" -version = "5.7.12~ynh1" +version = "5.7.14~ynh1" maintainers = ["Sebastian Gumprich"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.12/invoiceninja.zip" - sha256 = "930442b7e6f82325ea76db902eee2c08db80c20222fcf7217ab45ea3d5f06e42" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.14/invoiceninja.zip" + sha256 = "8b2afcfef658b1d4d4b55ce727b198ab6261e330e869d602a43f9c1a34fa3483" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From d61b1a8d7cd8e7fe3c773e34055598d2b176b259 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Sep 2023 04:16:32 +0000 Subject: [PATCH 12/12] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f66aee3..d216377 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Shipped version:** 5.7.12~ynh1 +**Shipped version:** 5.7.14~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index a0948f7..da83fb6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. -**Version incluse :** 5.7.12~ynh1 +**Version incluse :** 5.7.14~ynh1 **Démo :** https://react.invoicing.co/demo