From b172672aa8cabefcb37c539d1e81c300196c7ba6 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 2 Dec 2025 09:53:10 +0100 Subject: [PATCH] Update most recently supported WordPress version to 6.9 --- docker-compose.yml | 3 +-- readme.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6cdf1de..fd19121 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,6 @@ -version: '3' services: wordpress: - image: wordpress:beta-6.8-apache + image: wordpress:beta-6.9-apache ports: - '8080:80' environment: diff --git a/readme.txt b/readme.txt index c5e9816..699aabe 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: timmmmyboy, BigBlueHat, JakeHartnell, greatislander, acelaya Tags: hypothesis, annotation, comments Requires at least: 6.2 -Tested up to: 6.8.0 +Tested up to: 6.9.0 Stable tag: 0.7.4 License: BSD-3-Clause License URI: http://opensource.org/licenses/BSD-3-Clause