From cb45a4bb370b3f0f12157749ae210e51de3cdcf6 Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 18 Feb 2021 09:40:41 +0100 Subject: [PATCH] [docs-only] Correct WCAG version in 1.2.0 release notes --- docs/ocis/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 70c8bb5f7..ffdb8ae55 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -13,7 +13,7 @@ Version 1.2.0 brings more functionality and stability to ownCloud Infinite Scale The most prominent changes in version 1.2.0 comprise: - The initial loading time for ownCloud Web has been reduced by handling dependencies more efficiently (the bundle size of ownCloud Web has been drastically reduced) https://github.com/owncloud/web/pull/4584 -- Preparations for accessibility features have been implemented to work towards WCAG 2.0 compliance https://github.com/owncloud/web/pull/4594 +- Preparations for accessibility features have been implemented to work towards WCAG 2.1 compliance https://github.com/owncloud/web/pull/4594 - Initial S3 storage support is available https://github.com/cs3org/reva/issues/1429 - File integrity checking has been introduced: When uploading files, Infinite Scale now makes sure that the file integrity is protected between server and clients by comparing checksums https://github.com/cs3org/reva/issues/1400 - Public link passwords are now stored as hashes to improve security https://github.com/cs3org/reva/issues/1462