From 687421082acbf6d75ff3fb4bc686359e460b1d97 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 18 May 2022 09:49:36 +1000 Subject: [PATCH] Updated Release notes (markdown) --- Release-notes.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index db1cc32..b898b71 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,38 @@ +# v5.3.89 + +Broad ranges of fixes in this update. When performing a self update we now force a reload of a cache which should resolve the need to manually run /update after performing an update + +To improve our Zapier integration we are injecting a slight delay prior to sending information to Zapier, this should improve data quality. + +GoCardless now listens to both completed and paid_out webhook listeners. + +Bug fixes for payment gateways where min_limit is used which prevented the payment gateway from being displayed. + +Fixes for race conditions when creating client and hitting unique constraints on DB. + +Fixed a bug which was displaying deleted credit payments on statements. + + +Build cache after update +Cayman island translation +Force cache rebuild after update +Protected domains +Ledger refactor +Adjust delays for observers +Analytics on queue size +Minor fixes for statement dates +Fixes for reminders +Unwind reminder changes +Listen for additional webhooks for gocardless +INA-2 | Added auto_bill_tries property to the database -> @CirkaN +Fixes for failed payment email +Add auto bill tries into cron +Set flags for recurring invoices and quote terms +Set conditionals for recurring invoices that are being restarted +Add send_email in the request body for reports +Improve resilience of client number creation +Fixes for displaying payment gateways where min_limit is enforced + # v5.3.87 Broad range of fixes in this release including attaching task and expense documents to emails if the option is enabled. Also, a huge amount of work has gone into supporting direct CSV exports and also Profit and loss statements which will be exposed in the Admin Portal in a future release