diff --git a/README.md b/README.md index 3b2fb05..2f81905 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.5.14~ynh1 +**Shipped version:** 5.5.24~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 832797b..32b2a90 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,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.5.14~ynh1 +**Version incluse :** 5.5.24~ynh1 **Démo :** https://app.invoiceninja.com/dashboard diff --git a/conf/app.src b/conf/app.src index accd329..3102b18 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.14/invoiceninja.zip -SOURCE_SUM=488b964f470751b1d03cde1815cc32cb1658ee5edc9ef6773b79ec97711ad635 +SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.24/invoiceninja.zip +SOURCE_SUM=adc6ec7203bc97278edf855eb6599b1edda084b5535383b85308a78a914054fe SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/default.env b/conf/default.env index 7cd8fb4..23d41b0 100644 --- a/conf/default.env +++ b/conf/default.env @@ -16,6 +16,9 @@ DB_USERNAME=__DB_NAME__ DB_PASSWORD=__DB_PWD__ DB_PORT=3306 +# https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps +QUEUE_CONNECTION=database + MAIL_MAILER=sendmail MAIL_HOST=localhost MAIL_PORT=25 diff --git a/manifest.json b/manifest.json index 142a610..1440007 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.5.14~ynh1", + "version": "5.5.24~ynh1", "url": "https://invoiceninja.org", "upstream": { "license": "Elastic-2.0",