From 954fd14ba75d86fd5235373d6b8657aa25a312f6 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 20 Feb 2022 13:15:09 +0100 Subject: [PATCH 1/4] Update to 5.3.60 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index a41b64c..59e1e34 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.3.56/invoiceninja.zip -SOURCE_SUM=fefe67d5ff8839f761aa9526486ba55b3a51945d840d86c32f5de2b04720d965 +SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.3.60/invoiceninja.zip +SOURCE_SUM=7c1fc193a6bcca35a6af684694418836baec8e16049fd251ff68837a0d6ce4d2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 870590b..a6f96bb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create and email invoices, track payments, expenses, and time tasks", "fr": "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" }, - "version": "5.3.56~ynh1", + "version": "5.3.60~ynh1", "url": "https://invoiceninja.org", "upstream": { "license": "Elastic-2.0", From f8d8d4ca3ee5b0424e0041ac7666e77c19ffb00d Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 20 Feb 2022 12:15:19 +0000 Subject: [PATCH 2/4] 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 cb684b7..8585d13 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Create and email invoices, track payments, expenses, and time tasks -**Shipped version:** 5.3.56~ynh1 +**Shipped version:** 5.3.60~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 6d4043e..94904f9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires -**Version incluse :** 5.3.56~ynh1 +**Version incluse :** 5.3.60~ynh1 **Démo :** https://app.invoiceninja.com/dashboard From ada9ad86397a81fd4bd01a2b6a4c86692a3507cd Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Tue, 22 Mar 2022 13:48:18 +0100 Subject: [PATCH 3/4] make mails work --- README.md | 5 +---- conf/default.env | 2 +- doc/DISCLAIMER.md | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8585d13..0529ca0 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,7 @@ Create and email invoices, track payments, expenses, and time tasks ### Warning -This is the new version of InvoiceNinja. There are several things not working at the moment: - -* installation into a sub-directory -* sending mails +This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible. 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. diff --git a/conf/default.env b/conf/default.env index c5210f1..7cd8fb4 100644 --- a/conf/default.env +++ b/conf/default.env @@ -16,7 +16,7 @@ DB_USERNAME=__DB_NAME__ DB_PASSWORD=__DB_PWD__ DB_PORT=3306 -MAIL_MAILER=smtp +MAIL_MAILER=sendmail MAIL_HOST=localhost MAIL_PORT=25 MAIL_USERNAME=null diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index d2f61f2..d446056 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,9 +1,6 @@ ### Warning -This is the new version of InvoiceNinja. There are several things not working at the moment: - -* installation into a sub-directory -* sending mails +This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible. 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. From 6cf813a5fd18b4593a2e549d611fbebd5b277e63 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 22 Mar 2022 12:48:26 +0000 Subject: [PATCH 4/4] Auto-update README --- README_fr.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README_fr.md b/README_fr.md index 94904f9..c3699cc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,10 +25,7 @@ Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses e ### Warning -This is the new version of InvoiceNinja. There are several things not working at the moment: - -* installation into a sub-directory -* sending mails +This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible. 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.