diff --git a/Release-notes.md b/Release-notes.md index 1513073..54c57ae 100644 --- a/Release-notes.md +++ b/Release-notes.md @@ -1,3 +1,70 @@ +# v5.3.76 + +Fixes for create product request + +> Remove any validation requirements for the create route + +Fixes for testing for float + +> Handle string floats / in the settings object + +Fixes for permissions + +> Handle a regression where lower permissioned users were not able to see correct entities + +Fixes for login controller + +> Fixes for handling passing the correct company user to Fractal + +Attempt to cast floats immediately in settings saver + +> Force casts in the settings saver for Floats - allows string floats to be passed in and pass validation. + +Add new variable client.lang_2 thanks @Napsty + +> Allows access to the client locale in PDFs and emails. + +Fixes for contact registration + +> Fixes for company resolution in self hosted installations when client registration is enabled. + +Fixes for client contact country on registration + +> Prevent forcing USA as the default country, we now fall back to the company country if no country is assigned. + +GMail credentials notification + +> Fire a notification if the gmail credentials are incorrect on the hosted platform. + +Fixes for statements displaying payments per invoice + +> Statements now show per invoice amounts instead of aggregates + +Factor in gateway fees to client / invoice balances + +> Add pending gateway fees to the ledger client balance + +Fixes for recurring invoice number for pending plans + +> Fixes for hosted platform + +Padding for wysiwyg editor +Minor fixes for company gateways +Minor fixes for client country in repo +Clean up for eWay +Error supression when logo is not present + +Convert shared quote/invoice counters + +> Implement a feature parity item where when a quote is converted we assign the same counter to the invoice, ie Q2000 becomes I2000 when a quote is converted to invoice. + +Fixes for tests +Fixes for reversing invoice balances on archived invoice +Fixes for refund payments + +> Fix for a regression where balances were not adjusting correctly if a invoice was archived. + + # v5.3.75 > Fixes for contact registration.