From bcd1f5247d870c5022445ec9f7ad01d45815e4b2 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Sat, 9 Nov 2024 09:54:47 +0100 Subject: [PATCH] confirm compatibility with WordPress 6.7 --- package.json | 2 +- source/changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 03f135b..ec3b241 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "niceName": "Connector for Mobilizon", "phpMinimumVersion": 7.4, "wordpressMinimumVersion": 5.6, - "wordpressTestedUpToVersion": "6.6" + "wordpressTestedUpToVersion": "6.7" }, "lint-staged": { "source/**/*.js": "eslint", diff --git a/source/changelog.txt b/source/changelog.txt index ea2745e..7ad4759 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -1,6 +1,7 @@ ### [Unreleased] #### Added #### Changed +- Confirm compatibility with WordPress 6.7 #### Deprecated #### Removed #### Fixed