2021-04-09 11:10:44 +02:00
|
|
|
# Release notes
|
|
|
|
|
|
|
|
## [Unreleased (daily channel)](https://github.com/invoiceninja/invoiceninja/tree/v5-develop)
|
2021-06-11 23:46:08 +02:00
|
|
|
|
|
|
|
## [v5.2.0-release](https://github.com/invoiceninja/invoiceninja/releases/tag/v5.2.0-release)
|
|
|
|
## Added:
|
|
|
|
- Timezone Offset: Schedule emails based on timezone and time offsets.
|
|
|
|
- Force client country to system country if none is set.
|
|
|
|
- GMail Oauth via web
|
|
|
|
|
|
|
|
## Fixed:
|
2021-04-29 13:07:05 +02:00
|
|
|
- Add Cache-control: no-cache to prevent overaggressive caching of assets
|
2021-05-14 10:24:40 +02:00
|
|
|
- Improved labelling in the settings (client portal)
|
2021-05-14 12:35:12 +02:00
|
|
|
- Client portal: Multiple accounts access improvements (#5703)
|
2021-05-18 12:04:44 +02:00
|
|
|
- Client portal: "Credits" updates (#5734)
|
2021-05-19 14:22:32 +02:00
|
|
|
- Client portal: Make sidebar white color, in order to make logo displaying more simple. (#5753)
|
2021-06-11 23:46:08 +02:00
|
|
|
- Inject small delay into emails to allow all resources to be produced (ie PDFs) prior to sending
|
|
|
|
- Fixes for endless reminders not firing
|
2021-04-29 13:07:05 +02:00
|
|
|
|
|
|
|
## [v5.1.56-release](https://github.com/invoiceninja/invoiceninja/releases/tag/v5.1.56-release)
|
2021-04-28 02:24:37 +02:00
|
|
|
## Fixed:
|
|
|
|
- Fix User created/updated/deleted Actvity display format
|
2021-04-28 03:27:44 +02:00
|
|
|
- Fix for Stripe autobill / token regression
|
2021-04-28 02:02:31 +02:00
|
|
|
|
|
|
|
## Added:
|
|
|
|
- Invoice / Quote / Credit created notifications
|
|
|
|
- Logout route - deletes all auth tokens
|
|
|
|
|
2021-04-29 13:07:05 +02:00
|
|
|
## [v5.1.54-release](https://github.com/invoiceninja/invoiceninja/releases/tag/v5.1.54-release)
|
2021-04-18 18:08:00 +02:00
|
|
|
## Fixed:
|
2021-04-22 13:07:38 +02:00
|
|
|
- Fixes for e-mails, encoding & parsing invalid HTML
|
|
|
|
|
|
|
|
## [v5.1.50-release](https://github.com/invoiceninja/invoiceninja/releases/tag/v5.1.50-release)
|
|
|
|
## Fixed:
|
2021-04-18 18:08:00 +02:00
|
|
|
- Refactor of e-mail templates
|
2021-04-19 16:58:43 +02:00
|
|
|
- Client portal: Invoices & recurring invoices are now sorted by date (by default)
|
2021-04-18 18:07:36 +02:00
|
|
|
|
2021-04-19 13:53:18 +02:00
|
|
|
## Added:
|
|
|
|
- Public notes of entities will now show in #footer section of designs (previously totals table).
|
|
|
|
|
2021-04-18 18:07:36 +02:00
|
|
|
## [v5.1.47-release](https://github.com/invoiceninja/invoiceninja/releases/tag/v5.1.47-release)
|
2021-04-09 11:10:44 +02:00
|
|
|
|
|
|
|
### Added:
|
2021-04-12 12:57:26 +02:00
|
|
|
- Subscriptions are now going to show the frequency in the table (#5412)
|
|
|
|
- Subscriptions: During upgrade webhook request message will be shown for easier debugging (#5411)
|
|
|
|
- PDF: Custom fields now will be shared across invoices, quotes & credits (#5410)
|
|
|
|
- Client portal: Invoices are now sorted in the descending order (#5408)
|
|
|
|
- Payments: ACH notification after the initial bank account connecting process (#5405)
|
2021-04-09 11:10:44 +02:00
|
|
|
|
|
|
|
### Fixed:
|
2021-04-10 04:06:20 +02:00
|
|
|
- Fixes for counters where patterns without {$counter} could causes endless recursion.
|
|
|
|
- Fixes for surcharge tax displayed amount on PDF.
|
2021-04-11 05:55:48 +02:00
|
|
|
- Fixes for custom designs not rendering the custom template
|
|
|
|
- Fixes for missing bulk actions on Subscriptions
|
2021-04-12 12:57:26 +02:00
|
|
|
- Fixes CSS padding on the show page for recurring invoices (#5412)
|
2021-04-12 12:58:21 +02:00
|
|
|
- Fixes for rendering invalid HTML & parsing invalid XML (#5395)
|
2021-04-09 11:10:44 +02:00
|
|
|
|
|
|
|
### Removed:
|
2021-04-12 12:57:26 +02:00
|
|
|
- Removed one-time payments table (#5412)
|
2021-04-10 04:06:20 +02:00
|
|
|
|
|
|
|
## v5.1.43
|
|
|
|
|
|
|
|
### Fixed:
|
2021-04-12 12:57:26 +02:00
|
|
|
- Whitelabel regression.
|