diff --git a/composer.json b/composer.json index ad462c91..41fc1410 100644 --- a/composer.json +++ b/composer.json @@ -48,5 +48,8 @@ "fix-cs": "php-cs-fixer fix -v --show-progress=estimating", "check-cs": "@fix-cs --dry-run", "test": "phpunit -c phpunit.xml" + }, + "config": { + "allow-plugins": false } } diff --git a/src/bundle/Resources/translations/dashboard.en.xliff b/src/bundle/Resources/translations/dashboard.en.xliff index dc6cba8d..2de2431f 100644 --- a/src/bundle/Resources/translations/dashboard.en.xliff +++ b/src/bundle/Resources/translations/dashboard.en.xliff @@ -7,9 +7,9 @@ - please upgrade.]]> - please upgrade.]]> key: dashboard.ez_version.community_end_of_maintenance diff --git a/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig b/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig index 8c60a413..f90da86e 100644 --- a/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/dashboard/block/ez.html.twig @@ -93,7 +93,7 @@ '%release%': ez.release, '%update_url%': urls['update'] }) - |desc("Unfortunately %release% open source version has reached end of life, + |desc("Unfortunately %release% open source version has reached end of maintenance, please upgrade.") |raw }} diff --git a/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php b/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php index 2e40428a..14345500 100644 --- a/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php +++ b/src/bundle/SystemInfo/Collector/IbexaSystemInfoCollector.php @@ -59,7 +59,7 @@ class IbexaSystemInfoCollector implements SystemInfoCollector '3.0' => '2020-07-10T23:59:59+00:00', '3.1' => '2020-11-30T23:59:59+00:00', '3.2' => '2021-02-28T23:59:59+00:00', - '3.3' => '2024-01-31T23:59:59+00:00', + '3.3' => '2024-06-30T23:59:59+00:00', ]; /** @@ -74,7 +74,7 @@ class IbexaSystemInfoCollector implements SystemInfoCollector '3.0' => '2020-08-31T23:59:59+00:00', '3.1' => '2021-01-30T23:59:59+00:00', '3.2' => '2021-04-30T23:59:59+00:00', - '3.3' => '2026-01-31T23:59:59+00:00', + '3.3' => '2026-06-30T23:59:59+00:00', ]; /**