From 40107201c59ba7385891469cf2d6ed3d665d5e0e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Dec 2023 17:17:47 +0100 Subject: [PATCH 1/3] Upgrade to v5.7.63 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 60db224..597bc08 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.7.62~ynh1" +version = "5.7.63~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.7.62/invoiceninja.zip" - sha256 = "297284540f4e287411143d72d545635dfab5e6886db354197d544b4624ef5bd7" + url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.7.63/invoiceninja.zip" + sha256 = "6d848e0df95d51d13ef8a2054d4f24d349866746e5378f9caf763662ef58620f" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "invoiceninja.zip" From ed1e933896a84936696ef21a4e68531221cc3b92 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Dec 2023 16:17:50 +0000 Subject: [PATCH 2/3] 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 8da5bb7..72d59e7 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.7.62~ynh1 +**Shipped version:** 5.7.63~ynh1 **Demo:** https://react.invoicing.co/demo diff --git a/README_fr.md b/README_fr.md index f65423f..6a9de1a 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.7.62~ynh1 +**Version incluse :** 5.7.63~ynh1 **Démo :** https://react.invoicing.co/demo From 031949a28a49701558316464d6c695f6585e2b3b Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:55:02 +0100 Subject: [PATCH 3/3] Update nginx.conf --- conf/nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 047383d..1c8770d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -52,12 +52,6 @@ location ^~ __PATH__/ { access_log off; } - location ~* \.(?:png|html|ttf|ico|jpg|jpeg|bcmap)$ { - try_files $uri __INSTALL_DIR__/public/index.php$request_uri; - # Optional: Don't log access to other assets - access_log off; - } - # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; }