Nathan Fretz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
13 deletions
-
invoice-ninja/docker-compose.yml
-
invoice-ninja/umbrel-app.yml
|
|
@ -18,7 +18,7 @@ services: |
|
|
|
- app |
|
|
|
|
|
|
|
app: |
|
|
|
image: invoiceninja/invoiceninja:5.10.28@sha256:aa59f37820c975a2bdee35ce9a970f8f21b78d136bda3607c05af4bc08da5f5e |
|
|
|
image: invoiceninja/invoiceninja:5.10.29@sha256:1db8adbfaf51fc9862103109be7637a0a9d281c5b9e8a4db548918343f77b78e |
|
|
|
# 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.28" |
|
|
|
version: "5.10.29" |
|
|
|
tagline: We'll help with the invoicing |
|
|
|
description: >- |
|
|
|
Invoicing, Quotes, Expenses, Tasks. |
|
|
@ -21,17 +21,7 @@ gallery: |
|
|
|
- 3.jpg |
|
|
|
path: '' |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several improvements and fixes: |
|
|
|
|
|
|
|
- Improved purchase order design preview |
|
|
|
- Added customization for Payment Failed Email Template |
|
|
|
- Fixed issues with GoCardless Instant Bank Payment |
|
|
|
- Updated Forte CSG integration |
|
|
|
- Enhanced e-invoice payment means code validation |
|
|
|
- Implemented new payment flow |
|
|
|
- Added feature for inbound email expenses and Mindee OCR |
|
|
|
- Introduced CBA Powerboard Payment Driver |
|
|
|
- Added Blockonomics BTC Payment Driver |
|
|
|
This is a small bugfix release. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases. |
|
|
|