...
Version 3.13.6
- Quick fix to address WARNING flooding of Invocation blocked as method is not allowlisted: com.vertuna.confluence.plugins.confiforms.model.ConfiFormField#getFilterEncoded() in Atlassian logs in Confluence 9.x
Version 3.13.5
- Fixed issue with incorrectly wrapping the contents of a page template into a ListView, when created through the ConfiForms IFTTT macro
- Fixed cloud migration report to not to report the "comment" and the "Confluence multi-label" fields as not supported in the cloud. As they are now supported
- The API used in Using Excel files as sources for ConfiForms fields now is available also through the REST API module, and allows PAT authentication (same request parameters as in the mention tutorial)
/rest/confiforms/
1.0/excel/{attachmentId}
/rest/confiforms/
1.0/excel2007/{attachmentId}
/rest/confiforms/
1.0/csv/{attachmentId}
- Reaarranged the "comment" field to show existing comments before the input and fixed issue with a new editor (when enabled) for inline comments
...