From e4b3d938b71cd85a47586590d063cb3852aac3ca Mon Sep 17 00:00:00 2001 From: Pascal Chevrel Date: Tue, 16 Apr 2024 18:59:17 +0200 Subject: [PATCH] Document that we should keep an entry for now --- app/data/upcoming_releases.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/data/upcoming_releases.php b/app/data/upcoming_releases.php index 7fbbf5b..b4ba235 100644 --- a/app/data/upcoming_releases.php +++ b/app/data/upcoming_releases.php @@ -13,12 +13,7 @@ */ return [ - '120.0' => '2023-11-21', - '121.0' => '2023-12-19', - '122.0' => '2024-01-23', - '123.0' => '2024-02-20', - '124.0' => '2024-03-19', - '125.0' => '2024-04-16', + '125.0' => '2024-04-16', // Keep this entry forever or add more logic to the models to deal with 125.0 being replaced by 125.0.1 '126.0' => '2024-05-14', '127.0' => '2024-06-11', '128.0' => '2024-07-09',