summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-16 14:34:01 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-16 14:34:01 +0300
commit62dd28d91c0a71c083ee94cfa41fbfbd75a97112 (patch)
tree4f3fdc470a21a6f8e62fa89cc52d88c6516ae2ba
parentb3005f828dbf69bdf174d4bcd7654310fa9e0968 (diff)
downloadwekan-62dd28d91c0a71c083ee94cfa41fbfbd75a97112.tar.gz
wekan-62dd28d91c0a71c083ee94cfa41fbfbd75a97112.tar.bz2
wekan-62dd28d91c0a71c083ee94cfa41fbfbd75a97112.zip
- Use only framing policy, not all of content policy.
- Fix Date and Time Formats are only US in every language. Thanks to xet7 ! Closes #1833
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 874bcbcb..a96a5b38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,14 @@
This release fixes the following bugs:
-- [Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console](807c6ce09e4b5d49049d343d73bbca24fa84d527);
+- [Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console](https://github.com/wekan/wekan/commit/807c6ce09e4b5d49049d343d73bbca24fa84d527);
+- [Use only framing policy, not all of content policy](https://github.com/wekan/wekan/commit/b3005f828dbf69bdf174d4bcd7654310fa9e0968);
- [Set default matomo settings to disabled](https://github.com/wekan/wekan/commit/807c6ce09e4b5d49049d343d73bbca24fa84d527);
- Fix [hidden](https://github.com/wekan/wekan/commit/be00465e67931f2a5655ed47f6e075ed1c589f54)
[system](https://github.com/wekan/wekan/commit/9fc3de8502919f9aeb18c9f8ea3b0678b66ce176) [messages](https://github.com/wekan/wekan/issues/1830);
- Fix [Requested By](https://github.com/wekan/wekan/commit/e55d7e4f72a4b425c4aca5ba04a7be1fc642649b) and
- [Assigned By](https://github.com/wekan/wekan/commit/5c33a8534186920be642be8e2ac17743a54f16db) [fields](https://github.com/wekan/wekan/issues/1830).
+ [Assigned By](https://github.com/wekan/wekan/commit/5c33a8534186920be642be8e2ac17743a54f16db) [fields](https://github.com/wekan/wekan/issues/1830);
+- [Fix Date and Time Formats are only US in every language](https://github.com/wekan/wekan/commit/b3005f828dbf69bdf174d4bcd7654310fa9e0968).
Thanks to GitHub users andresmanelli and xet7 for their contributions.