1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

Merge pull request #13 from YunoHost-Apps/master

Backmerge to testing
This commit is contained in:
Sebastian Gumprich 2022-03-24 10:34:27 +01:00 committed by GitHub
commit 79dec02050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 18 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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",