Fixes for Liferay 2.2.0.

This commit is contained in:
Olga Vlasiuk 2022-05-18 16:43:56 +03:00
parent 7b3cb5d0a6
commit dad45532ee

View File

@ -81,7 +81,19 @@
</div>
<div class="gs_content gs_submenu" id="Whatsnew_block">
<h3>What's new in version 2.1.0</h3>
<h3>What's new in version 2.2.0</h3>
<p>Added</p>
<ul>
<li>Preview of the documents</li>
<li>Keep intermediate versions when editing (forcesave)</li>
<li>Galician empty file templates</li>
</ul>
<p>Changed</p>
<ul>
<li>Checkin/checkout instead of lock/unlock</li>
<li>Fixed deployment error for portal-7.4</li>
</ul>
<%--<h3>What's new in version 2.1.0</h3>
<p>Added</p>
<ul>
<li>Support for .docxf and .oform formats</li>
@ -89,7 +101,7 @@
<li>The option to create an .oform file from a .docxf file using the document manager</li>
<li>Updated menu: "save as" in editor</li>
<li>DE, ES, FR, IT, PT_BR, RU translations</li>
</ul>
</ul>--%>
<%--<h3>What's new in version 2.0.0</h3>
<p>Added</p>
<ul>
@ -116,14 +128,14 @@
<h3>Requirements</h3>
<p> </p>
<ul>
<li>ONLYOFFICE Docs (Document Server) 6.0 or later
<li>ONLYOFFICE Docs (Document Server) 6.1.0 or later
<p>You need an instance of ONLYOFFICE Docs that is resolvable and connectable both from Liferay and any end clients. It must be able to POST to Liferay directly.</p>
<div class="notehelp">
Please refer to the official <a href="https://helpcenter.onlyoffice.com/installation/docs-index.aspx" target="_blank"><b>documentation page</b></a> to learn more about installing ONLYOFFICE Docs.
</div>
</li>
<li>Liferay CE Portal 7.2 GA1+, Liferay DXP 7.2 GA1+, Liferay CE Portal 7.3 GA1+, Liferay DXP 7.3 GA1+, Liferay CE Portal 7.4 GA1+</li>
<li>ONLYOFFICE Connector v2.0.0 for Liferay</li>
<li>ONLYOFFICE Connector v2.2.0 for Liferay</li>
</ul>
</div>
<div class="gs_content gs_submenu" id="Install_block">
@ -158,10 +170,12 @@
</div>
<p>Here you can configure the following settings:</p>
<ul>
<li><b>ONLYOFFICE Docs address</b> - specify the URL address where Document Editing Service is installed.</li>
<li><b>ONLYOFFICE Docs address for internal requests from the server</b> - specify the address that is used to access Document Editing Service from Liferay.</li>
<li><b>Server address for internal requests from ONLYOFFICE Docs</b> - specify the address that is used to access Liferay from Document Editing Service.</li>
<li><b>Secret key</b> - specify the secret used to sign the data. For more details, see the <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#JWT_block")%>">Enabling JWT for the ONLYOFFICE and Liferay integration</a> section of this article.</li>
<li><b>ONLYOFFICE Docs address</b> - specify the URL address where Document Editing Service is installed.</li>
<li><b>ONLYOFFICE Docs address for internal requests from the server</b> - specify the address that is used to access Document Editing Service from Liferay.</li>
<li><b>Server address for internal requests from ONLYOFFICE Docs</b> - specify the address that is used to access Liferay from Document Editing Service.</li>
<li><b>Secret key</b> - specify the secret used to sign the data. For more details, see the <a href="<%=VirtualPathUtility.ToAbsolute("~/integration/gettingstarted-liferay.aspx#JWT_block")%>">Enabling JWT for the ONLYOFFICE and Liferay integration</a> section of this article.</li>
<li><b>Enable Force Save</b> - activate the checkbox to keep intermediate document versions when editing.</li>
<li><b>Enable ONLYOFFICE Web Preview</b> - activate the checkbox to enable file preview.</li>
</ul>
<p>After configuring the integration application, click the <b>Save</b> button to apply the changes.</p>
</div>