diff --git a/README.md b/README.md index cb684b7..0529ca0 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 @@ -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/README_fr.md b/README_fr.md index 6d4043e..c3699cc 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 @@ -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. 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/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. 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",