diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-27 06:20:30 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-27 06:20:30 +0200 |
commit | 8d512451610677ab668de596f4b13d0473b47cdc (patch) | |
tree | ced8b28bc1592995bde50083cfb4ce2781bb125f /CHANGELOG.md | |
parent | a7071291468f1b3b99d13691b6c088f00069896f (diff) | |
parent | 55ad98ecc4e834a0bbdcb55453596a813e9bcc43 (diff) | |
download | wekan-8d512451610677ab668de596f4b13d0473b47cdc.tar.gz wekan-8d512451610677ab668de596f4b13d0473b47cdc.tar.bz2 wekan-8d512451610677ab668de596f4b13d0473b47cdc.zip |
Merge branch 'devel' into edge
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c133ac6..c0eeb550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# v2.27 2019-02-27 Wekan release + +This release fixes the following bugs: + +- [Fix OIDC error "a.join is not a function"](https://github.com/wekan/wekan/issues/2206) + by reverting configurable OAUTH2_ID_TOKEN_WHITELIST_FIELDS and + OAUTH2_REQUEST_PERMISSIONS from Wekan v2.22-2.26. + Thanks to GitHub user xet7. + +# v2.26 2019-02-25 Wekan release + +This release adds the following new features: + +- Add setting [EMAIL_NOTIFICATION_TIMEOUT](https://github.com/wekan/wekan/issues/2203). + Defaut 30000 ms (30s). Thanks to GitHub users ngru and xet7. + +and fixes the following bugs: + +- REVERTED in v2.27 ([Fix OAuth2 requestPermissions](https://github.com/wekan/wekan/commit/5e238bfbfea16940ae29647ae347bbdc0d78efb0). + This makes [Auth0 login possible](https://github.com/wekan/wekan/issues/1722) + with [OIDC](https://github.com/wekan/wekan/wiki/OAuth2#auth0). Needs testing. + Thanks to GitHub user xet7.) + # v2.25 2019-02-23 Wekan release This release fixes the following bugs: @@ -17,8 +40,8 @@ This release adds the following new features: and fixes the following bugs: -- [Add missing text .env to wekan/server/authentication.js](https://github.com/wekan/wekan/commit/4e6e78ccd216045e6ad41bcdab4e524f715a7eb5). - Thanks to Vanila Chat user .gitignore. +- REVERTED in v2.27 ([Add missing text .env to wekan/server/authentication.js](https://github.com/wekan/wekan/commit/4e6e78ccd216045e6ad41bcdab4e524f715a7eb5). + Thanks to Vanila Chat user .gitignore.) Thanks to above contributors, and translators for their translation. @@ -36,10 +59,10 @@ Thanks to above GitHub users for their contributions, and translators for their This release adds the following new features: - [Kadira integration](https://github.com/wekan/wekan/issues/2152). Thanks to GavinLilly. -- Add [configurable](https://github.com/wekan/wekan/issues/1874#issuecomment-462759627) +- REVERTED in v2.27 (Add [configurable](https://github.com/wekan/wekan/issues/1874#issuecomment-462759627) settings [OAUTH2_ID_TOKEN_WHITELIST_FIELDS and OAUTH2_REQUEST_PERMISSIONS](https://github.com/wekan/wekan/commit/b66f471e530d41a3f12e4bfc29548313e9a73c35). - Thanks to xet7. + Thanks to xet7.) and fixes the following bugs: |