Update btcpayserver to 1.11.7 (#832)

This commit is contained in:
Nathan Fretz 2023-11-10 21:41:16 -08:00 committed by GitHub
parent 22ab8a3b5c
commit 453fc00474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 11 deletions

View File

@ -31,7 +31,7 @@ services:
NBXPLORER_BTCHASTXINDEX: 1
web:
image: btcpayserver/btcpayserver:1.11.6@sha256:34f9ee7c5d696a1960868b6abfdd197891c9044942e98d0dc9247365be75f2dc
image: btcpayserver/btcpayserver:1.11.7@sha256:d0f99f3cff11be006a29e74e41c0c086bdcbc7ef2ddf457764b8c5fbb4b469e2
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server
category: bitcoin
name: BTCPay Server
version: "1.11.6"
version: "1.11.7"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >-
BTCPay Server is a payment processor that allows you to receive
@ -34,16 +34,15 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
Upgrading from version 1.11.4 to 1.11.6 introduces important updates especially beneficial for
servers with high user traffic, mitigating potential server crash issues and enhancing user
interface and experience across the platform. Alongside numerous bug fixes, this update
brings improvements such as refined receipt info display and currency rate recommendations.
New features and improvements from version 1.11.5, including the addition of payout reports,
custom label deletion in wallets, and enhanced dashboard and login functionalities, are
integrated. Update is recommended to leverage these enhancements and ensure system stability.
This release includes various bug fixes and improvements, as well as the following new features:
- Scan QR codes for destination/address when claiming funds.
- Ability to delete a user by email
- New checkout settings
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases.
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353