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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-11-11 13:58:28 +0300
committerGitHub <noreply@github.com>2021-11-11 13:58:28 +0300
commit4503a2ea03a76ee4f58bd51a3304e63d3ebab9e1 (patch)
tree9df1d034666b0056c275c23c219fcfbc63e3cdfc
parentac4f157e5684c3ee6eca9bdf14d21a510fbba954 (diff)
parentb9351e6ce7a958e1e70d224561f449a7c7c51126 (diff)
Merge pull request #138 from nextcloud/update-master-version
Update version on master
-rw-r--r--.github/workflows/phpunit.yml2
-rw-r--r--appinfo/info.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 4b59af0..e75f7d9 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -79,7 +79,7 @@ jobs:
services:
mysql:
- image: mariadb
+ image: mariadb:10.5
ports:
- 4444:3306/tcp
env:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 46f238b..7142b0f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@ The administrator is then logged-in as the user, to switch back to the regular u
- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.
- Impersonating an user is only possible after their first login.]]></description>
- <version>1.10.0</version>
+ <version>1.11.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>Impersonate</namespace>
@@ -36,7 +36,7 @@ The administrator is then logged-in as the user, to switch back to the regular u
<screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/3.png</screenshot>
<dependencies>
- <nextcloud min-version="23" max-version="23" />
+ <nextcloud min-version="24" max-version="24" />
</dependencies>
<settings>