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:
authorJoas Schilling <coding@schilljs.com>2021-06-15 15:21:39 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-15 15:21:39 +0300
commitcefade3f987a213bc75bf6f799b3f6e290cfa4bb (patch)
tree334a154f3b1afe93a6ad5929f45c18cd371c8bdb /CHANGELOG.md
parent0b0b631868b75cd99f73bb5e0bd612cab8560c15 (diff)
Fix appinfo and add changelog
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0b8385..e85d930 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,34 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.9.0 – 2021-06-15
+### Fixed
+- Accessibility Issue: Inline frames must have a unique, non-empty 'title' attribute
+ [#257](https://github.com/nextcloud/external/pull/257)
+- Use prepared list of pages to redirect to the page
+ [#244](https://github.com/nextcloud/external/pull/244)
+- urlencode the parameters
+ [#243](https://github.com/nextcloud/external/pull/243)
+- Compatibility with Nextcloud 21
+
+## 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"