From 3f8e2fc637896edc8881c22c03fb5a98fa1a686c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 12 Aug 2022 11:16:28 +1000 Subject: [PATCH] Updated Release notes (markdown) --- Release-notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index 7b68dfe..179e230 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,28 @@ +# v5.5.9 + +General improvements and minor bug fixes in this release. Thanks for everyones contributions to reporting and patching. + +Recurring invoice due on receipt @yois615 +Relocate portalButton variable @yois615 +System logger added for Forte. @kishanmnpatel +Fixes for phpunit - github actions +Centralize where we inject email tags +Remove cs-fixer from github actions +Fixes for stripe catching aborted payments +Clean up logging +Paytrace cleanup +Update dependencies +Fixes for generated number tests +Fixes for confirmation password verification: +Fixes for custom fields for purchase orders +Fixes for language init +Add recurring invoice id to licenses table +Fixes for paytrace: +Fixes for fee labels +Make square postal code optional +Catch when braintree does not create the customer + + # v5.5.7 General improvements and bug fixes.