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 <213943+nickvergessen@users.noreply.github.com>2021-06-15 15:56:06 +0300
committerGitHub <noreply@github.com>2021-06-15 15:56:06 +0300
commit86c25f1fbb9532f5df7c610ec3a13e57ba7c3752 (patch)
tree70e064ebb9bf6e2755889960c046648980b122dc
parentf6299e4f6de8cb7ba64f22d963561c3b26ff9e7c (diff)
parent64fcffa5529316bd0689f121cf58e8ae14575c8e (diff)
Merge pull request #262 from nextcloud/backport/261/stable21v3.8.2
[stable21] Fix appinfo and add changelog
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml11
2 files changed, 24 insertions, 5 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"
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8706dba..a8ac0da 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>external</id>
<name>External sites</name>
<summary>Add external sites to your Nextcloud navigation</summary>
@@ -10,10 +11,10 @@ It is also possible to add links only for a given language, device type or user
More information is available in the External sites documentation.]]></description>
<documentation>
- <admin>https://docs.nextcloud.com/server/14/admin_manual/configuration_server/external_sites.html</admin>
+ <admin>https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/external_sites.html</admin>
</documentation>
- <licence>AGPL</licence>
+ <licence>agpl</licence>
<author>Joas Schilling</author>
<category>customization</category>
@@ -26,9 +27,9 @@ More information is available in the External sites documentation.]]></descripti
<website>https://github.com/nextcloud/external</website>
<bugs>https://github.com/nextcloud/external/issues</bugs>
- <repository type="git">https://github.com/nextcloud/external.git</repository>
+ <repository>https://github.com/nextcloud/external.git</repository>
- <version>3.8.1</version>
+ <version>3.8.2</version>
<namespace>External</namespace>
<dependencies>