This commit is contained in:
nicolas.dorier 2022-02-02 20:24:56 +09:00
parent 93b52fbdb3
commit 0535e9c68f
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.4.2</Version>
<Version>1.4.3</Version>
</PropertyGroup>
</Project>

View File

@ -1,5 +1,24 @@
# Changelog
## 1.4.3
### Bug fixes:
* Ensure the swagger doc is semantically correct (#3390) @ubolator
* Fix crashes with some plugins (#3401) @Kukks
* Fix crash of payment request list (#3392) @NicolasDorier
* Reference correct payment type definition for webhook events in Swagger docs @ubolator
* Fix pay button type comparison (#3403) @dennisreimann
* No JS error in crowdfund if canvas unavailable @NicolasDorier
* Bump z-index on header (#3393, #3377) @ubolator
### Improvements:
* Delete user preferences cookie on logout (#3379) @dennisreimann
* Pay Button Alert: Add missing alert-link classes (#3397)
* Fix pay button type comparison (#3403 #3403) @dennisreimann
* Various CSS UI adjustment @dstrukt
## 1.4.2
### Bug fixes: