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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-02-02 22:33:39 +0300
committerJulius Härtl <jus@bitgrid.net>2021-02-02 22:33:39 +0300
commitfa6f50d3263dc8859bdec994c5eee3d3e1438550 (patch)
tree4a798737feb46cf4f6d8979c10c698f3968ffd61
parente19327137635ec0117ae029e747da21d90ee4f7a (diff)
Bump version to 1.2.4v1.2.4
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 585fe279..df21fdd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.2.4 - 2021-02-02
+
+### Fixed
+* [#2715](https://github.com/nextcloud/deck/pull/2715) Handle clicks on calendar entries
+* [#2752](https://github.com/nextcloud/deck/pull/2752) Remove invalid activity parameters
+* [#2755](https://github.com/nextcloud/deck/pull/2755) Properly set author for activity events that are triggered by cron
+* [#2757](https://github.com/nextcloud/deck/pull/2757) Remove repair step which is no longer needed as we cleanup properly
+* [#2758](https://github.com/nextcloud/deck/pull/2758) Fix deck activity emails not being translated
+
+
## 1.2.3 - 2021-01-04
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ceccb2c6..d9ac4eaa 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -17,7 +17,7 @@
- 🚀 Get your project organized
</description>
- <version>1.2.3</version>
+ <version>1.2.4</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>