Bump to 1.9.3 (#4955)

* Bump to 1.9.3

* Apply suggestions from code review

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

* Update Changelog.md

Co-authored-by: d11n <mail@dennisreimann.de>

* Update Changelog.md

Co-authored-by: d11n <mail@dennisreimann.de>

* Update Changelog.md

Co-authored-by: d11n <mail@dennisreimann.de>

---------

Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
Andrew Camilleri
2023-05-08 14:30:43 +02:00
committed by GitHub
parent 3763480280
commit 781190a65d
2 changed files with 19 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.9.2</Version>
<Version>1.9.3</Version>
</PropertyGroup>
</Project>

View File

@@ -1,5 +1,23 @@
# Changelog
## 1.9.3
### Bug fixes
* Fix: Missing Shopify link (#4945) @Kukks
* Rates: Fix advanced rules example formatting (#4926) @dennisreimann
* Crowdfund: Fix redirect URL fallback (#4943) @dennisreimann
* Greenfield: Apply store default payment method on invoice creation (#4947) @dennisreimann
* POS: Fix Firefox issues (#4950) @r0ckstardev
* Fix viewing arrays in the invoice details when set in metadata (#4954) @Kukks
* Do not crash checkout when attempting LNURL checkout through non-secure page (#4964) @Kukks
* NFC: Handle HTTP-related exceptions (#4965) @dennisreimann
### Improvements
* LN Settings: Show only node host name (#4927) @dennisreimann
* Checkout: Improve truncation of shown addresses (#4924) @dennisreimann
## 1.9.2
### Bug fixes