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

github.com/nextcloud/orcid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-08-20 13:35:09 +0300
committerMaxence Lange <maxence@artificial-owl.com>2020-08-20 13:35:09 +0300
commitacdbc2db333c0f074eb30297313de8333a96fc44 (patch)
tree476be29a0e6cc07758039c589a91bc0dffb5649b
parentaae0cd84818f41eeaa625c920c86b03aad055c18 (diff)
1.1.1
-rw-r--r--Makefile2
-rw-r--r--README.md2
-rwxr-xr-xappinfo/info.xml4
3 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index b90a247..54680f1 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=master
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
-version+=1.1.0
+version+=1.1.1
all: appstore
diff --git a/README.md b/README.md
index 30f08cf..3ec05f1 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,6 @@ Based on user_orcid from Lars Naesbye Christensen, DeIC for ownCloud - https://g
This app will use the API from https://orcid.org/ to access and archive users'
ORCID information.
-## Dependencies
- * nextcloud 10 (tested on Nextcloud up to NC13)
## Installation instructions
Copy the app files to the **nextcloud/apps/** directory.
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4200e4b..09b4ae8 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>ORCID</name>
<summary>Authenticate with ORCID</summary>
<description>based on user_orcid written by Lars Næsbye Christensen, DeIC</description>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<author>Lars Næsbye Christensen</author>
@@ -18,7 +18,7 @@
<repository type="git">https://github.com/nextcloud/orcid.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/orcid/master/screenshots/personalsettings.jpeg</screenshot>
<dependencies>
- <nextcloud min-version="14" max-version="16"/>
+ <nextcloud min-version="14" max-version="20"/>
</dependencies>
</info>