summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-03-24 20:59:29 +0200
committerLauri Ojansivu <x@xet7.org>2017-03-24 20:59:29 +0200
commit2031d107c432d340442dc12560902a9c1bedd02c (patch)
tree04619f643f532a7ad3119c81c4f0a503e9a764dc
parenta9059201a7e5a94e86860e6c2da935a24e6f2be5 (diff)
downloadwekan-2031d107c432d340442dc12560902a9c1bedd02c.tar.gz
wekan-2031d107c432d340442dc12560902a9c1bedd02c.tar.bz2
wekan-2031d107c432d340442dc12560902a9c1bedd02c.zip
Fix: Double slash problem on card pop-ups. Closes #785
-rw-r--r--.gitmodules2
-rw-r--r--CHANGELOG.md3
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 20461071..3db61f5f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "packages/kadira:flow-router"]
path = packages/kadira:flow-router
- url = https://github.com/Serubin/flow-router.git
+ url = https://github.com/wekan/flow-router.git
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a014c098..e2adb13e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,11 @@ Known bugs:
This release fixes the following bugs:
+* Double slash problem on card pop-ups;
* No need for Array.prototype if using rest operator;
* Fix default font so Chinese is shown correctly.
-Thanks to GitHub users mo-han and vuxor for
+Thanks to GitHub users mo-han, Serubin and vuxor for
their contributions.
# v0.16 2017-03-15 Wekan release