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.')); ?>