Update BTCPay Server to 1.9.2 (#519)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
jimSuleymanBr 2023-05-04 18:26:02 -04:00 committed by GitHub
parent 2a919c88f7
commit 0fc4bb834a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 36 deletions

View File

@ -31,7 +31,7 @@ services:
NBXPLORER_BTCHASTXINDEX: 1
web:
image: btcpayserver/btcpayserver:1.7.12@sha256:62f32b2904a58158235906b97813e9e31ac4068ae50786a57e0ecf48180ef215
image: btcpayserver/btcpayserver:1.9.2@sha256:efa1245100cf5ec90e56e0ab216995885074357dce4817d362f2d02fd47c9048
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server
category: Finance
name: BTCPay Server
version: "1.7.12"
version: "1.9.2"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >-
BTCPay Server is a payment processor that allows you to receive
@ -34,40 +34,11 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
Updates BTCPay Server from version 1.7.5 to 1.7.12.
This update from version 1.7.12 to 1.9.2 includes a range of new features, including customizable checkout forms and invoice metadata, store branding options,
a redesigned Point of Sale keypad view, improved Point of Sale receipt, and more!
A full list of new features, improvements, and bug fixes
for versions between 1.7.5 and 1.7.12 can be found here: https://github.com/btcpayserver/btcpayserver/releases.
Version 1.7.12 release notes:
Update recommended for shared instances.
Bug fixes
- Fix second order XSS: Harden file type input (#4635) @NicolasDorier
- UI: The standalone confirmation modal design was broken @dennisreimann
- Fix: Setting the password of a new created user via API shouldn't be required (#4534, #4647) @NicolasDorier
- Fix: If user get locked out, unlocking or deleting user fails (#4641, #4644) @NicolasDorier
- Fix: Migrating from SQLite was crashing in some conditions (#4623) @NicolasDorier
- Fix: Unable to Edit amount when cloning paid Payment Request (#4639) @NicolasDorier
- Webhook: Add missing model validation (#4636) @dennisreimann
- Checkout v2: Fix automatic redirect after paid (#4633) @dennisreimann
Improvement
- Preferred paging count is saved into user preferences cookie (#4637) @dennisreimann
- Fix typo in error message when vault is opening a wallet from the wrong chain (#4640) @eltociear
for versions between 1.7.12 and 1.9.2 can be found here: https://github.com/btcpayserver/btcpayserver/releases.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353