Changelog 1.8.4

This commit is contained in:
nicolas.dorier 2023-03-15 09:38:38 +09:00
parent 9fb28e9974
commit fadb05e97c
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.8.3</Version>
<Version>1.8.4</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,17 @@
# Changelog
## 1.8.4
### Bug fix
* Fix notification's icon for payment after expiration @dennisreimann
* Error when indexing invoices with some field that are too long (Fix #4771) @NicolasDorier
* Fix API breaking changefor payout processors (Fix #4752) @Kukks
### Improvements
* Add CORS for greenfield API (Fix #4758) @Kukks
## 1.8.3
### Bug fix