From 6925995bb2fbc5049ebd37bb9cd4424fb8f34006 Mon Sep 17 00:00:00 2001 From: Andreas Schempp Date: Tue, 18 Aug 2020 16:03:12 +0200 Subject: [PATCH] Added Contao 4.10 --- api/TaskOperation/Composer/CreateProjectOperation.php | 2 +- src/components/boot/Contao.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/api/TaskOperation/Composer/CreateProjectOperation.php b/api/TaskOperation/Composer/CreateProjectOperation.php index 66e18256..ad8e506f 100644 --- a/api/TaskOperation/Composer/CreateProjectOperation.php +++ b/api/TaskOperation/Composer/CreateProjectOperation.php @@ -24,7 +24,7 @@ class CreateProjectOperation extends AbstractInlineOperation /** * @var array */ - private static $supportedVersions = ['4.4', '4.9']; + private static $supportedVersions = ['4.4', '4.9', '4.10']; /** * @var Environment diff --git a/src/components/boot/Contao.vue b/src/components/boot/Contao.vue index 102e6a35..b7823821 100644 --- a/src/components/boot/Contao.vue +++ b/src/components/boot/Contao.vue @@ -64,7 +64,8 @@ } return { - '4.9': `Contao 4.9 (${this.$t('ui.server.contao.latestTitle')} / ${this.$t('ui.server.contao.ltsTitle')})`, + '4.10': `Contao 4.10 (${this.$t('ui.server.contao.latestTitle')})`, + '4.9': `Contao 4.9 (${this.$t('ui.server.contao.ltsTitle')})`, '4.4': `Contao 4.4 (${this.$t('ui.server.contao.ltsTitle')})`, }; },