Add changelog and bump 1.13.4 (#6102)

* Add changelog and bump 1.13.4

* Update Changelog.md

---------

Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
Nicolas Dorier 2024-07-11 22:39:16 +09:00 committed by nicolas.dorier
parent 63a3667406
commit a580f67991
No known key found for this signature in database
GPG key ID: 6618763EF09186FE
2 changed files with 20 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.13.3</Version>
<Version>1.13.4</Version>
</PropertyGroup>
</Project>

View file

@ -1,5 +1,24 @@
# Changelog
## 1.13.4
### Bug fixes
* LNUrl payouts failing due to amount restriction wouldn't be immediately cancelled (#6061) @Kukks
* Fix row ordering and display issues in reporting (#6065 #6087, 597e2b0e) @NicolasDorier @dennisreimann
* Parse Timespan strings in the API properly (#6012) @dennisreimann
* "Return to Store" link in invoice receipt should return to the redirectUrl (#6079) @dennisreimann
* Fix crash caused by custom explorer links in some conditions (#6077 #6078) @dennisreimann
* Fix: Can't save email settings on store level (#6076 #6080) @dennisreimann
* Reports: Fix dropdown z-index @dennisreimann
### Improvements
* Checkout: Display item description if present (#6082) @dennisreimann
* Disable plugins if they crash the Dashboard page (#6099) @NicolasDorier
* Hide empty values in the receipts (#6079) @dennisreimann
* Greenfield: Add the invoice metadata of a Lightning Address (#6067 #6084) @dennisreimann
## 1.13.3
### Bug fixes