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:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-09 16:26:01 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-09 16:26:01 +0300
commit92e66ad5712a33daa4826185978fbc8325d96866 (patch)
tree775e6115a4e4f44377677cc5641b493e12c4fef1 /appinfo
parent485371a45173e8eb1b167e26f314bacd964f931d (diff)
v2.3.0
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0b4cbf6..48c4a4c 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.4.0</version>
+ <version>2.3.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="20" max-version="24" />
+ <nextcloud min-version="21" max-version="23" />
</dependencies>
<settings>
<admin>OCA\BruteForceSettings\Settings\IPWhitelist</admin>