View Source

{panel:title=Release Highlights|borderStyle=solid|borderColor=#A3BFB1|titleBGColor=#CEF2E0|bgColor=#ffffff}

h2. New features

h2. Bug fixes

{panel}

{panel:title=Important Changes|titleBGColor=#FFEEEE|bgColor=#FFFFFF}
* Dashboards now can only be edited by administrator and owner
* The cloud profile API has been changed, and you should change your custom cloud profile plugin in below areas:
*# Your plugin class should override method _getSettingIndependentExtensions_ to use below implementation:
{code}
return getExtensions();
{code}
*# _UserDataRetriever_ is removed, and the logic there should be moved into method _getNodeLaunchData_ of the class implementing the extension point _NodeCloud_

* Property _password_ of Perforce repository is replaced with _credential_. If you have script to get perforce password as below:
{code}
repositories.get("p4").password
{code}
You should change it as:
{code}
repositories.get("p4").credential.password
{code}

{panel}

{section}
{column:width=50%}
{panel:title=Documentations|borderStyle=solid|borderColor=#A3B0BF|titleBGColor=#CEDFF2|bgColor=#ffffff}

{children:all=false}
{panel}

{column}
{column:width=50%}
{panel:title=Resources|borderStyle=solid|borderColor=#A3B0BF|titleBGColor=#CEDFF2|bgColor=#ffffff}
[Download|http://www.pmease.com/downloads]

[Online Demo|http://demo.pmease.com]

[Technical Support|http://www.pmease.com/support]

[Community Forum|http://forum.pmease.com]

[Feature Requests and Bugs|http://track.pmease.com]

[Third Party Plugins|http://wiki.pmease.com/display/QBEXT]

{panel}
{column}
{section}