mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
update 1.4.7
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
using System;
|
#nullable enable
|
||||||
|
using System;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.4.6</Version>
|
<Version>1.4.7</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
17
Changelog.md
17
Changelog.md
@@ -1,5 +1,22 @@
|
|||||||
# Changelog
|
# 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
|
## 1.4.6
|
||||||
|
|
||||||
### New features:
|
### New features:
|
||||||
|
|||||||
Reference in New Issue
Block a user