Live Forms v7.2 is no longer supported. Click here for information about upgrading to our latest GA Release.
This page contains the compatibility release matrix supported for the Live Forms Confluence Add-on.
Confluence Server Version | Live Forms Server Version | frevvo Add-on Version |
---|---|---|
v6.2.x | v7.2.x | v5.4.0 |
v6.0.* - v6.1.1 | v7.1.x - v7.2.x | v5.4.0 |
v5.10.* | v6.3.x - 7.0.x | v5.4.0 |
v5.9.* | v6.3.x - v7.0 | v5.3.0 |
v5.8.* | v6.1.4 - v6.2.x | v5.3.0 |
v5.4.*, v5.5.*, v5.6.*, v5.7.* | v6.1.2.2 | v5.2.0 |
Click here to download the version of the Confluence Add-on that you need.
v5.4.0 (r28485)
8/4/2016
This frevvo CF plugin is compatible with Confluence server v5.10.* - v7.2.x Customers running Confluence 5.10.* must upgrade to this version of the plugin.
Tickets Fixed:
- #19635 - frevvoresolve template is not working with Confluence server v5.10.x
v5.3.0 (r26983)
8/4/2015
This frevvo CF plugin is compatible with Confluence server v5.8.*.
Tickets Fixed:
- #18416 - frevvoresolve template is not working with Confluence server v5.8.x
- #18478 - Only the last frevvoresolve macro gets resolved
v5.2.0 (r24621)
7/15/2014
This frevvo CF plugin is compatible with Confluence server v5.4.x, v5.5.x and v5.6.x and Live Forms server v5.3.3 or later and Live Forms server v6.1.2.2 or later. The Live Forms server 6.1.2.2 or later is also compatible with Confluence server v5.7
New Features:
Confluence user profile attributes available in frevvo's Subject for use in business rules as subject.confluence.* as shown in the example below:
if (form.load) { Email.value = _data.getParameter('subject.email'); Location.value = _data.getParameter('subject.confluence.location'); Phone.value = _data.getParameter('subject.confluence.phone'); IM.value = _data.getParameter('subject.confluence.im'); Website.value = _data.getParameter('subject.confluence.website'); Position.value = _data.getParameter('subject.confluence.position'); Department.value = _data.getParameter('subject.confluence.department'); }
Tickets fixed:
- none