Compare commits

...

8 Commits

Author SHA1 Message Date
845a7ec06f Update Changelog.md
Co-authored-by: d11n <mail@dennisreimann.de>
2023-05-08 14:03:20 +02:00
210fb090a8 Update Changelog.md
Co-authored-by: d11n <mail@dennisreimann.de>
2023-05-08 14:03:15 +02:00
92cb15e95a Update Changelog.md
Co-authored-by: d11n <mail@dennisreimann.de>
2023-05-08 14:03:06 +02:00
9c96c391ce Update Changelog.md 2023-05-08 12:12:15 +02:00
137e80c0c9 Update Changelog.md 2023-05-08 12:10:25 +02:00
44de5a1f88 Update Changelog.md 2023-05-08 11:03:37 +02:00
57358f8fc5 Apply suggestions from code review 2023-05-08 11:03:11 +02:00
190beeb70d Bump to 1.9.3 2023-05-05 11:55:13 +02:00
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