Skip to content

V1.9

Compare
Choose a tag to compare
@andrewlimaza andrewlimaza released this 06 May 16:45
· 78 commits to master since this release
45410e1
  • Enhancement: Changed custom template storage path to make use of the uploads directory instead (Directory: pmpro-invoice-templates/order.html)
  • Enhancement: Added automated migration for custom templates from child theme directory to the uploads directory, automatically deletes original
  • Enhancement: Improved template content retrieval functionality and path generation
  • Enhancement: Added auto-regeneration when order is updated. Can be controlled by filter
  • Enhancement: Added option to enabled admin checkout email attachments
  • Enhancement: Added tool to allow administrators to download a ZIP file of all stored invoices
  • Bug Fix/Enhancement: Auto delete ZIP files once downloaded by end user
  • Bug Fix: Improved date processing for order data, is some cases DateTime constructor would fail, causing invoice generation to fail. Fallbacks in place for this now
  • Bug Fix: Improved error handling in general to improve how gracefully errors are handled during creation of PDF documents
  • Bug Fix: Added Exception/Error catches to the bulk regeneration ajax loop, to be used with graceful error output