Skip to content

Commit 5ce363b

Browse files
authored
[5.3] End of Support Notification (joomla#45831)
1 parent ca1483f commit 5ce363b

File tree

1 file changed

+5
-5
lines changed
  • plugins/quickicon/eos/src/Extension

1 file changed

+5
-5
lines changed

plugins/quickicon/eos/src/Extension/Eos.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class Eos extends CMSPlugin implements SubscriberInterface
3838
* @var string
3939
* @since 4.4.0
4040
*/
41-
private const EOS_DATE = '2027-10-19';
41+
private const EOS_DATE = '2027-10-12';
4242

4343
/**
4444
* Load the language file on instantiation.
@@ -189,7 +189,7 @@ private function getMessageInfo(int $monthsUntilEOS, int $inverted): array
189189
'id' => 5,
190190
'messageText' => 'PLG_QUICKICON_EOS_MESSAGE_ERROR_SUPPORT_ENDED',
191191
'messageType' => 'error',
192-
'messageLink' => 'https://docs.joomla.org/Special:MyLanguage/Joomla_4.4.x_to_5.x_Planning_and_Upgrade_Step_by_Step',
192+
'messageLink' => 'https://docs.joomla.org/Special:MyLanguage/Joomla_5.4.x_to_6.x_Planning_and_Upgrade_Step_by_Step',
193193
'snoozable' => false,
194194
];
195195
}
@@ -200,7 +200,7 @@ private function getMessageInfo(int $monthsUntilEOS, int $inverted): array
200200
'id' => 4,
201201
'messageText' => 'PLG_QUICKICON_EOS_MESSAGE_WARNING_SUPPORT_ENDING',
202202
'messageType' => 'warning',
203-
'messageLink' => 'https://docs.joomla.org/Special:MyLanguage/Joomla_4.4.x_to_5.x_Planning_and_Upgrade_Step_by_Step',
203+
'messageLink' => 'https://docs.joomla.org/Special:MyLanguage/Joomla_5.4.x_to_6.x_Planning_and_Upgrade_Step_by_Step',
204204
'snoozable' => true,
205205
];
206206
}
@@ -211,7 +211,7 @@ private function getMessageInfo(int $monthsUntilEOS, int $inverted): array
211211
'id' => 3,
212212
'messageText' => 'PLG_QUICKICON_EOS_MESSAGE_WARNING_SECURITY_ONLY',
213213
'messageType' => 'warning',
214-
'messageLink' => 'https://docs.joomla.org/Special:MyLanguage/Joomla_4.4.x_to_5.x_Planning_and_Upgrade_Step_by_Step',
214+
'messageLink' => 'https://docs.joomla.org/Special:MyLanguage/Joomla_5.4.x_to_6.x_Planning_and_Upgrade_Step_by_Step',
215215
'snoozable' => true,
216216
];
217217
}
@@ -233,7 +233,7 @@ private function getMessageInfo(int $monthsUntilEOS, int $inverted): array
233233
'id' => 1,
234234
'messageText' => 'PLG_QUICKICON_EOS_MESSAGE_INFO_01',
235235
'messageType' => 'info',
236-
'messageLink' => 'https://joomla.org/5',
236+
'messageLink' => 'https://joomla.org/6',
237237
'snoozable' => true,
238238
];
239239
}

0 commit comments

Comments
 (0)