Add missed changes

This commit is contained in:
Denis Spitsyn
2024-11-04 10:47:56 +00:00
parent a95d85e6af
commit 11c5f904ec

View File

@@ -56,7 +56,6 @@
* Acceleration of opening files due to rendering the slide before loading * Acceleration of opening files due to rendering the slide before loading
of images of images
* Implemented a more visual way of selecting animation from the extended list * Implemented a more visual way of selecting animation from the extended list
* Added the `Random` transition * Added the `Random` transition
#### Forms #### Forms
@@ -96,6 +95,10 @@
* Added the `users` parameter, similar to `users` in [callback handler](https://api.onlyoffice.com/editors/callback#users) * Added the `users` parameter, similar to `users` in [callback handler](https://api.onlyoffice.com/editors/callback#users)
in the response to the in the response to the
[`info`](https://api.onlyoffice.com/editors/command/info) command [`info`](https://api.onlyoffice.com/editors/command/info) command
* The `handlers` `ConvertService.ashx` and `coauthoring/CommandService.ashx`
are deprecated, it is recommended to use `converter` and `command` instead
* The ability to make a `GET` request to `converter` and `command`
is deprecated, it is recommended to use `POST` instead
#### WOPI #### WOPI