mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 19:02:01 +01:00
Add changelog and bump 1.13.4 (#6102)
* Add changelog and bump 1.13.4 * Update Changelog.md --------- Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
parent
63a3667406
commit
a580f67991
2 changed files with 20 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.13.3</Version>
|
||||
<Version>1.13.4</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
19
Changelog.md
19
Changelog.md
|
@ -1,5 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
## 1.13.4
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* LNUrl payouts failing due to amount restriction wouldn't be immediately cancelled (#6061) @Kukks
|
||||
* Fix row ordering and display issues in reporting (#6065 #6087, 597e2b0e) @NicolasDorier @dennisreimann
|
||||
* Parse Timespan strings in the API properly (#6012) @dennisreimann
|
||||
* "Return to Store" link in invoice receipt should return to the redirectUrl (#6079) @dennisreimann
|
||||
* Fix crash caused by custom explorer links in some conditions (#6077 #6078) @dennisreimann
|
||||
* Fix: Can't save email settings on store level (#6076 #6080) @dennisreimann
|
||||
* Reports: Fix dropdown z-index @dennisreimann
|
||||
|
||||
### Improvements
|
||||
|
||||
* Checkout: Display item description if present (#6082) @dennisreimann
|
||||
* Disable plugins if they crash the Dashboard page (#6099) @NicolasDorier
|
||||
* Hide empty values in the receipts (#6079) @dennisreimann
|
||||
* Greenfield: Add the invoice metadata of a Lightning Address (#6067 #6084) @dennisreimann
|
||||
|
||||
## 1.13.3
|
||||
|
||||
### Bug fixes
|
||||
|
|
Loading…
Add table
Reference in a new issue