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 NBXPLORER_BTCHASTXINDEX: 1
web: web:
image: btcpayserver/btcpayserver:1.11.6@sha256:34f9ee7c5d696a1960868b6abfdd197891c9044942e98d0dc9247365be75f2dc image: btcpayserver/btcpayserver:1.11.7@sha256:d0f99f3cff11be006a29e74e41c0c086bdcbc7ef2ddf457764b8c5fbb4b469e2
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server id: btcpay-server
category: bitcoin category: bitcoin
name: BTCPay Server name: BTCPay Server
version: "1.11.6" version: "1.11.7"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >- description: >-
BTCPay Server is a payment processor that allows you to receive BTCPay Server is a payment processor that allows you to receive
@ -34,16 +34,15 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
Upgrading from version 1.11.4 to 1.11.6 introduces important updates especially beneficial for This release includes various bug fixes and improvements, as well as the following new features:
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 - Scan QR codes for destination/address when claiming funds.
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, - Ability to delete a user by email
custom label deletion in wallets, and enhanced dashboard and login functionalities, are
integrated. Update is recommended to leverage these enhancements and ensure system stability. - New checkout settings
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7.
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases.
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353 submission: https://github.com/getumbrel/umbrel/pull/353