Patch Notes
| Version | Changes | Supported Planon Versions |
|---|---|---|
| 1.0.0 | First release version | L114 and higher |
| 1.0.1 | Fix issue with update of archived orders Fix issue with handling warnings and confirmations | L120 and higher |
| 1.1.0 | Added a new setting to identify inline attachments in emails for both IMAP and Graph API protocols. | L120 and higher |
| 1.2.0 | Add new setting includeEmptyAttachments to include empty attachments or not to inlcude for Email Worker Fix issue with sending of subsequent mails if sending a mail fails via Email Worker | L122 and higher |
| 1.2.1 | Improve error handling when multiple email config files are present | L123 and higher |
| 1.2.2 | Change error to warning when there are no attachments to send with setting ‘emailAttachmentMandatory’ set to true on EmailWorker | L125 and higher |
| 1.3.0 | Add support for attachments from WebDAV in EmailWorker | L129 and higher |
| 1.3.1 | - Fix issue with missing emails when using GRAPHAPI protocol. - Fix issue processing of emails if one of the emails falls under IGNORE category | L129 and higher |
| 1.3.2 | Refactored the EmailWorker to treat each email as a separate processing node, back up attachments immediately upon completion of each node, and back up or move the configuration file only after the entire batch has been processed. |