Updated Release notes (markdown)

David Bomba 2022-05-04 09:39:19 +10:00
parent 0a3e586f34
commit e602e84629

@ -1,3 +1,43 @@
# v5.3.85
General bug fixes. Also in preparation for our React application release, we are exposing API routes for CSV exports.
Export CSVs
Update Copyright text
Exports
Expose export csv routes
CSV Exports
Quote CSV exports
Limit client activities
Recurring Invoice Export CSV
Payment Export CSV
Improve WePay guardian
Product CSV Export
Quote Items Export
Add blacklist rules
Block domains from login
Allow the variable to be used with custom payment driver
Task exports with no timelog
Export Task CSVs
Email blacklists
Don't run migration on hosted - prevent blocking db
Fixes for phpunit
Clean up migrations
Change text of confirmation button
Add is_hosted flag to account transformer
Fixes for types in Authorize
Fixes for localizing dates for reset counter
Fixes for generates counter
Update trial plans
Check is_large flag when creating a new company
Fixes for generates counter
Logging for gmail notifications
Additional fixes for client payment failure mails
Bail early
Fixes for missing properties
Handle edge case where removed user tries to log into the system
# 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.