This commit is contained in:
Lauri Ojansivu 2019-03-22 13:08:36 +02:00
parent 563458e0b5
commit 296349a83b
4 changed files with 7 additions and 6 deletions

View file

@ -1,13 +1,14 @@
# Upcoming Wekan release
# v2.52 2019-03-22 Wekan release
This release adds the following new features:
- [More whitelabeling: Hide Wekan logo and title by default, and don't show separate option to hide logo at
Admin Panel/Layout](https://github.com/wekan/wekan/commit/2969161afbe60a1aa2e7da6cedc3ab48941faf3e).
Thanks to xet7.
- Add option to redirect OIDC OAuth2 login [part1](https://github.com/wekan/wekan-ldap/commit/82a894ac20ba9e7c6fdf053cff1721cab709bf8a),
- Added and then reverted option to redirect OIDC OAuth2 login [part1](https://github.com/wekan/wekan-ldap/commit/82a894ac20ba9e7c6fdf053cff1721cab709bf8a),
[part 2](https://github.com/wekan/wekan-ldap/commit/36900cc360d0d406f8fba5e43378f85c92747870) and
[part3](https://github.com/wekan/wekan/commit/7919ae362866c0cacf2a486bf91b12e4d25807d7).
This does not work yet. In Progress.
Thanks to xet7.
- [Add LDAP config example, remove extra text](https://github.com/wekan/wekan/commit/506acda70b5e78737c52455e5eee9c8758243196).
Thanks to xet7.

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v2.51.0"
appVersion: "v2.52.0"
files:
userUploads:
- README.md

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v2.51.0",
"version": "v2.52.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 253,
appVersion = 254,
# Increment this for every release.
appMarketingVersion = (defaultText = "2.51.0~2019-03-21"),
appMarketingVersion = (defaultText = "2.52.0~2019-03-22"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,