From 181f2b0bc945317b6ae6b738e6e2a895bf1f67d7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Jul 2023 20:16:12 +0200 Subject: [PATCH 01/12] 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 2ec025fd5ac032c8a682199f1fb4fee73565cc0f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Jul 2023 18:16:15 +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 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 cc81e79821ff4e1053f58b32d460b3dcd526ba68 Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:44:08 +0200 Subject: [PATCH 03/12] Update README.md with new demo website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b202fa4..817d4be 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Shipped version:** 5.6.19~ynh1 -**Demo:** https://app.invoiceninja.com/dashboard +**Demo:** [https://demo.invoiceninja.com](https://demo.invoiceninja.com) ## Screenshots From 6694f3111f263e759fb82d70617b007cefc24c16 Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:50:19 +0200 Subject: [PATCH 04/12] Update README_fr.md with new demo website --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index d10ad22..87a74b3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Version incluse :** 5.6.19~ynh1 -**Démo :** https://app.invoiceninja.com/dashboard +**Démo :** [https://demo.invoiceninja.com](https://demo.invoiceninja.com) ## Captures d’écran @@ -48,4 +48,4 @@ ou sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From 360d7ca417f28ed34b77f7e02e34e4c779e818bf Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:08:28 +0200 Subject: [PATCH 05/12] Update manifest.toml with new demo website --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 91db092..edbc99f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,7 @@ maintainers = ["Sebastian Gumprich"] [upstream] license = "Elastic-2.0" website = "https://invoiceninja.org" -demo = "https://app.invoiceninja.com/dashboard" +demo = "https://react.invoicing.co/dashboard" admindoc = "https://invoiceninja.github.io/" userdoc = "https://invoiceninja.github.io/" code = "https://github.com/invoiceninja/invoiceninja" From e3ce4ba24c0b012dbf61d49b2b8539397c70e242 Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:09:16 +0200 Subject: [PATCH 06/12] Update README.md with new demo website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817d4be..e097dec 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Shipped version:** 5.6.19~ynh1 -**Demo:** [https://demo.invoiceninja.com](https://demo.invoiceninja.com) +**Demo:** [https://react.invoicing.co/dashboard](https://react.invoicing.co/dashboard) ## Screenshots From 2e80a30a9684432a8537ab6e4195ef22465c4d48 Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:09:55 +0200 Subject: [PATCH 07/12] Update README_fr.md with new demo website --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 87a74b3..dea6c3d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Version incluse :** 5.6.19~ynh1 -**Démo :** [https://demo.invoiceninja.com](https://demo.invoiceninja.com) +**Démo :** [https://react.invoicing.co/dashboard](https://react.invoicing.co/dashboard) ## Captures d’écran From 7b286953dd0c0dd4305b6b7115f1bb2c802af4da Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:14:18 +0200 Subject: [PATCH 08/12] Add dependencies for snappdf cf. https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues/126#issue-1808254163 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 91db092..bd8d83e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -69,7 +69,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server php8.2-bcmath php8.2-gmp php8.2-fileinfo php8.2-gd php8.2-mbstring php8.2-pdo php8.2-xml php8.2-curl php8.2-zip php8.2-mysql libnss3-dev libatk1.0-0 libatk-bridge2.0-0 libxcomposite1 libxrandr2 libasound2" + packages = "mariadb-server php8.2-bcmath php8.2-gmp php8.2-fileinfo php8.2-gd php8.2-mbstring php8.2-pdo php8.2-xml php8.2-curl php8.2-zip php8.2-mysql libnss3-dev libatk1.0-0 libatk-bridge2.0-0 libxcomposite1 libxrandr2 libasound2 libcups2 libdrm2 libxkbcommon0 libxdamage1 libxfixes3 libgbm1 libpango-1.0-0 libcairo2" [resources.database] type = "mysql" From c5df1fa505c8a06b35f94336acfabbe4401b8d7c Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:32:17 +0200 Subject: [PATCH 09/12] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index edbc99f..9ba010e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,7 @@ maintainers = ["Sebastian Gumprich"] [upstream] license = "Elastic-2.0" website = "https://invoiceninja.org" -demo = "https://react.invoicing.co/dashboard" +demo = "https://react.invoicing.co/demo" admindoc = "https://invoiceninja.github.io/" userdoc = "https://invoiceninja.github.io/" code = "https://github.com/invoiceninja/invoiceninja" From 3710eb96519ec657573c89f2c5d452934019a3db Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:37:15 +0200 Subject: [PATCH 10/12] Update README_fr.md with new demo website --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index dea6c3d..ce91a2b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Version incluse :** 5.6.19~ynh1 -**Démo :** [https://react.invoicing.co/dashboard](https://react.invoicing.co/dashboard) +**Démo :** [https://react.invoicing.co/demo](https://react.invoicing.co/demo) ## Captures d’écran From 48275e07d7946977d497465df3baec472dc09b9b Mon Sep 17 00:00:00 2001 From: Dazeilad <64801705+Dazeilad@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:38:23 +0200 Subject: [PATCH 11/12] Update README.md with new demo website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e097dec..ec46e65 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Shipped version:** 5.6.19~ynh1 -**Demo:** [https://react.invoicing.co/dashboard](https://react.invoicing.co/dashboard) +**Demo:** [https://react.invoicing.co/demo](https://react.invoicing.co/demo) ## Screenshots From 4869e2ad13c6f257a0cee320ec625c5e03e6b8c9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 23 Jul 2023 05:27:17 +0000 Subject: [PATCH 12/12] Auto-update README --- README.md | 2 +- README_fr.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec46e65..a27be3d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Shipped version:** 5.6.19~ynh1 -**Demo:** [https://react.invoicing.co/demo](https://react.invoicing.co/demo) +**Demo:** https://react.invoicing.co/demo ## Screenshots diff --git a/README_fr.md b/README_fr.md index ce91a2b..280fc4a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai **Version incluse :** 5.6.19~ynh1 -**Démo :** [https://react.invoicing.co/demo](https://react.invoicing.co/demo) +**Démo :** https://react.invoicing.co/demo ## Captures d’écran @@ -48,4 +48,4 @@ ou sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file