You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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