Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.96 KB

Release notes

  • Add Cache-control: no-cache to prevent overaggressive caching of assets

Fixed:

  • Fix User created/updated/deleted Actvity display format
  • Fix for Stripe autobill / token regression

Added:

  • Invoice / Quote / Credit created notifications
  • Logout route - deletes all auth tokens

Fixed:

  • Fixes for e-mails, encoding & parsing invalid HTML

Fixed:

  • Refactor of e-mail templates
  • Client portal: Invoices & recurring invoices are now sorted by date (by default)

Added:

  • Public notes of entities will now show in #footer section of designs (previously totals table).

Added:

  • 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)

Fixed:

  • Fixes for counters where patterns without {$counter} could causes endless recursion.
  • Fixes for surcharge tax displayed amount on PDF.
  • Fixes for custom designs not rendering the custom template
  • Fixes for missing bulk actions on Subscriptions
  • Fixes CSS padding on the show page for recurring invoices (#5412)
  • Fixes for rendering invalid HTML & parsing invalid XML (#5395)

Removed:

  • Removed one-time payments table (#5412)

v5.1.43

Fixed:

  • Whitelabel regression.