From c2575efc1ab2545e8b796aa54222b87d6443fa70 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 27 Apr 2022 10:09:44 +1000 Subject: [PATCH] Updated Release notes (markdown) --- Release-notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index 8879c72..509cb39 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,24 @@ +# v5.3.84 + +This is a significant release. Within this release we are changing the column types of custom fields from 191 character (VARCHAR) to 65,535 character (TEXT) this will enable more data to be stored within the custom fields. + +There also has been improvements to UI/UX with more accessibility options. + +Self updater is also improved in this release. We attempt to clear the bootstrap/cache folder within the selfupdate process which should prevent manual handling of this post update. + +Translations for react app +Fix length of auth.net fields +Fixes for approve with no conversion of quote to invoice from AP +Release transactions on failures +Fixes for localizing company deleted email +Ensure all recurring invoices have a valid state - post migration +Change custom_value columns from varchar to text (Allows more information to be stored in custom fields) +Add file system checks to self checker +New Schema Dump +Payable filters +Disable gateway refund options for GoCardless +Delete bootstrap/cache folder contents as part of the update process + # v5.3.83 **Fixes for regression - auth.net client creation**