From 3c435310db19d5f1ec7295d8f6f4485714f96084 Mon Sep 17 00:00:00 2001 From: Felix Ruby Date: Wed, 18 Dec 2024 11:56:11 +0100 Subject: [PATCH] Update wordpress.yml Update WordPress to 6.7 and upgrade MySQL to latest LTS version 8.4.3 Refer to https://make.wordpress.org/hosting/2024/11/05/wordpress-6-7-server-compatibility/ for server compatibility details. --- public/v4/apps/wordpress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v4/apps/wordpress.yml b/public/v4/apps/wordpress.yml index 9bb35e596..8ec8d9d92 100644 --- a/public/v4/apps/wordpress.yml +++ b/public/v4/apps/wordpress.yml @@ -36,7 +36,7 @@ caproverOneClickApp: defaultValue: $$cap_gen_random_hex(16) - id: $$cap_wp_version label: WordPress Version - defaultValue: '6.0.1' + defaultValue: '6.7.1' description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/ validRegex: /^([^\s^\/])+$/ - id: $$cap_db_type @@ -46,7 +46,7 @@ caproverOneClickApp: validRegex: /^(mysql|mariadb)$/ - id: $$cap_database_version label: Database Version, default is MySQL - defaultValue: '8.0.29' + defaultValue: '8.4.3' description: Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags validRegex: /^([^\s^\/])+$/ instructions: