From 0e1ffa0c691bb5f17fbe9058530563646f7f98dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= <jeabakker@coldtrick.com> Date: Thu, 21 Nov 2024 08:46:17 +0100 Subject: [PATCH] chore(releases): add 6.1 to releases list --- start.php | 1 + 1 file changed, 1 insertion(+) diff --git a/start.php b/start.php index 6918820..0d599bb 100644 --- a/start.php +++ b/start.php @@ -110,6 +110,7 @@ function init() { // Elgg versions (The forms expect this to be an associative array) elgg_set_config('elgg_versions', array( + '6.1' => '6.1', '6.0' => '6.0', '5.1' => '5.1', '5.0' => '5.0',