diff --git a/CHANGELOG.md b/CHANGELOG.md index e445225a39..cd4da92d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index 438cf4ddeb..a1634f9e82 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ - 🚀 Get your project organized - 1.14.10 + 1.14.11 agpl Julius Härtl diff --git a/package-lock.json b/package-lock.json index 1edcaf45b1..d2cc6ff201 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.14.10", + "version": "1.14.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deck", - "version": "1.14.10", + "version": "1.14.11", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index 3e50f49c1d..d56f5f0c76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.14.10", + "version": "1.14.11", "authors": [ { "name": "Julius Härtl", diff --git a/tests/integration/composer.json b/tests/integration/composer.json index 371f478b5d..3b735a85ce 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -1,9 +1,14 @@ { + "config": { + "platform": { + "php": "8.1" + } + }, "require-dev": { "phpunit/phpunit": "~9", "behat/behat": "~3.14.0", "behat/gherkin": "4.11.0", - "guzzlehttp/guzzle": "7.9.2", + "guzzlehttp/guzzle": "^8.1", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.6.0", "symfony/event-dispatcher": "~5.4"