From 35054dd329ae22ca30d8032ae7c7cb099134e469 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 26 Nov 2022 10:32:18 +1100 Subject: [PATCH] Updated Release notes (markdown) --- Release-notes.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/Release-notes.md b/Release-notes.md index b9f164f..504ee9c 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,42 @@ +# 5.5.42 + +This release contains significant bug fixes, if you are using Stripe with the latest API version, 2022-11-15, you will want to upgrade to this version immediately. + +Also we have a lot of significant features. We have implemented bank transaction rules, this allows you to define matching rules which will allow the system to match and convert expenses / payments. + +[Feature] Bank Transaction Rules +[Feature] API Doc Blocks for Bank Transaction Rules +[Bug fix] Fixes for failed email mailer, edge case where balances may not adjust +[Bug fix] Adjust when we send certain events after an email failure +[Feature] Match Bank Transactions +Tests for matching expenses +Transaction rules tests +[Bug fix] Remove delay from events +[Bug fix] Escape variables in custom designs +Minor fixes for create company routes +[Bug fix]Catch EPC QR failures +[Feature] Add reserved keywords for year/month before and after +[Bug fix] Set encoding to UTF-8 for EPC QR Codes +[Bug fix] Improve account resolution from Yodlee API +[Bug fix] Fixes for Paypal Token payments +[Bug fix]Fixes for blank client address in Swiss QR Codes +Adjust rate limits to prevent abuse +[Bug fix] Fixes for importing stripe customers where no customers exist in stripe +[Bug fix] Fixes for bank transaction csv imports +[Bug fix] Catch payment intents without charges key +[Feature] Invoice task locking +[Bug fix] Enforce password protection across entire client portal if invoice pa… +[Feature] Allow bulk email with selecting a template +[Bug fix] Purge company transactions/integrations +[Bug fix] Fixes for custom client portal subdomains +Add filters for tasks by project +Update validation rules for subscriptions +[Bug fix] Fixes for SendReminders firing twice +[Bug fix] Adjustments for handling invoice deletion +[Bug fix] Add checks to prevent duplicate reminders from being sent +[Feature] Bulk match transactions +[Bug fix] Refactor Stripe API Webhooks to work across all API Versions + # 5.5.41 This release contains lots of fixes for design layouts, particularly improvements when pages overflow.