From 5366afd9981882048bc2b695c94a73f47295eeb7 Mon Sep 17 00:00:00 2001 From: Felix Ruby Date: Thu, 19 Dec 2024 06:09:28 +0100 Subject: [PATCH] Update wordpress.yml (#1186) 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: