From 4d5acc37141e689a4abbd8343558059bfb530c02 Mon Sep 17 00:00:00 2001 From: Daniel Waxweiler Date: Wed, 26 Oct 2022 22:57:39 +0200 Subject: [PATCH] confirm compatibility with WordPress 6.1 --- package.json | 2 +- source/changelog.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 003f8ba..d4f3164 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "niceName": "Connector for Mobilizon", "phpMinimumVersion": 7.4, "wordpressMinimumVersion": 5.6, - "wordpressTestedUpToVersion": "6.0" + "wordpressTestedUpToVersion": "6.1" }, "lint-staged": { "source/**/*.js": "eslint", diff --git a/source/changelog.txt b/source/changelog.txt index b0f7ceb..9d90f43 100644 --- a/source/changelog.txt +++ b/source/changelog.txt @@ -1,6 +1,7 @@ ### [Unreleased] #### Added #### Changed +- Confirm compatibility with WordPress 6.1 #### Deprecated #### Removed #### Fixed