From 12a0e735876f9e3f755e2014788900a80b53c192 Mon Sep 17 00:00:00 2001 From: n8ores Date: Fri, 26 Feb 2021 20:01:09 +1300 Subject: [PATCH 1/4] Fix syntax typo --- models/activities.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/activities.js b/models/activities.js index c059daa54..5fb01bd68 100644 --- a/models/activities.js +++ b/models/activities.js @@ -250,7 +250,7 @@ if (Meteor.isServer) { if (customField.name) { params.customField = customField.name; } - if (actitivy.value) { + if (activity.value) { params.customFieldValue = activity.value; } } From f41c1153d20935883c63e16b78467057802b6fa1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 26 Feb 2021 13:29:13 +0200 Subject: [PATCH 2/4] Updated ChangeLog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b36dff28..7aa717b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Fix typo in activities code](https://github.com/wekan/wekan/pull/3610). + Thanks to n8ores. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v5.00 2021-02-25 Wekan release This release fixes the following bugs: From c1f5dfc02ebb4de0126c7e5edc8a8853f8f9753b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 26 Feb 2021 14:19:20 +0200 Subject: [PATCH 3/4] Updated translations. --- i18n/pt-BR.i18n.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json index 2f94ec0aa..8e2397364 100644 --- a/i18n/pt-BR.i18n.json +++ b/i18n/pt-BR.i18n.json @@ -926,7 +926,7 @@ "operator-number-expected": "operador __operator__ esperava um número, obteve '__value__'", "operator-sort-invalid": "ordenar de '%s' é inválido", "operator-status-invalid": "'%s' não é um status válido", - "operator-has-invalid": "%s is not a valid existence check", + "operator-has-invalid": "%s não é uma verificação de existência válida", "next-page": "Próxima página", "previous-page": "Página anterior", "heading-notes": "Notas", @@ -949,9 +949,9 @@ "globalSearch-instructions-status-archived": "`__operator_status__:__predicate_archived__` - cartões que estão arquivados.", "globalSearch-instructions-status-all": "`__operator_status__:__predicate_all__` - todos os cartões arquivados e não arquivados.", "globalSearch-instructions-status-ended": "`__operator_status__:__predicate_ended__` - cartões com uma data de conclusão.", - "globalSearch-instructions-status-public": "`__operator_status__:__predicate_public__` - cards only in public boards.", - "globalSearch-instructions-status-private": "`__operator_status__:__predicate_private__` - cards only in private boards.", - "globalSearch-instructions-operator-has": "`__operator_has__:field` - where *field* is one of `__predicate_attachment__`, `__predicate_checklist__` or `__predicate_description__`", + "globalSearch-instructions-status-public": "`__operator_status__:__predicate_public__` - cartões apenas em quadros públicos.", + "globalSearch-instructions-status-private": "`__operator_status__:__predicate_private__` - cartões apenas em quadros privados.", + "globalSearch-instructions-operator-has": "`__operator_has__:field` - onde *campo* é um dos `__predicate_attachment__`, `__predicate_checklist__` ou `__predicate_description__`", "globalSearch-instructions-notes-1": "Operadores múltiplos podem ser especificados", "globalSearch-instructions-notes-2": "Operadores similares são *OR*, ou seja, do tipo \"Ou\". Cartões que correspondam a qualquer uma das condições será retornado.\n`__operator_list__:Available __operator_list__:Blocked` poderá retornar cartões que contém uma lista chamada *Blocked* or *Available*.", "globalSearch-instructions-notes-3": "Operadores de diferenciação são *AND*, ou seja, to tipo \"E. Apenas cartões que correspondam a todos os operadores de diferenciação são retornados. `__operator_list__:Available __operator_label__:red` retorna apenas os cartões na lista *Available* com uma etiqueta *red*.", From 6103265488d80e311c8d467552c93eaaec77e2b9 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 26 Feb 2021 14:24:19 +0200 Subject: [PATCH 4/4] v5.01 --- CHANGELOG.md | 2 +- Stackerfile.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- public/api/wekan.html | 4 ++-- public/api/wekan.yml | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa717b34..f55cd6c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Upcoming Wekan release +# v5.01 2021-02-26 Wekan release This release fixes the following bugs: diff --git a/Stackerfile.yml b/Stackerfile.yml index 196a3c655..e165ee8f0 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v5.00.0" +appVersion: "v5.01.0" files: userUploads: - README.md diff --git a/package-lock.json b/package-lock.json index 4889211cc..d4c8e1d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v5.00.0", + "version": "v5.01.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5680c879..7cd70a014 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v5.00.0", + "version": "v5.01.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/public/api/wekan.html b/public/api/wekan.html index 5c3bc8a01..a0fe63d83 100644 --- a/public/api/wekan.html +++ b/public/api/wekan.html @@ -1524,7 +1524,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
  • - Wekan REST API v5.00 + Wekan REST API v5.01
  • @@ -2047,7 +2047,7 @@ var n=this.pipeline.run(e.tokenizer(t)),r=new e.Vector,i=[],o=this._fields.reduc
    -

    Wekan REST API v5.00

    +

    Wekan REST API v5.01

    Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

    diff --git a/public/api/wekan.yml b/public/api/wekan.yml index 8fc4bb77d..48e9e4ad4 100644 --- a/public/api/wekan.yml +++ b/public/api/wekan.yml @@ -1,7 +1,7 @@ swagger: '2.0' info: title: Wekan REST API - version: v5.00 + version: v5.01 description: | The REST API allows you to control and extend Wekan with ease. diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index ec5c52a4a..a6fdd405b 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 500, + appVersion = 501, # Increment this for every release. - appMarketingVersion = (defaultText = "5.00.0~2021-02-25"), + appMarketingVersion = (defaultText = "5.01.0~2021-02-26"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,