Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

Confluence 9.1 Support

Release Date

Today we released version 7.0.1 of the projectdoc Toolbox on the Atlassian Marketplace!

This version supports Confluence version 9.1.x. For Confluence 8.x/7.x and 9.0.x there is a separate version, see version 6.2.13 and version 6.2.13, of the projectdoc Toolbox.

The projectdoc Toolbox is an add-on for Confluence supporting agile software development teams to collaborate on process, project, system, and product documentation. 

Release Notes Overview

New and Noteworthy

There is an update to the Velocity API of the projectdoc Context object. In previous versions the API required a Velocity Sitemesh Page object as argument. Due to compatibility changes on Confluence the API now requires to pass in the ID of the page as argument.

Use $page.id instead of $page as argument
#if ($projectdocContext && $page)
 ${projectdocContext.toHtml($page.id)}
#end

Breaking Changes

Despite this is only a micro version (aka bugfix) update, it contains a breaking change. Please note that this version is only released for Confluence 9.1.x.

List of breaking changes with probably the largest impact on existing installations.

Key Summary T P Description Fix Version/s
Loading...
Refresh

Installation Instructions

Install the projectdoc Toolbox to your Confluence instance. There are no additional steps necessary.

Upgrade Instructions

Update the projectdoc Toolbox on your Confluence instance.

Update all projectdoc Extensions and Doctype Add-ons you are using, since this version of the projectdoc Toolbox introduces API changes.

List of Changes

The following changes are part of version 7.0.1 of the projectdoc Toolbox for Confluence

Key Summary T P Description
Loading...
Refresh

Resources

Additional resources on our website regarding the release of the projectdoc Toolbox.

Glossary
Terms used in and defined for projectdoc.
FAQs
Questions and answers related to the projectdoc Toolbox and Confluence.
  • No labels