Przeglądaj źródła

Fix: Double slash problem on card pop-ups. Closes #785

Lauri Ojansivu 8 lat temu
rodzic
commit
2031d107c4
2 zmienionych plików z 3 dodań i 2 usunięć
  1. 1 1
      .gitmodules
  2. 2 1
      CHANGELOG.md

+ 1 - 1
.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

+ 2 - 1
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