From ba788f5ac830d11c5d7d2a0eecc8fd0c9ec17655 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 30 Oct 2024 16:02:24 +1000 Subject: [PATCH] Update invoice-ninja to v5.10.43 (#1699) --- invoice-ninja/docker-compose.yml | 2 +- invoice-ninja/umbrel-app.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/invoice-ninja/docker-compose.yml b/invoice-ninja/docker-compose.yml index 2fb4599..9e7c671 100644 --- a/invoice-ninja/docker-compose.yml +++ b/invoice-ninja/docker-compose.yml @@ -18,7 +18,7 @@ services: - app app: - image: invoiceninja/invoiceninja:5.10.42@sha256:cc79cc97ed75b64be5c07048e25e68e41e9ea5398ad44cdd55a411d5cc7c2e6f + image: invoiceninja/invoiceninja:5.10.43@sha256:8af684a37856df8a48a2910e64aad9c180f7a5a9c81301dab9fc85e3564293e9 # We're forced to run user/group 1500 # More detail here: https://github.com/invoiceninja/dockerfiles/blob/ad3ffc227d63740330f761dad6e8c87768577847/alpine/5/Dockerfile#L70-L80 user: "1500:1500" diff --git a/invoice-ninja/umbrel-app.yml b/invoice-ninja/umbrel-app.yml index 65b2017..2023c50 100644 --- a/invoice-ninja/umbrel-app.yml +++ b/invoice-ninja/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: invoice-ninja category: finance name: Invoice Ninja -version: "5.10.42" +version: "5.10.43" tagline: We'll help with the invoicing description: >- Invoicing, Quotes, Expenses, Tasks. @@ -21,7 +21,11 @@ gallery: - 3.jpg path: '' releaseNotes: >- - This release includes fixes for credit sent events and other improvements. + This release includes improvements to PDF generation and e-invoicing: + - Fixed PDF generation with Projects + - Added PEPPOL e-invoicing support + - Improved task time logging + - Updated translations Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases.