mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Changelog
This commit is contained in:
parent
1b2399745d
commit
64db865e1e
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.7.1</Version>
|
||||
<Version>1.0.7.2</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.7.2
|
||||
|
||||
Small release fixing bugs introduced in 1.0.7.1:
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
* The date in invoice page were not showing anymore the browser date time, but the server date time. (@NicolasDorier)
|
||||
* Apps on root where not working anymore, redirecting to login page rather than showing the app (see #2414) (@bolatovumar)
|
||||
|
||||
## 1.0.7.1
|
||||
|
||||
### Improvements:
|
||||
|
|
Loading…
Add table
Reference in a new issue