From b9031bd055d0fd9993060036e5272610d5e8d971 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Jan 2024 17:16:45 +0100 Subject: [PATCH 1/5] Upgrade to v5.8.9 Changelog: https://github.com/invoiceninja/invoiceninja/releases/tag/v5.8.9 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 01bd6eb..bef8dc7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.8.2~ynh1" +version = "5.8.9~ynh1" maintainers = ["Sebastian Gumprich"] @@ -58,8 +58,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.2/invoiceninja.zip" - sha256 = "baf7e6ab080149a2793e8ddead1fefa3fff3cf0b24f5ab280088d39bb6c55d6f" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.9/invoiceninja.zip" + sha256 = "67b27ed3c15fcaf1d13386b25b6e52172d7660f1ad6ea6d71cb6028248ded501" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From 8ff3361d0d7f3429f3d494c38ad3cf18926ae073 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Jan 2024 16:16:48 +0000 Subject: [PATCH 2/5] 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 aa07071..11c468c 100644 --- a/README.md +++ b/README.md @@ -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.8.2~ynh1 +**Shipped version:** 5.8.9~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index 5d8b987..16d7262 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez 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.8.2~ynh1 +**Version incluse :** 5.8.9~ynh1 **Démo :** https://react.invoicing.co/demo From 8777d49e3ad713232851db370eb6af32b7fa1fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:09:32 +0100 Subject: [PATCH 3/5] fix URL --- doc/POST_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index fa4a2d9..f5e1c27 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,4 +1,4 @@ -Please open your __APP__ domain: https://__DOMAIN____PATH_URL__ +Please open your __APP__ domain: https://__DOMAIN____PATH__ The username is the administrator's email address The password is the administrator one you filled during the installation From dc46095fbfe4937501ab5fdbf328aff018f61249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:13:15 +0100 Subject: [PATCH 4/5] Add french --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 ++ doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 1 + doc/POST_INSTALL.md | 2 +- doc/POST_INSTALL_fr.md | 7 +++++++ 6 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 doc/ADMIN_fr.md create mode 100644 doc/DESCRIPTION_fr.md create mode 100644 doc/POST_INSTALL_fr.md diff --git a/doc/ADMIN.md b/doc/ADMIN.md index c93ed8e..4f4292c 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,2 +1,2 @@ -* The first user gets created after installing Invoice Ninja. The email-address is the one of your administrator user of the app. The password is the administration password you provided while installing. +* The first user gets created after installing InvoiceNinja. The email-address is the one of your administrator user of the app. The password is the administration password you provided while installing. * Other users can be created from inside the application diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..6336bbe --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,2 @@ +* Le premier utilisateur est créé après l'installation d'InvoiceNinja. L'adresse e-mail est celle de votre utilisateur administrateur de l'application. Le mot de passe est le mot de passe d'administration que vous avez fourni lors de l'installation. +* D'autres utilisateurs peuvent être créés depuis l'application \ No newline at end of file diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index dc3eb83..b1a93d3 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -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. +Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..564a62a --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index f5e1c27..0abd9e5 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -4,4 +4,4 @@ The username is the administrator's email address The password is the administrator one you filled during the installation The secret is: __API_SECRET__ -Please note that if you did NOT install the application in public mode, you should go to the Yunohost login portal first to authenticate yourself in order to access to the application. +Please note that if you did NOT install the application in public mode, you should go to the YunoHost login portal first to authenticate yourself in order to access to the application. diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..b784199 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1,7 @@ +Veuillez ouvrir votre domaine __APP__ : https://__DOMAIN____PATH__ + +Le nom d'utilisateur est l'adresse email de l'administrateur +Le mot de passe est celui de l'administrateur que vous avez renseigné lors de l'installation +Le secret est : __API_SECRET__ + +Veuillez noter que si vous n'avez PAS installé l'application en mode public, vous devez d'abord vous rendre sur le portail de connexion YunoHost pour vous authentifier afin d'accéder à l'application. \ No newline at end of file From 9cbd38a8270d370cd8a43531e33853a4d66dab00 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Jan 2024 21:13:22 +0000 Subject: [PATCH 5/5] 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 11c468c..8004cf9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -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. +Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients. **Shipped version:** 5.8.9~ynh1 diff --git a/README_fr.md b/README_fr.md index 16d7262..8c3ea44 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,7 +16,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -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. +Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients. **Version incluse :** 5.8.9~ynh1