Skip to content

Commit b3a663d

Browse files
committed
release/v1.15.7
Signed-off-by: samin-z <samin.zavarkesh@gmail.com>
1 parent bd49938 commit b3a663d

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
# 1.15.7
9+
## Fixed
10+
- [stable31] Fix/display labels with invalid colors by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7540
11+
- [stable31] fix: Use strict comparaison by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7575
12+
- [stable31] fix(cron): Split Card IDs into chunks by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7622
13+
- [stable31] fix: rely on backend filter for upcoming cards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7633
14+
- [stable31] fix: hide upload button if user has no quota by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7680
15+
- [stable31] fix: check cardId for attachment by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7740
16+
- [stable31] Server-side validation for whitespace in title by @samin-z in https://github.com/nextcloud/deck/pull/7784
17+
- [stable31] owner should not get updated when updating card by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7854
18+
819
# 1.15.6
920
### Added
1021
- [stable31] refactor: convert store to factory functions by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7401

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>1.15.6</version>
23+
<version>1.15.7</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.15.6",
4+
"version": "1.15.7",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)