Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.14.11
### Fixed## What's Changed
* [stable30] fix: board notify-due by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7994
* [stable30] fix: exclude deleted cards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8046

## 1.14.10
### Fixed
* [stable30] fix: Handle share attributes in the share provider by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7732
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- 🚀 Get your project organized

</description>
<version>1.14.10</version>
<version>1.14.11</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.14.10",
"version": "1.14.11",
"authors": [
{
"name": "Julius Härtl",
Expand Down
Loading