Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
6 deletions
-
invoice-ninja/docker-compose.yml
-
invoice-ninja/umbrel-app.yml
|
|
@ -18,7 +18,7 @@ services: |
|
|
|
- app |
|
|
|
|
|
|
|
app: |
|
|
|
image: invoiceninja/invoiceninja:5.10.24@sha256:e155ce3cd7cc61195b3e83a048db80432bdb49281df27174c0abbff31fdbbd3a |
|
|
|
image: invoiceninja/invoiceninja:5.10.26@sha256:1fa44e4eb263e714fd360742266c4a4ac4d3ec56e568d1cf1c237b9d3748347a |
|
|
|
# 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" |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
|
id: invoice-ninja |
|
|
|
category: finance |
|
|
|
name: Invoice Ninja |
|
|
|
version: "5.10.24" |
|
|
|
version: "5.10.26" |
|
|
|
tagline: We'll help with the invoicing |
|
|
|
description: >- |
|
|
|
Invoicing, Quotes, Expenses, Tasks. |
|
|
@ -21,11 +21,15 @@ gallery: |
|
|
|
- 3.jpg |
|
|
|
path: '' |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several improvements and fixes: |
|
|
|
- Cache busting for react after self-update |
|
|
|
- Fixes for $0 subscriptions |
|
|
|
- Added auth guard for activity records |
|
|
|
What’s Changed: |
|
|
|
|
|
|
|
- Fixed issues with ZUGFeRD and inter-EU tax rules. |
|
|
|
- Updated translations. |
|
|
|
- Corrected tax calculations for recurring invoices. |
|
|
|
- Added Purchase Order Accept Webhook. |
|
|
|
- Introduced QuickBooks import feature. |
|
|
|
- Added YunoHost as a self-hosted option. |
|
|
|
- Fixed custom fields with switches to ensure proper output (yes/no). |
|
|
|
|
|
|
|
Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases. |
|
|
|
deterministicPassword: true |
|
|
|