Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0b8385..8fba7ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.8.2 – 2021-06-15
+### Fixed
+- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
+ [#259](https://github.com/nextcloud/external/pull/259)
+- Use prepared list of pages to redirect to the page
+ [#245](https://github.com/nextcloud/external/pull/245)
+- urlencode the parameters
+ [#248](https://github.com/nextcloud/external/pull/248)
+
+## 3.7.3 – 2021-06-15
+### Fixed
+- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
+ [#260](https://github.com/nextcloud/external/pull/260)
+- Use prepared list of pages to redirect to the page
+ [#246](https://github.com/nextcloud/external/pull/246)
+- urlencode the parameters
+ [#249](https://github.com/nextcloud/external/pull/249)
+
## 3.8.1 – 2021-01-25
### Fixed
- Fix "Fileupload not a function on chrome"