mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 03:04:22 +01:00
Added FerretDB/PostgreSQL to changelog.
This commit is contained in:
parent
b9887fc917
commit
c16e99ba1e
3 changed files with 6 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ Newest WeKan at these platforms:
|
||||||
Fixing other platforms In Progress.
|
Fixing other platforms In Progress.
|
||||||
|
|
||||||
- Node.js 14.x at https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4 and https://nodejs.org/dist/latest-v14.x/
|
- Node.js 14.x at https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4 and https://nodejs.org/dist/latest-v14.x/
|
||||||
- MongoDB 6.x and 7.x
|
- MongoDB 6.x and 7.x, or FerretDB/PostgreSQL https://blog.ferretdb.io/building-project-management-stack-wekan-ferretdb/
|
||||||
|
|
||||||
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
|
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,10 @@ template(name="setting")
|
||||||
a.js-setting-menu(data-id="announcement-setting")
|
a.js-setting-menu(data-id="announcement-setting")
|
||||||
i.fa.fa-bullhorn
|
i.fa.fa-bullhorn
|
||||||
| {{_ 'admin-announcement'}}
|
| {{_ 'admin-announcement'}}
|
||||||
//li
|
li
|
||||||
// a.js-setting-menu(data-id="accessibility-setting")
|
a.js-setting-menu(data-id="accessibility-setting")
|
||||||
// i.fa.fa-universal-access
|
i.fa.fa-universal-access
|
||||||
// | {{_ 'accessibility'}}
|
| {{_ 'accessibility'}}
|
||||||
li
|
li
|
||||||
a.js-setting-menu(data-id="layout-setting")
|
a.js-setting-menu(data-id="layout-setting")
|
||||||
i.fa.fa-object-group
|
i.fa.fa-object-group
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ template(name="sidebar")
|
||||||
template(name='homeSidebar')
|
template(name='homeSidebar')
|
||||||
hr
|
hr
|
||||||
+membersWidget
|
+membersWidget
|
||||||
|
| {{_ 'accessibility'}}
|
||||||
hr
|
hr
|
||||||
+labelsWidget
|
+labelsWidget
|
||||||
hr
|
hr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue