From 8a56ac3402f610657e62ffd3a2c11e027184caab Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Fri, 31 Jan 2025 18:16:27 +0300 Subject: [PATCH] 9.6.0 --- CHANGELOG.md | 1 + appinfo/info.xml | 2 +- npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c8962d..7e1b42dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Change Log +## 9.6.0 ## Added - setting for setup unknown author display name - setting for sending notifications by email diff --git a/appinfo/info.xml b/appinfo/info.xml index e1042c61..8819bc4b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ ONLYOFFICE app allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage. agpl Ascensio System SIA - 9.5.0 + 9.6.0 Onlyoffice diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9d98e598..60ee7dd4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "onlyoffice", - "version": "9.5.0", + "version": "9.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "onlyoffice", - "version": "9.5.0", + "version": "9.6.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/event-bus": "^3.3.1", diff --git a/package.json b/package.json index d43e8b7b..7037729d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "onlyoffice", "description": "ONLYOFFICE app allows you to view, edit and collaborate on text documents, spreadsheets and presentations within Nextcloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.", - "version": "9.5.0", + "version": "9.6.0", "author": "Ascensio System SIA (https://www.onlyoffice.com)", "license": "AGPL-3.0", "homepage": "https://www.onlyoffice.com",