mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 11:10:16 -04:00
Updated Release notes (markdown)
parent
e0860694d3
commit
6df4570167
@ -1,3 +1,30 @@
|
||||
# v5.3.90
|
||||
|
||||
Important feature update for users that rely on Stripe ACH payments. We have now implemented their new API which allows for Instant Bank Verifications. Unfortunately their API does not allow instant bank verification on its own, so the micro deposits are still required if a verification alone needs to be performed.
|
||||
|
||||
We have also implemented a system maintenance task that will perform a system cleanup of PDFs and Backup .html files. To enable this feature you will need to add two .env variables
|
||||
|
||||
```
|
||||
DELETE_PDF_DAYS=60
|
||||
DELETE_BACKUP_DAYS=60
|
||||
```
|
||||
|
||||
these define the number of days you wish to retain these files. It is important to remember that the PDFs can be regenerated again if the system needs to rebuild them for emailing/viewing.
|
||||
|
||||
Blade files for email content @CirkaN
|
||||
Download report mailable @CirkaN
|
||||
Job for creating csv report & sending it to the admin @CirkaN
|
||||
Minor fixes for auto billing
|
||||
Custom value 4 update to text column
|
||||
Fixes for paypal fees
|
||||
Refactor for Stripe ACH
|
||||
Fixes for trial layout
|
||||
Add a System maintenance task
|
||||
Clean up for login controller
|
||||
Improve handling of missing tokens on login
|
||||
Fixes for company ledger
|
||||
Additional invoice filters
|
||||
|
||||
# v5.3.89
|
||||
|
||||
Broad ranges of fixes in this update. When performing a self update we now force a reload of a cache which should resolve the need to manually run /update after performing an update
|
||||
|
Loading…
x
Reference in New Issue
Block a user