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

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2022-09-23 12:16:32 +0300
committerGitHub <noreply@github.com>2022-09-23 12:16:32 +0300
commitf4e8c81225fd806fbbeb60fef253485a0f44bba3 (patch)
treeaf5fd38f696ee0d1d5fe295d2aef367be6c590f7
parent1d154f5dda6bcbc03640104ae7ec1df8c3d6aeef (diff)
parent4135ac5bba184fea486975df9a0b5454d3ae7b98 (diff)
Merge pull request #394 from nextcloud/update-master-version
Add Nextcloud 25 support on master
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e10465f..7f13f3c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@ bruteforce protected controller with the same API slower for a 24 hour period.
With this app, the admin can exempt an IP address or range from this
protection which can be useful for testing purposes or when there are false
positives due to a lot of users on one IP address.]]></description>
- <version>2.5.0</version>
+ <version>2.6.0</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>BruteForceSettings</namespace>
@@ -25,7 +25,7 @@ positives due to a lot of users on one IP address.]]></description>
<repository type="git">https://github.com/nextcloud/bruteforcesettings.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/bruteforcesettings/master/screenshots/1.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
<settings>
<admin>OCA\BruteForceSettings\Settings\IPWhitelist</admin>
diff --git a/package.json b/package.json
index 18daa7c..729a2cc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bruteforcesettings",
- "version": "2.5.0",
+ "version": "2.6.0",
"description": "Bruteforce settings app",
"author": "Roeland Jago Douma <roeland@famdouma.nl>",
"license": "AGPL-3.0-or-later",