Bump 4.8.0 (#7471)

* bump and doc
This commit is contained in:
Eugenio Romano
2022-01-27 14:17:08 +01:00
committed by GitHub
parent 8a9a9a6fdc
commit ab188e9611
28 changed files with 393 additions and 48 deletions
+2 -1
View File
@@ -110,11 +110,12 @@ From version `3.8.0` it is also possible to filter out the folders:
```
In this way all the files present in the .git folder won't be uploaded.
> Please note that the filtering options available for the folders is the same as the one for the files.
### Toggling Versioning Support
It is also possible to provide the `versioningEnabled` value as part of the `FileUploadOptions` when using upload service from the code.
It is also possible to provide the `versioningEnabled` value as part of the [`FileUploadOptions`](../../../lib/core/models/file.model.ts) when using [upload service](../../core/services/upload.service.md) from the code.
> Note: When creating a new node using multipart/form-data by default versioning is enabled and set to MAJOR Version.
> Since Alfresco 6.2.3 versioningEnabled flag was introduced offering better control over the new node Versioning.