mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
Changelog 2.0.5 (#6520)
This commit is contained in:
parent
f1719ed3d2
commit
6ae36825d5
2 changed files with 22 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>2.0.4</Version>
|
||||
<Version>2.0.5</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
21
Changelog.md
21
Changelog.md
|
@ -1,5 +1,26 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.5
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Invoices: Allow admin to see users' invoices (#6517) @dennisreimann
|
||||
* UI: Fix inconsistent responsiveness of labels (#6508, #6501) @dennisreimann
|
||||
* Greenfield: Receipt options from the GetInvoice route were not reflecting the store's settings (#6483) @dennisreimann
|
||||
* Checkout: Fix regression affecting the UI of the SideShift, FixedFloat, and Trocador plugins (#6481) @dennisreimann
|
||||
* Fix several incorrectly generated links when `BTCPAY_ROOTPATH` is used (#6506)
|
||||
|
||||
### Improvements
|
||||
|
||||
* Checkout: Add support link to footer (#6511, #6495) @dennisreimann
|
||||
* Pull Payment: Add "Copy Link" button to the action column (#6516, #6515) @dennisreimann
|
||||
* Greenfield: Remove authorization requirement for PoS data (#6499) @dennisreimann
|
||||
* Greenfield: Resolve store user's image URL @dennisreimann
|
||||
|
||||
### Feature removed
|
||||
|
||||
* Remove the Lightning Balance histogram from the dashboard (too slow on large instances).
|
||||
|
||||
## 2.0.4
|
||||
|
||||
### New features
|
||||
|
|
Loading…
Add table
Reference in a new issue