From d746d11c2c524ff83d2f823a6376910e6f3539ed Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 17 Jul 2023 20:16:27 +0200 Subject: [PATCH 1/6] Upgrade to v5.6.19 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a18d25d..91db092 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.6.18~ynh1" +version = "5.6.19~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.6.18/invoiceninja.zip" - sha256 = "c40297e84777a739a29101e46b78918f8413d6ef903316d54f614b40a6b096f7" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.19/invoiceninja.zip" + sha256 = "798d6dce6c2a044ccb51f657ede865fb80f3ba40313badd6d104a5fcb93a1460" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From 3d94d9d4b27460d71a7cb42c27b363cc893c8a56 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 17 Jul 2023 18:16:30 +0000 Subject: [PATCH 2/6] 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 3c35132..b202fa4 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.6.18~ynh1 +**Shipped version:** 5.6.19~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index df3e05b..d10ad22 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.6.18~ynh1 +**Version incluse :** 5.6.19~ynh1 **Démo :** https://app.invoiceninja.com/dashboard From 31b26635fde66be15decca601c45b693abb16bff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Jul 2023 20:16:19 +0200 Subject: [PATCH 3/6] Upgrade to v5.6.20 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 91db092..6a5d090 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.6.19~ynh1" +version = "5.6.20~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.6.19/invoiceninja.zip" - sha256 = "798d6dce6c2a044ccb51f657ede865fb80f3ba40313badd6d104a5fcb93a1460" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.20/invoiceninja.zip" + sha256 = "773b9e702bb2612d9233667851205fe5261aa4b641e7a9b944a500e332c90115" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From 56a3ce63ba3ebac7b0a817ad5bec757b71817a83 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 22 Jul 2023 18:16:22 +0000 Subject: [PATCH 4/6] 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 b202fa4..2299c01 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.6.19~ynh1 +**Shipped version:** 5.6.20~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index d10ad22..4ba20ec 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.6.19~ynh1 +**Version incluse :** 5.6.20~ynh1 **Démo :** https://app.invoiceninja.com/dashboard From 882aed0cad4b8187da245beed499cfcbf4b46685 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 23 Jul 2023 20:16:25 +0200 Subject: [PATCH 5/6] Upgrade to v5.6.21 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6a5d090..8f5b802 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.6.20~ynh1" +version = "5.6.21~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.6.20/invoiceninja.zip" - sha256 = "773b9e702bb2612d9233667851205fe5261aa4b641e7a9b944a500e332c90115" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.6.21/invoiceninja.zip" + sha256 = "7f4d0822899633bd383393c7a580215d91aa4df850b1ee0b986d615aa5ddefcd" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From dfa975376e9c2a951aa13a1b70f762c957d80e74 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 23 Jul 2023 18:16:28 +0000 Subject: [PATCH 6/6] 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 2299c01..46385ab 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.6.20~ynh1 +**Shipped version:** 5.6.21~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 4ba20ec..ef04454 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.6.20~ynh1 +**Version incluse :** 5.6.21~ynh1 **Démo :** https://app.invoiceninja.com/dashboard