Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/TaskOperation/Composer/CreateProjectOperation.php
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion src/components/boot/Contao.vue
Original file line number Diff line number Diff line change
@@ -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')})`,
};
},

0 comments on commit 6925995

Please sign in to comment.