diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c21fb1..43eb4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,24 @@ # Changelog -## [1.5.0](https://github.com/openeuropa/oe_contact_forms/tree/1.5.0) (2022-07-29) +## [1.6.0](https://github.com/openeuropa/oe_contact_forms/tree/1.6.0) (2022-11-04) + +[Full Changelog](https://github.com/openeuropa/oe_contact_forms/compare/1.5.0...1.6.0) + +**Merged pull requests:** + +- EWPP-2700: Add multivalue form element patch. [\#63](https://github.com/openeuropa/oe_contact_forms/pull/63) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2700: Contact form language options. [\#62](https://github.com/openeuropa/oe_contact_forms/pull/62) ([22Alexandra](https://github.com/22Alexandra)) +- EWPP-2703: Reduce cyclomatic complexity of ContactMessageForm [\#61](https://github.com/openeuropa/oe_contact_forms/pull/61) ([yenyasinn](https://github.com/yenyasinn)) +- EWPP-2702: Allow form managers to select available languages. [\#60](https://github.com/openeuropa/oe_contact_forms/pull/60) ([yenyasinn](https://github.com/yenyasinn)) +- EWPP-2701: Add new optional fields to corporate forms. [\#58](https://github.com/openeuropa/oe_contact_forms/pull/58) ([yenyasinn](https://github.com/yenyasinn)) + +## [1.5.0](https://github.com/openeuropa/oe_contact_forms/tree/1.5.0) (2022-08-02) [Full Changelog](https://github.com/openeuropa/oe_contact_forms/compare/1.4.0...1.5.0) **Merged pull requests:** +- Prepare release 1.5.0. [\#57](https://github.com/openeuropa/oe_contact_forms/pull/57) ([imanoleguskiza](https://github.com/imanoleguskiza)) - EWPP-2358: Drupal 9.4 support. [\#56](https://github.com/openeuropa/oe_contact_forms/pull/56) ([yenyasinn](https://github.com/yenyasinn)) ## [1.4.0](https://github.com/openeuropa/oe_contact_forms/tree/1.4.0) (2022-06-22) diff --git a/composer.json b/composer.json index 1cfc35d..35b5085 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "drupal/contact_storage_export": "^1.14", "drupal/core": "^9.3", "drupal/csv_serialization": "^2.0", - "drupal/multivalue_form_element": "^1.0.0-beta4", + "drupal/multivalue_form_element": "^1.0.0-beta5", "drupal/token": "^1.8", "openeuropa/oe_corporate_countries": "^2.0", "openeuropa/rdf_skos": "^1.0" @@ -70,9 +70,6 @@ "drupal/contact_storage_export": { "https://www.drupal.org/project/contact_storage_export/issues/2996037": "https://www.drupal.org/files/issues/2021-10-22/contact_storage_export-breaks-on-high-load-balancer-2996037-17.patch", "https://www.drupal.org/project/contact_storage_export/issues/3049010": "https://www.drupal.org/files/issues/2020-04-14/php73-3049010-15.patch" - }, - "drupal/multivalue_form_element": { - "latest-master": "https://github.com/openeuropa/multivalue_form_element/compare/1.0.0-beta4...1.0.x.diff" } }, "drupal-scaffold": {