Add changelog and update version of Groups to v12.5.2

This commit is contained in:
Ilya Sobolev 2023-05-19 17:33:28 +03:00
parent 9e6a118679
commit b182805955
4 changed files with 32 additions and 4 deletions

View File

@ -1,9 +1,37 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/server/community/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 12.5.2</p>
<p class="changelog-release-date">Release date: <span class="crd-date">05/17/2023</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Documents</p>
<ul>
<li>Added conversion of <code>dps</code>, <code>dpt</code>, <code>et</code>, <code>ett</code>, <code>htm</code>, <code>mhtml</code>, <code>stw</code>, <code>sxc</code>, <code>sxi</code>, <code>sxw</code>, <code>wps</code>, <code>wpt</code>, and <code>xlsb</code> files to supported formats.</li>
</ul>
<p class="changelog-subheader">Bug fixes</p>
<ul>
<li>Fixed the bug in People when the window width is reduced, the Interface Theme and Contact Information would arrange incorrectly;</li>
<li>Fixed the bug when an uploaded folder would appear only after reloading the page;</li>
<li>Fixed the bug in CRM when address would not appear in the Invoice generated through the Invoice tab on the contact page;</li>
<li>Fixed the bug in Calendar when an event from an attached ics file would not synchronize via the CalDAV protocol;</li>
<li>Increased horizontal scroll in Desktop editors when connected to a portal;</li>
<li>Fixed the bug in People when Show backup codes button would not work;</li>
<li>Fixed the inability to download a >5 MB file from an external access folder;</li>
<li>Added translation of comments in source code into English;</li>
<li>Fixed styles for Dark mode;</li>
<li>Fixed styles for SSO;</li>
<li>Refactoring of AutoCleanUp;</li>
<li>Fix dependency installation for python version 3.11 or later;</li>
<li>Fixed moving backup file after backup to s3;</li>
<li>Quota: fixed SetTenantQuotaRow function;</li>
<li>Refactoring of DbManager.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 12.5.1</p>
<p class="changelog-release-date">Release date: <span class="crd-date">05/21/2023</span></p>
<p class="changelog-release-date">Release date: <span class="crd-date">05/16/2023</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">Bug fixes</p>
<ul>

View File

@ -1,4 +1,4 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer"><span class="pvl_product">ONLYOFFICE Groups</span><span class="pvl_version pvl_current">v12.5.1</span></a>
<a class="page_version_link" target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer"><span class="pvl_product">ONLYOFFICE Groups</span><span class="pvl_version pvl_current">v12.5.2</span></a>
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" />

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<a class="page_version_link" target="_blank" href="https://sourceforge.net/projects/teamlab/files/ONLYOFFICE_CommunityServer/"><span class="pvl_product">ONLYOFFICE Groups</span><span class="pvl_version pvl_current">v12.5.1</span></a>
<a class="page_version_link" target="_blank" href="https://sourceforge.net/projects/teamlab/files/ONLYOFFICE_CommunityServer/"><span class="pvl_product">ONLYOFFICE Groups</span><span class="pvl_version pvl_current">v12.5.2</span></a>

View File

@ -3,5 +3,5 @@
<%@ Register TagPrefix="cc" TagName="CommSerChangelog" Src="~/Controls/Help/VariousControls/Changelogs/CommunityServerChangelog.ascx" %>
<a class="page_version_link" target="_blank" href="https://github.com/ONLYOFFICE/CommunityServer/">
<span class="pvl_product">ONLYOFFICE Groups</span>
<span class="pvl_version pvl_current">v12.5.1</span></a>
<span class="pvl_version pvl_current">v12.5.2</span></a>
<cc:CommSerChangelog ID="CommSerChangelog1" runat="server" />