Updated: Desktop Editors changelog v.5.4.2

This commit is contained in:
Svetlana Maleeva 2019-11-28 19:21:23 +03:00
parent 7b90c0aca9
commit 87ffaf4be9

View File

@ -1,5 +1,29 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/desktop-editors-changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 5.4.2</p>
<p class="changelog-release-date">Release date: <span class="crd-date">11/28/2019</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Fixes</p>
<p class="changelog-subsubheader">All editors</p>
<ul>
<li>Improved compatibility with macOS 10.15 Catalina.</li>
</ul>
<p class="changelog-subsubheader">Document Editor</p>
<ul>
<li>Fixed the problem with removing previously added text by other user in the review mode (bug #43183);</li>
<li>Fixed the problem with moving text in the review mode (bug #43238);</li>
<li>Fixed the problem of inserting a table over another table;</li>
<li>Fixed the problem with reviewed numbering;</li>
<li>Fixed some problems with watermarks.</li>
</ul>
<p class="changelog-subsubheader">Plugins</p>
<ul>
<li>Fixed starting the <b>Photo Editor</b> plugin (bug #42473);</li>
<li>Fixed issues with the <b>YouTube</b> plugin.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 5.4.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">10/02/2019</span></p>