diff --git a/CHANGELOG.md b/CHANGELOG.md index 182a6f1af..78ed02162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,13 @@ This release updates OnlyOffice applications to version 7.3.3. It improves the F ## Features -- OnlyOffice applications (Sheet, Document, Presentation) - - Upgrade to version 7.1 +- Upgrade OnlyOffice applications (Sheet, Document, Presentation) to version 7.1 - Forms - New question type: Date [[#811](https://github.com/xwiki-labs/cryptpad/issues/811)] - Add Condorcet voting results to ordered list responses -- Default dark theme switch [[#759](https://github.com/xwiki-labs/cryptpad/issues/759)]: set dar ktheme as the default for the instance in `application_config.js` +- Default dark theme switch [[#759](https://github.com/xwiki-labs/cryptpad/issues/759)]: set dark theme as the default for the instance in `application_config.js` - New FreeBSD rc.d init script diff --git a/customize.dist/pages.js b/customize.dist/pages.js index ba140b2e0..87239ff61 100644 --- a/customize.dist/pages.js +++ b/customize.dist/pages.js @@ -95,7 +95,7 @@ define([ return h('a', attrs, [icon, text]); }; - Pages.versionString = "5.3"; + Pages.versionString = "5.3.0"; var customURLs = Pages.customURLs = {}; (function () { diff --git a/package-lock.json b/package-lock.json index 6a85d5221..35b79f1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cryptpad", - "version": "5.3", + "version": "5.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cryptpad", - "version": "5.3", + "version": "5.3.0", "license": "AGPL-3.0+", "dependencies": { "@mcrowe/minibloom": "^0.2.0", diff --git a/package.json b/package.json index 8e9be566b..b23f7047f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cryptpad", "description": "realtime collaborative visual editor with zero knowlege server", - "version": "5.3", + "version": "5.3.0", "license": "AGPL-3.0+", "repository": { "type": "git",