From e2a87b163b650f1bab1b7c17d57f1741399ea6e4 Mon Sep 17 00:00:00 2001 From: karakayasemi Date: Sat, 14 Jul 2018 21:03:16 +0300 Subject: [PATCH] set max version 10.0.8 and add deprecation info --- .travis.yml | 2 +- appinfo/info.xml | 6 +++--- templates/settings-admin.php | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34f6da1..d317486 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ php: env: global: - - CORE_BRANCH=master + - CORE_BRANCH=v10.0.8 - APP_NAME=security matrix: - DB=sqlite diff --git a/appinfo/info.xml b/appinfo/info.xml index 1bafcc7..177018c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -2,14 +2,14 @@ security Security - ownCloud Security app. It hardens ownCloud security with several new features including brute force protection, 404 detection and strong password enforcement. + ownCloud Security app. It hardens ownCloud security with several new features including brute force protection, 404 detection and strong password enforcement. This app will be deprecated and there will not be further version. You can use the Password Policy app and the Brute Force Protection app to achieve the same functionality. ownCloud security hardening app AGPL Semih Serhat Karakaya - 0.0.2 + 0.0.3 Security - + diff --git a/templates/settings-admin.php b/templates/settings-admin.php index 79b5490..b239beb 100644 --- a/templates/settings-admin.php +++ b/templates/settings-admin.php @@ -24,6 +24,7 @@ ?>

t('Brute Force Protection')); ?>

+

t('This app will be deprecated and there will not be further version. You can use the Password Policy app and the Brute Force Protection app to achieve the same functionality.')); ?>