mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
update 1.4.7
This commit is contained in:
parent
3231d5d179
commit
cde5bd87d8
3 changed files with 20 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
using System;
|
||||
#nullable enable
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.4.6</Version>
|
||||
<Version>1.4.7</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
17
Changelog.md
17
Changelog.md
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## 1.4.7
|
||||
|
||||
### New features:
|
||||
|
||||
* Plugins: Expose file service @Kukks
|
||||
* Plugins: Allow writing Greenfield API endpoints (#3495) @dennisreimann
|
||||
|
||||
### Bug fixes:
|
||||
* Fix Shopify configuration UI due to shopify changes (#3479) @Kukks
|
||||
* Various fixes related to store context (#3505) @dennisreimann @Kukks
|
||||
* Various fixes related to plugin system @dennisreimann @Kukks
|
||||
* Add missing documentation for wallet generation Greenfield API @Kukks
|
||||
* Fix broken modal views on mobile (#3504) @dennisreimann
|
||||
* Custom amount option in point of sale print view was not showing (#3503) @Kukks
|
||||
* Fix code copying buttons (#3489 #3499) @dennisreimann @bolatovumar
|
||||
* Various UI fixes @dennisreimann @bolatovumar
|
||||
|
||||
## 1.4.6
|
||||
|
||||
### New features:
|
||||
|
|
Loading…
Add table
Reference in a new issue