Skip to content

Commit c775da8

Browse files
committed
v0.11.1-rc2 Wekan prerelease.
1 parent c829440 commit c775da8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Upcoming Wekan release
1+
# v0.11.1-rc2 2017-03-05 Wekan prerelease
2+
3+
Known bugs:
4+
* https://github.com/wekan/wekan/issues/785
5+
* https://github.com/wekan/wekan/issues/784
26

37
This release adds the following supported platforms:
48

@@ -14,22 +18,18 @@ This release adds the following supported platforms:
1418
and adds the following new features:
1519

1620
* Admin Panel:
21+
```
1722
1) Disable Self-Registration and invite users
1823
2) SMTP settings.
1924
2025
Adding Admin user in mongo cli:
2126
1) Use database that has wekan data, for example:
22-
```
23-
use admin;
24-
```
27+
use admin;
2528
2) Add Admin rights to some Wekan username:
26-
```
27-
db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
28-
```
29+
db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
2930
Hiding Admin panel by removing Admin rights:
30-
```
31-
use admin;
32-
db.settings.remove({});
31+
use admin;
32+
db.settings.remove({});
3333
```
3434
* Make Due Date layout nicer on minicard;
3535
* Added tooltip for board menu and sidebar buttons;

0 commit comments

Comments
 (0)