Live Forms v7.4 is no longer supported. Please visit Live Forms Latest for our current Cloud Release. Earlier documentation is available too.

Confluence Add-on Release Notes

This page contains the compatibility release matrix supported for the Confluence Add-on.

frevvo only supports Confluence Enterprise versions. New Confluence Enterprise version releases will only be certified with the latest Live Forms release.

Customers must upgrade to the latest major Live Forms release compatible with the Confluence Enterprise version.

Confluence Server Version

 Version

frevvo Add-on Version
v6.13.*v7.4.xv5.4.0
v6.5.* - v6.6.*v7.4.xv5.4.0
v6.2 - v6.3.1v7.3v5.4.0
v6.0.* - v6.1.1v7.1.x - v7.2.xv5.4.0
v5.10.*v6.3.x - 7.0.xv5.4.0
v5.9.*v6.3.x - v7.0v5.3.0
v5.8.*v6.1.4 - v6.2.xv5.3.0
v5.4.*, v5.5.*, v5.6.*, v5.7.*v6.1.2.2v5.2.0

Download the version of the Confluence Add-on that you need from our frevvo Software Downloads Directory

v5.4.0 (r28485)

August 4, 2016

This frevvo CF plugin is compatible with Confluence server v5.10.*. Customers running Confluence 5.10.* must upgrade to this version of the plugin.

Ticket Fixed
  • #19635 - frevvoresolve template is not working with Confluence server v5.10.x

v5.3.0 (r26983)

August 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)

July 15, 2014

This frevvo CF plugin is compatible with Confluence server v5.4.x, v5.5.x and v5.6.x and  server v5.3.3 or later and  server v6.1.2.2 or later. The server 6.1.2.2 or later is also compatible with Confluence server v5.7

Enhancement
  • 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');
    }