1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/CHANGELOG.md

27 lines
1.0 KiB
Markdown
Raw Normal View History

2021-04-09 11:10:44 +02:00
# Release notes
## [Unreleased (daily channel)](https://github.com/invoiceninja/invoiceninja/tree/v5-develop)
### 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.