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

github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-02-24 00:31:06 +0300
committerGitHub <noreply@github.com>2022-02-24 00:31:06 +0300
commitc8826eccc1e636939b946137d5d904574aaf9ba2 (patch)
tree7174a74820e4f76748d909a5d675ce5c6ac3b062
parent2bd046ac5b791556be0da68dbb5c2beead7c2a94 (diff)
parente5031670ed7949c2c38fdd3998e04d89ea6c713e (diff)
Merge pull request #94 from nextcloud/kill-21v1.13.1
Remove 21
-rw-r--r--.github/workflows/phpunit.yml4
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xappinfo/info.xml4
4 files changed, 9 insertions, 5 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 215fec0..5ebddba 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,10 +20,10 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite']
- server-versions: ['master', 'stable23', 'stable22', 'stable21']
+ server-versions: ['master', 'stable23', 'stable22']
include:
- php-versions: '7.3'
- server-versions: 'stable21'
+ server-versions: 'stable22'
databases: 'sqlite'
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index b228b03..acaa1a0 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -9,7 +9,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
- ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22', 'dev-stable21' ]
+ ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90f9b50..7ea29b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.13.1 – 2022-02-23
+### Fixed
+- Mark background job as time insensitive
+
## 1.13.0 – 2021-12-02
### Changed
- Nextcloud 23 compatibility
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 19a6ca1..875b669 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<description>This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).
In addition an email can be sent to the users. The three percentages can be changed in the admin settings.
It is also possible to have a link in the email and the notification for upsell options.</description>
- <version>1.13.0</version>
+ <version>1.13.1</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<namespace>QuotaWarning</namespace>
@@ -23,7 +23,7 @@ It is also possible to have a link in the email and the notification for upsell
<screenshot>https://raw.githubusercontent.com/nextcloud/quota_warning/master/docs/email.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/quota_warning/master/docs/admin-settings.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="23" />
+ <nextcloud min-version="22" max-version="23" />
</dependencies>
<repair-steps>
<install>