Skip to content

Commit f36e831

Browse files
authored
Updated release dates (#78)
1 parent a37e421 commit f36e831

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
4343
'4.2' => '2022-08-09T23:59:59+00:00',
4444
'4.3' => '2022-11-10T23:59:59+00:00',
4545
'4.4' => '2023-02-02T23:59:59+00:00',
46+
'4.5' => '2023-05-12T23:59:59+00:00',
47+
'4.6' => '2024-02-13T23:59:59+00:00',
48+
'5.0' => '2025-07-21T23:59:59+00:00',
4649
];
4750

4851
/**
@@ -67,7 +70,9 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
6770
'4.2' => '2022-11-30T23:59:59+00:00',
6871
'4.3' => '2023-02-28T23:59:59+00:00',
6972
'4.4' => '2023-05-31T23:59:59+00:00',
70-
'4.5' => '2024-03-31T23:59:59+00:00',
73+
'4.5' => '2024-02-28T23:59:59+00:00',
74+
'4.6' => '2027-02-28T23:59:59+00:00',
75+
'5.0' => '2028-07-21T23:59:59+00:00',
7176
];
7277

7378
/**
@@ -86,7 +91,9 @@ class IbexaSystemInfoCollector implements SystemInfoCollector
8691
'4.2' => '2022-12-31T23:59:59+00:00',
8792
'4.3' => '2023-03-31T23:59:59+00:00',
8893
'4.4' => '2023-06-30T23:59:59+00:00',
89-
'4.5' => '2024-04-30T23:59:59+00:00',
94+
'4.5' => '2024-05-30T23:59:59+00:00',
95+
'4.6' => '2029-02-28T23:59:59+00:00',
96+
'5.0' => '2028-07-21T23:59:59+00:00',
9097
];
9198

9299
/**

0 commit comments

Comments
 (0)