From ee84ba9a202a308d4a98cecba1a5dc28e9ea3e0a Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Tue, 13 Dec 2022 12:08:04 +0100 Subject: [PATCH] IBX-4537: Updated release and service life info for v4 (#37) --- .../SystemInfo/Collector/IbexaSystemInfoCollector.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php b/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php index ae2dda80..491349e2 100644 --- a/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php +++ b/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php @@ -39,6 +39,8 @@ class IbexaSystemInfoCollector implements SystemInfoCollector '3.1' => '2020-07-15T23:59:59+00:00', '3.2' => '2020-10-23T23:59:59+00:00', '3.3' => '2021-01-18T23:59:59+00:00', + '4.2' => '2022-08-09T23:59:59+00:00', + '4.3' => '2022-11-10T23:59:59+00:00', ]; /** @@ -60,6 +62,8 @@ class IbexaSystemInfoCollector implements SystemInfoCollector '3.1' => '2020-11-30T23:59:59+00:00', '3.2' => '2021-02-28T23:59:59+00:00', '3.3' => '2023-12-30T23:59:59+00:00', + '4.2' => '2022-11-30T23:59:59+00:00', + '4.3' => '2023-02-28T23:59:59+00:00', ]; /** @@ -75,6 +79,8 @@ class IbexaSystemInfoCollector implements SystemInfoCollector '3.1' => '2021-01-30T23:59:59+00:00', '3.2' => '2021-04-30T23:59:59+00:00', '3.3' => '2025-12-30T23:59:59+00:00', + '4.2' => '2022-12-31T23:59:59+00:00', + '4.3' => '2023-03-31T23:59:59+00:00', ]; /**