From cde5bd87d8ff20c62d2f3d4f90ea7f52197bf67d Mon Sep 17 00:00:00 2001 From: Kukks Date: Wed, 2 Mar 2022 12:37:07 +0100 Subject: [PATCH] update 1.4.7 --- .../Contracts/IFileService.cs | 3 ++- Build/Version.csproj | 2 +- Changelog.md | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Abstractions/Contracts/IFileService.cs b/BTCPayServer.Abstractions/Contracts/IFileService.cs index f1565591f..25f229fe2 100644 --- a/BTCPayServer.Abstractions/Contracts/IFileService.cs +++ b/BTCPayServer.Abstractions/Contracts/IFileService.cs @@ -1,4 +1,5 @@ -using System; +#nullable enable +using System; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/Build/Version.csproj b/Build/Version.csproj index 18a0ec1c4..d850064e0 100644 --- a/Build/Version.csproj +++ b/Build/Version.csproj @@ -1,5 +1,5 @@ - 1.4.6 + 1.4.7 diff --git a/Changelog.md b/Changelog.md index a225f6bc1..f53c64fc9 100644 --- a/Changelog.md +++ b/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: