Updated Release notes (markdown)

David Bomba 2022-03-29 09:18:32 +11:00
parent 1963bc8c10
commit 5797fb6a01

@ -1,3 +1,15 @@
# v5.3.77
Remove ->increment() methods
Fixes for payment method create
Fixes for migration validation
Documentation for listResponse end point
Improve invoice payment registrations
Fixes for frequencyforkey
Improve memory handling for self update
> file_get_contents downloads the entire package to memory, which was causing OOM errors when updating for some users. We have switched to copy() which should be more performant and use less memory.
# v5.3.76
Fixes for create product request