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:29 +0300
committerGitHub <noreply@github.com>2021-06-15 15:56:29 +0300
commitd79e21629cc0907166bd9aa327f137d1fe01dc6e (patch)
tree9afd74b78793edcbadf6cceb2a0d515b6d42751e
parent95b3e23c3b2e186eb65607d2c7117e6fa44606ba (diff)
parent48dd8e9ffcce70f76a69c64f71c8adb3f5893a41 (diff)
Merge pull request #263 from nextcloud/backport/261/stable20v3.7.3
[stable20] Fix appinfo and add changelog
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml11
2 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d5f7bf..1e4776e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 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.7.2 – 2021-01-25
### Fixed
- Fix "Fileupload not a function on chrome"
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b9186d6..00c4346 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.7.2</version>
+ <version>3.7.3</version>
<namespace>External</namespace>
<dependencies>