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

github.com/nextcloud/files_retention.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-07-13 13:16:22 +0300
committerGitHub <noreply@github.com>2022-07-13 13:16:22 +0300
commit3ec34a8e2b7c30fe5e63c5aae149877299804de1 (patch)
tree2a5ad535bf473b9df82e7d1a69b6c336eaa176cb
parent4faab4c6eda04412f3f793e9018b6ef3b0006d27 (diff)
parentb233305f499f18ba46f38dbba7d6e68b2f1bb667 (diff)
Merge pull request #188 from nextcloud/backport/187/stable24
[stable24] Add changelog for releases on monday
-rw-r--r--CHANGELOG.md18
-rw-r--r--appinfo/info.xml2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..022e2a7
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+## 1.13.2 – 2022-07-11
+### Fixed
+- Fix UI not showing when a tag for any rule is missing
+ [#186](https://github.com/nextcloud/files_retention/pull/186)
+- Show an error when saving a retention rule fails
+ [#181](https://github.com/nextcloud/files_retention/pull/181)
+- Fix error when trying to add a retention rule
+ [#183](https://github.com/nextcloud/files_retention/pull/183)
+
+## 1.12.1 – 2022-07-11
+### Fixed
+- Fix UI not showing when a tag for any rule is missing
+ [#185](https://github.com/nextcloud/files_retention/pull/185)
+- Fix untranslated strings in admin settings
+ [#180](https://github.com/nextcloud/files_retention/pull/180)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3a1d9f2..6cfa867 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<summary>This application allows for automatic deletion of files after a given time.</summary>
<description>An app for Nextcloud to control automatic deletion of files after a given time.
Optionally the users can be informed the day before.</description>
- <version>1.13.1</version>
+ <version>1.13.2</version>
<licence>agpl</licence>
<author>Roeland Jago Douma</author>
<namespace>Files_Retention</namespace>