From b203ba35f85b86e0c24664b76646c47a3883964b Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Tue, 25 Aug 2026 13:28:52 +0200 Subject: [PATCH] Align declared PHP compatibility with CI: require 8.4-8.5 Bump to 34.0.1. --- appinfo/info.xml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 20d7c86..5c4db0c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -28,7 +28,7 @@ This app lets every user configure their own Deck automation workflows from Pers A background job periodically evaluates all enabled workflows and moves cards whose due date has passed, using Deck's own internal PHP classes only (no HTTP/OCS calls). ]]> - 34.0.0 + 34.0.1 agpl Patrick Niebeling WorkflowDeckAutomation @@ -36,7 +36,7 @@ A background job periodically evaluates all enabled workflows and moves cards wh tools https://github.com/pniebeling/workflow_deck_automation/issues - + pgsql sqlite mysql diff --git a/package.json b/package.json index 31b7f16..16a3a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workflow_deck_automation", - "version": "34.0.0", + "version": "34.0.1", "private": true, "type": "module", "description": "Automates moving overdue Deck cards between stacks, configurable per user.",