From ad8162abe06b52bdb7ca973ce271ad1118ec7d61 Mon Sep 17 00:00:00 2001 From: Macccho <147138853+Macccho@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:20:26 +0100 Subject: [PATCH 1/2] Update EuropeanCVPartCVTemplateType.php (#26) WOR-164 remove CS from cv language choices --- src/Form/Parts/EuropeanCVPartCVTemplateType.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Form/Parts/EuropeanCVPartCVTemplateType.php b/src/Form/Parts/EuropeanCVPartCVTemplateType.php index a2d7f0a..3be0122 100644 --- a/src/Form/Parts/EuropeanCVPartCVTemplateType.php +++ b/src/Form/Parts/EuropeanCVPartCVTemplateType.php @@ -32,14 +32,12 @@ public function buildForm(FormBuilderInterface $builder, array $options): void 'required' => true, 'choices' => [ LanguageEnum::LANGUAGE_SK, - LanguageEnum::LANGUAGE_CS, LanguageEnum::LANGUAGE_EN, LanguageEnum::LANGUAGE_DE, LanguageEnum::LANGUAGE_HU, ], 'choice_label' => fn(LanguageEnum $choice) => match ($choice) { LanguageEnum::LANGUAGE_SK => t('trexima_european_cv.form_label.language_sk', [], 'trexima_european_cv'), - LanguageEnum::LANGUAGE_CS => t('trexima_european_cv.form_label.language_cs', [], 'trexima_european_cv'), LanguageEnum::LANGUAGE_EN => t('trexima_european_cv.form_label.language_en', [], 'trexima_european_cv'), LanguageEnum::LANGUAGE_DE => t('trexima_european_cv.form_label.language_de', [], 'trexima_european_cv'), LanguageEnum::LANGUAGE_HU => t('trexima_european_cv.form_label.language_hu', [], 'trexima_european_cv'), From ab515805a1a8f10e8c3b3d0721c5bfcf22ca9429 Mon Sep 17 00:00:00 2001 From: Peter Culka Date: Mon, 4 Dec 2023 10:21:39 +0100 Subject: [PATCH 2/2] RELEASE 1.6.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d673bca..de51776 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "trexima/cv", "description": "Bundle provides form for creating CV in european format.", "type": "symfony-bundle", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "authors": [ {