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 #169 from YunoHost-Apps/testing

Testing
This commit is contained in:
Sebastian Gumprich 2023-10-26 18:37:31 +02:00 committed by GitHub
commit 146ce433e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View file

@ -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.7.22~ynh1
**Shipped version:** 5.7.33~ynh1
**Demo:** https://react.invoicing.co/demo
@ -33,7 +33,6 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai
* Official user documentation: <https://invoiceninja.github.io/>
* Official admin documentation: <https://invoiceninja.github.io/>
* Upstream app code repository: <https://github.com/invoiceninja/invoiceninja>
* YunoHost documentation for this app: <https://yunohost.org/app_invoiceninja5>
* Report a bug: <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
## Developer info

View file

@ -19,7 +19,7 @@ Si vous navez 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.7.22~ynh1
**Version incluse :** 5.7.33~ynh1
**Démo :** https://react.invoicing.co/demo
@ -33,7 +33,6 @@ Invoice Ninja is the the leading self-hosted invoicing platform to create & emai
* Documentation officielle utilisateur : <https://invoiceninja.github.io/>
* Documentation officielle de ladmin : <https://invoiceninja.github.io/>
* Dépôt de code officiel de lapp : <https://github.com/invoiceninja/invoiceninja>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_invoiceninja5>
* Signaler un bug : <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
## Informations pour les développeurs

View file

@ -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.7.22~ynh1"
version = "5.7.33~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.7.22/invoiceninja.zip"
sha256 = "ee44b87b9d06351da2bf7e9df17729599bf715d76cf3f74fe5042eb9ddef0d64"
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.33/invoiceninja.zip"
sha256 = "d43441cdbcdfa304498bb236e232dafe1883240bbd548245451deaa5c2abea22"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "invoiceninja.zip"