mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
bump
This commit is contained in:
parent
7e80fd2e98
commit
36cfc3648f
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.13.0</Version>
|
||||
<Version>1.13.1</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
14
Changelog.md
14
Changelog.md
@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## 1.13.1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* Fix: CSV exports from the Reports were exporting dates in 12-hour format instead of 24-hour format. (#5915, #5922) @TChukwuleta
|
||||
* Fix: Crash when configuring BTCPay Server with a non-default Postgres schema (Fix #5901) @NicolasDorier
|
||||
* Fix: A payment request with an amount of 0 no longer causes the payment request's page to crash (#5926) @Kukks
|
||||
|
||||
### Improvements
|
||||
|
||||
* Prevent unintentional double payouts (#5931, #5913) @dennisreimann
|
||||
* The `buyerEmail` field in a Payment Request's form will now set the email for the payment request (#5926) @Kukks
|
||||
* Added Tether as a supporter to the BTCPay Server Foundation (#5891) @rockstardev
|
||||
|
||||
## 1.13.0
|
||||
|
||||
### New feature
|
||||
|
Loading…
Reference in New Issue
Block a user